From 066ae7c113727bf96e634eb469d083dc71b1d0f3 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Tue, 6 Feb 2018 15:40:22 -0600 Subject: [PATCH] Update scenarios-introduction.md --- articles/testing/scenarios-introduction.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/articles/testing/scenarios-introduction.md b/articles/testing/scenarios-introduction.md index 8b13789..804dd95 100644 --- a/articles/testing/scenarios-introduction.md +++ b/articles/testing/scenarios-introduction.md @@ -1 +1,17 @@ +Stoplight Scenarios is a powerful (but accessible!) tool that takes the pain out of API testing. It is a standalone product, available on [the web](https://scenarios.stoplight.io), and as a [desktop app](https://download-next.stoplight.io). +We generally recommend the desktop app when possible. It works with local servers, behind firewalls, and interops with tools on your computer like Git or your favorite IDE. You can switch seamlessly between the desktop app and the web app. + +We engineered Scenarios from the ground up to be: + +1. **Powerful** Easily assert, capture, transform and validate your API Spec (Swagger) against your actual API. And if that isn’t enough, Prism has a powerful javascript runtime. + +2. **Portable** Scenarios are described in plain JSON with a well thought out, robust specification. Use our visual editor to quickly generate and manage this JSON. They can be run from our visual tooling, or completely outside of Stoplight, on your own machines or on your continuous integration server. + +3. **Flexible** Your APIs, your tests, your way. Scenarios only test what you want them to. They have no opinion about your architecture (Monolithic vs Microservices), company structure (in house vs distributed), development lifecycle (production vs TDD), and your environment (development vs staging vs production). + +4. **Fast** Time can’t be slowed down, and we can’t give it back to you. Creating tests should be quick, and waiting for you tests to run shouldn’t feel like watching water boil. Scenarios are run concurrently for maximum speed - run hundreds of API requests and test assertions in seconds. + +### Editor UI Overview + +![](https://cdn.stoplight.io/help-portal/scenarios/scenario-editor-callout.png)