sauce-testrunner-utils

Sauce Labs test runner helper libary.

Usage no npm install needed!

<script type="module">
  import sauceTestrunnerUtils from 'https://cdn.skypack.dev/sauce-testrunner-utils';
</script>

README

Sauce Runner Utils

A utilities library used by other Sauce Runners (e.g.: https://github.com/saucelabs/sauce-cypress-runner/) to share commonly used code between them

Usage

const sauceRunnerUtils = require('sauce-runner-utils');
sauceRunnerUtils.

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