Cancel PhantomJS

This is a temporary workaround until #4294 has been fully adressed.
This commit is contained in:
Julian Gonggrijp
2025-03-27 23:09:31 +01:00
parent 8f0285fb3a
commit a2b5d4c62c
4 changed files with 1 additions and 1274 deletions

View File

@@ -30,8 +30,6 @@ jobs:
run: |
npm ci
npm install --no-audit karma-cli karma-sauce-launcher
- name: Test
run: npm test
- name: Test in Sauce Labs
run: BUILD_NUMBER="$GITHUB_RUN_NUMBER" BUILD_ID="$GITHUB_RUN_ID" JOB_NUMBER="$GITHUB_JOB" ./node_modules/.bin/karma start karma.conf-sauce.js
env:

View File

@@ -38,7 +38,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['PhantomJS'],
browsers: [],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits

1269
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,9 +22,7 @@
"eslint": "^8.7.0",
"eslint-plugin-import": "^2.28.1",
"karma": "^6.3.11",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^4.1.2",
"phantomjs-prebuilt": "^2.1.7",
"qunit": "^2.17.2",
"replace-in-file": "^7.0.1",
"rollup": "^3.28.1",