sauce-testrunner-utils
v3.3.0
Published
Sauce Labs test runner helper libary.
Downloads
475
Readme
Sauce Runner Utils
A utilities library that is shared among Sauce Runners (e.g., https://github.com/saucelabs/sauce-cypress-runner/) to provide commonly used code across different runner implementations.
Usage
const sauceRunnerUtils = require('sauce-testrunner-utils');
sauceRunnerUtils.prepareNpmEnv();
Publishing
This package is published through a GitHub workflow. To trigger a new release, follow these steps:
- Open the workflow page.
- Click on the
Run workflow
drop-down menu. - Enter a release type (
patch
,minor
, ormajor
) - please follow semver semantics.