Skip to content

Commit

Permalink
test: remove broken integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemo3 committed Jan 7, 2022
1 parent ac713ba commit 47aaede
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 959 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,8 @@ jobs:
tar xvfj firefox.tar.bz2
- run:
command: make ci
- run:
name: "Archive screenshots"
command: cd tmp/screenshots; tar cvfj screenshots.tar.bz2 *
when: always
- store_test_results:
path: reports
- store_artifacts:
path: tmp/screenshots
destination: screenshots
- persist_to_workspace:
root: tmp/workspace
paths:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@types/html-webpack-plugin": "^3.2.5",
"@types/jest": "^27.0.2",
"@types/node": "^12.11.2",
"@types/selenium-webdriver": "^4.0.5",
"@types/stack-trace": "^0.0.29",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
Expand All @@ -25,7 +24,6 @@
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.5",
"prettier": "^2.2.1",
"selenium-webdriver": "^4.0.0-alpha.8",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.2",
"ts-node": "^9.1.1",
Expand All @@ -38,7 +36,6 @@
"archive": "ts-node ./scripts/archive.ts",
"build": "webpack",
"fix": "yarn eslint --fix --ext .ts apps scripts test *.ts jest.config.js",
"integration-test": "yarn archive && node --stack_trace_limit=50 --async-stack-traces -r ts-node/register test/selenium/run_all.ts",
"lint": "prettier --write .; yarn eslint --ext .ts apps scripts test *.ts jest.config.js",
"lint-for-ci": "prettier --check .; yarn eslint --format junit --output-file ./reports/eslint/eslint.xml --ext .ts apps scripts test *.ts jest.config.js",
"manifest": "ts-node ./scripts/make_manifest.ts",
Expand Down
1 change: 0 additions & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ yarn test

yarn build
yarn archive
yarn integration-test
20 changes: 0 additions & 20 deletions test/selenium/chrome.ts

This file was deleted.

120 changes: 0 additions & 120 deletions test/selenium/driver.ts

This file was deleted.

29 changes: 0 additions & 29 deletions test/selenium/firefox.ts

This file was deleted.

31 changes: 0 additions & 31 deletions test/selenium/libs/block_anchor.ts

This file was deleted.

34 changes: 0 additions & 34 deletions test/selenium/libs/block_dialog.ts

This file was deleted.

26 changes: 0 additions & 26 deletions test/selenium/libs/compact_menu.ts

This file was deleted.

21 changes: 0 additions & 21 deletions test/selenium/libs/interface.ts

This file was deleted.

Loading

0 comments on commit 47aaede

Please sign in to comment.