Skip to content

Commit

Permalink
testing drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhodine-orleans-lindsay committed Jan 8, 2025
1 parent 14a837d commit 233cc39
Show file tree
Hide file tree
Showing 2 changed files with 534 additions and 14 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"unit": "LOG_LEVEL=error nyc _mocha \"test/**/*.spec.js\" \"sandbox/test/**/*.spec.js\"",
"unit:nocov": "LOG_LEVEL=error mocha \"test/**/*.spec.js\" \"sandbox/test/**/*.spec.js\"",
"test:lint": "eslint . --config ./node_modules/eslint-config-hof/default.js",
"test:functional": "funkie mocha ./test/functional-tests --timeout 20000 --exit",
"test:functional": "funkie --driver chromedriver mocha ./test/functional-tests --timeout 20000 --exit",
"test:client": "karma start test/frontend/toolkit/karma.conf.js",
"test:cookie-banner": "jest test/frontend/jest",
"test:acceptance": "TAGS=\"${TAGS:=@feature}\" yarn run test:cucumber",
Expand Down Expand Up @@ -100,12 +100,16 @@
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"chrome-launcher": "^1.1.2",
"chromedriver": "^131.0.5",
"concat-stream": "^1.4.7",
"csv": "^5.3.2",
"eslint": "^7.30.0",
"eslint-config-hof": "^1.1.0",
"funkie": "0.0.5",
"funkie-chromedriver": "^0.1.0",
"funkie-phantom": "0.0.1",
"funkie-selenium": "^0.0.0",
"istanbul": "^0.4.3",
"jest": "^26.5.0",
"jquery": "^3.6.0",
Expand Down
Loading

0 comments on commit 233cc39

Please sign in to comment.