npm.io
1.3.32 • Published yesterday

@skyramp/skyramp

Licence
MIT
Version
1.3.32
Deps
5
Size
370 kB
Vulns
1
Weekly
3.1K
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

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