0.3.0 • Published 4 months ago

@elevate_security/browser-test-cli v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 months ago

browser-test-cli

NPM Version (with dist tag)

For running browser tests with Ghost Inspector and GitHub.

Install:

npm install --save-dev @elevate_security/browser-test-cli

Run tests:

GI_API_KEY=<<ghost-inspector-api-key>> \
GITHUB_TOKEN=<<github-token>> \
COMMIT_ID=<<git-commit>> \
SUITE_ID=<<ghost-inspector-suite-id>> \
START_URL=<<ghost-inspector-start-url>> \
REPO_OWNER=<<repo-owner>> \
REPO_NAME=<<repo-name>> \
BRANCH_NAME=<<branch-name>> \
    npx run-browser-tests

To publish:

WHAT_BUMP="major|minor|patch" bash publish.sh
0.3.0

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.0

4 months ago