Skip to content

Commit

Permalink
feat: QE-173: Drop TestCafe Support (#262)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop TestCafe support
  • Loading branch information
devpow112 committed Jun 21, 2024
1 parent b631c4d commit adfd062
Show file tree
Hide file tree
Showing 13 changed files with 5,856 additions and 10,844 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ updates:
- dependency-name: eslint
versions: '>= 9'
groups:
testcafe:
dependency-type: production
patterns:
- testcafe
- testcafe-*
eslint:
dependency-type: development
patterns:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
}, {
name: '@web/test-runner',
path: './d2l-test-report-web-test-runner.json'
}, {
name: 'testcafe',
path: './d2l-test-report-testcafe.json'
}];
for (const { name, path } of reporters) {
let report = require(path);
Expand Down
13 changes: 1 addition & 12 deletions d2l-test-reporting.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"**/playwright-3.test.js",
"**/playwright.setup.js",
"**/playwright.teardown.js",
"**/web-test-runner-3.test.js",
"**/testcafe-3.test.js"
"**/web-test-runner-3.test.js"
],
"overrides": [
{
Expand Down Expand Up @@ -39,16 +38,6 @@
"pattern": "**/web-test-runner-2.test.js",
"type": "accessibility",
"experience": "WebTestRunner 2 Test Framework"
},
{
"pattern": "**/testcafe-1.test.js",
"type": "ui",
"tool": "TestCafe 1 Test Reporting"
},
{
"pattern": "**/testcafe-2.test.js",
"tool": "TestCafe 2 Test Reporting",
"experience": "TestCafe 2 Test Framework"
}
]
}
Loading

0 comments on commit adfd062

Please sign in to comment.