Skip to content

Commit 70b7047

Browse files
committed
restrict Node engine + enhance readme
1 parent 23c7a5a commit 70b7047

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# jest-environment-browserstack
22

3+
[![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")
4+
5+
36
Use Jest as test-runner for running your visual-tests and more using Browserstack.
47

58
The current implementation supports only the W3C way for capabilities. More info: https://www.browserstack.com/automate/selenium-4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"type": "git",
1010
"url": "git+https://github.com/taktakpeops/jest-environment-browserstack.git"
1111
},
12+
"engines": {
13+
"node": ">= 10.15.0"
14+
},
1215
"scripts": {
1316
"build": "tsc",
1417
"lint": "eslint --ext .ts src/*",
@@ -41,9 +44,9 @@
4144
"eslint": "~6.4.0",
4245
"eslint-config-prettier": "~6.3.0",
4346
"eslint-plugin-prettier": "~3.1.1",
44-
"jest": "^24.9.0",
47+
"jest": "~24.9.0",
4548
"prettier": "~1.18.2",
46-
"ts-jest": "^24.1.0",
49+
"ts-jest": "~24.1.0",
4750
"typescript": "~3.6.3"
4851
},
4952
"jest": {

0 commit comments

Comments
 (0)