sauce-testrunner-utils
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

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. In order to trigger a new release, do the following steps:

  • Open the workflow page
  • Click on the Run workflow drop down menu
  • Enter a release type (patch, minor or major) - please follow semver semantics

Readme

Keywords

none

Package Sidebar

Install

npm i sauce-testrunner-utils

Weekly Downloads

72

Version

2.2.0

License

MIT

Unpacked Size

54.8 kB

Total Files

31

Last publish

Collaborators

  • dangraham
  • saucebot
  • saucelabs-devx