Socket
Book a DemoInstallSign in
Socket

shiftleft-runner

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shiftleft-runner

test runner for shiftleft.co

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Test Scheduler for shift-left

Prerequisites

Must have

  • node : v0.10.30 and above
  • npm : v1.7.0 and above
  • nvm : http://github.com/creationix/nvm

Install & Run

Install

  • follow instruction on http://github.com/creationix/nvm to install nvm, or simply use follow cmd
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.2/install.sh | bash
  • install node and npm via nvm
nvm install 0.10.30
nvm use 0.10.30
npm install npm@2.13.1 -g
  • git clone this repo git clone git@github.com:shift-left/shiftleft-runner.git
  • change directory to shiftleft-runner, then npm install

Run

  • to list necessary parameters ./src/bin/shift --help

  • currently shiftleft-runner provides demo tests in the same repo. for example, you can review and run them by

  • to run all tests in firefox and chrome in parallel by 4 testers ./src/bin/shift --group ./test/tests --config ./src/bin/shift_conf.json --browsers firefox,chrome --testers 4

  • to run tests by tags smoke in chrome in parallen by 2 testers, retry 2 times in total for failures ./src/bin/shift --group ./test/tests --config ./src/bin/shift_conf.json --browsers chrome --testers 2 --tags smoke --retries 2

Keywords

scheduler

FAQs

Package last updated on 07 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts