Skip to content

Commit

Permalink
Remove API test infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jul 3, 2024
1 parent 580bb08 commit efd4c5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.
74 changes: 0 additions & 74 deletions bin/test_api.js

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
"lint-api": "eslint --no-eslintrc -c .eslintrc.json.typings --max-warnings 0 --no-ignore --ext .d.ts typings/",
"test": "npm run test-unit",
"posttest": "npm run lint",
"test-api": "npm run test-api-chromium",
"test-api-chromium": "node ./bin/test_api.js --browser=chromium --timeout=20000",
"test-api-firefox": "node ./bin/test_api.js --browser=firefox --timeout=20000",
"test-api-webkit": "node ./bin/test_api.js --browser=webkit --timeout=20000",
"test-playwright": "node ./bin/test_playwright.js --workers=75%",
"test-playwright-chromium": "node ./bin/test_playwright.js --workers=75% \"--project=ChromeStable\"",
"test-playwright-firefox": "node ./bin/test_playwright.js --workers=75% \"--project=FirefoxStable\"",
Expand Down

0 comments on commit efd4c5b

Please sign in to comment.