1. saucie
A library which allows you to integrate results of your frontend JavaScript tests into a Sauce jobs results page.
saucie
Package: saucie
Created by: johanneswuerbach
Last modified: Sun, 26 Jun 2022 16:11:39 GMT
Version: 3.3.3
License: MIT
Downloads: 1,267
Repository: https://github.com/johanneswuerbach/saucie

Install

npm install saucie
yarn add saucie

saucie Build Status Dependency Status npm version

This library allows you to integrate your javascript test results into a Sauce jobs results page.

It's available for running QUnit, Jasmine and Mocha tests through various browsers hosted on SauceLabs.

Instructions

  1. Get a SauceLabs account.
  2. Make sure Sauce credentials are set in env:
    • SAUCE_USERNAME - your SauceLabs username
    • SAUCE_ACCESS_KEY - your SauceLabs API/Access key.
  3. Run testem ci --port 8080 to run it on all the listed browsers - see testem launchers for the full list.
    • It will take a while at the first time. This will only happen once to download the jar of Sauce Connect

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin