@applitools/snippets 2.4.15 → 2.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/snippets",
3
- "version": "2.4.15",
3
+ "version": "2.4.16",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1.git",
@@ -18,11 +18,11 @@
18
18
  "lint": "eslint '**/*.js'",
19
19
  "build": "node ./rollup/cli bundle --format snippet",
20
20
  "build:watch": "node ./rollup/cli watch --format snippet",
21
- "test": "mocha --no-timeouts --require test/util/hook.js ./test/*.spec.js",
21
+ "test": "node ../../node_modules/.bin/mocha './test/*.spec.js' -r ./test/util/hook.js",
22
+ "test:chrome": "MOCHA_GROUP=chrome node ../../node_modules/.bin/mocha './test/*.spec.js' --grep chrome -r ./test/util/hook.js",
23
+ "test:ie": "MOCHA_GROUP=ie node ../../node_modules/.bin/mocha './test/*.spec.js' --grep 'internet explorer' -r ./test/util/hook.js",
24
+ "test:ios": "MOCHA_GROUP=ios node ../../node_modules/.bin/mocha './test/*.spec.js' --grep 'ios safari' -r ./test/util/hook.js",
22
25
  "test:sanity": "yarn test:chrome",
23
- "test:chrome": "mocha --no-timeouts --require test/util/hook.js --grep chrome ./test/*.spec.js",
24
- "test:ie": "mocha --no-timeouts --require test/util/hook.js --grep 'internet explorer' ./test/*.spec.js",
25
- "test:ios": "mocha --no-timeouts --require test/util/hook.js --grep 'ios safari' ./test/*.spec.js",
26
26
  "deps": "bongo deps",
27
27
  "preversion": "bongo preversion",
28
28
  "version": "bongo version",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {},
32
32
  "devDependencies": {
33
- "@applitools/bongo": "^2.2.2",
33
+ "@applitools/bongo": "^2.2.5",
34
34
  "@babel/core": "^7.11.6",
35
35
  "@babel/preset-env": "^7.11.5",
36
36
  "@rollup/plugin-babel": "^5.2.1",
@@ -41,7 +41,6 @@
41
41
  "eslint-plugin-node": "^11.1.0",
42
42
  "eslint-plugin-prettier": "^3.1.4",
43
43
  "glob": "^7.1.6",
44
- "mocha": "^8.1.3",
45
44
  "playwright": "1.27.1",
46
45
  "prettier": "1.19.0",
47
46
  "rollup": "^2.26.11",