Skip to content

Commit

Permalink
updated manual test deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 22, 2023
1 parent 58530bb commit 940aba5
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions docs/deprecations/manual-tests.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
---
title: "Deprecation: manual test runner"
title: "Deprecation: Manual Test UI"
---

The manually test running in the Zuplo portal is scheduled for removal. This
The manually test tab in the Zuplo portal will be removed in January 2024. This
feature allowed developers to create and save "manual" tests that could be run
against their Zuplo API.

This feature has been replaced instead by the inline
This feature has been replaced instead by the inline test running in the Route
Builder.

The below screenshot shows the Manual Test Runner UI. This tab will be
completely removed in the Zuplo portal.

![Legacy Test Console](https://cdn.zuplo.com/assets/5d9e73e2-56d1-42c0-8097-738ff9e8d591.png)

## Migration Options

Instead of using Zuplo-specific test tools, we recommend utilizing purpose built
tooling such as [HTTPie](https://httpie.io/),
[Postman](https://www.postman.com/), or [Hopscotch](https://hoppscotch.io/).

## Zuplo Code Tests

Zuplo code tests written in typescript will move to the main code editor tab
where you can continue to edit or view these files. Running tests with the Zuplo
CLI is still fully supported (and recommended!). For more information on testing
your Zuplo API see [the documentation](https://zuplo.com/docs/articles/testing).

1 comment on commit 940aba5

@vercel
Copy link

@vercel vercel bot commented on 940aba5 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs.zuplo.site
docs-git-main.zuplopreview.net
docs.zuplopreview.net

Please sign in to comment.