Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

v2.0.0

Choose a tag to compare

@tgvashworth tgvashworth released this 17 Oct 17:46

<a name"2.0.0">

2.0.0 (2015-10-17)

Features

  • suite in config file, better CLI (5466fe5a)

Breaking Changes

  • there's a new CLI, old commands won't work any more.

This command:

integrator --suite path/to/suite.js \
           --configuration-file path/to/config/file.js \
           --action "some action" \
           --configuration-target browserstack

Would now be:

integrator path/to/config/file.js \
           --action "some action" \
           --configuration browserstack

This moves in the direction of specifying basically everything in a config
file, avoiding long commands.

(5466fe5a)