Skip to content

Commit

Permalink
restrict Node engine + enhance readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taktakpeops committed Sep 28, 2019
1 parent 23c7a5a commit 70b7047
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# jest-environment-browserstack

[![Actions Status](https://github.com/taktakpeops/jest-environment-browserstack/workflows/Node%20CI/badge.svg)](https://github.com/taktakpeops/jest-environment-browserstack/actions) [![npm version](http://img.shields.io/npm/v/jest-environment-browserstack.svg?style=flat)](https://npmjs.org/package/jest-environment-browserstack "View this project on npm")


Use Jest as test-runner for running your visual-tests and more using Browserstack.

The current implementation supports only the W3C way for capabilities. More info: https://www.browserstack.com/automate/selenium-4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"type": "git",
"url": "git+https://github.com/taktakpeops/jest-environment-browserstack.git"
},
"engines": {
"node": ">= 10.15.0"
},
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts src/*",
Expand Down Expand Up @@ -41,9 +44,9 @@
"eslint": "~6.4.0",
"eslint-config-prettier": "~6.3.0",
"eslint-plugin-prettier": "~3.1.1",
"jest": "^24.9.0",
"jest": "~24.9.0",
"prettier": "~1.18.2",
"ts-jest": "^24.1.0",
"ts-jest": "~24.1.0",
"typescript": "~3.6.3"
},
"jest": {
Expand Down

0 comments on commit 70b7047

Please sign in to comment.