-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
940aba5
There was a problem hiding this comment.
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