@skyramp/skyramp
v1.3.13
Published
module for leveraging skyramp cli functionality
Readme
skyramp
skyramp is an npm module that provides functionalities to generate and execute a variety of functional tests (including smoke, contract, and integration tests). It also offers features for asserting scenarios in various test environments.
For more information about Skyramp, please visit our website.
Installation
To install Skyramp, please refer to the installation instructions to set up the Skyramp CLI as well as the required dependencies.
Usage
To use skyramp please refer to the guide to generate your first test. Once you generate your first integration test in TypeScript using the Skyramp CLI, you can execute the test with the following command:
npx playwright test products_integration_test.spec.ts --reporter=list