Skip to content

Commit e4a8bbe

Browse files
committed
Revert "chore(protractor): support Protractor 5.x.x with the new webdriver-manager (#372)"
This reverts commit af02414.
1 parent 9da3bc7 commit e4a8bbe

File tree

8 files changed

+0
-102
lines changed

8 files changed

+0
-102
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- run: npm run test-int
2020
- run: npm run test-proxy
2121
- run: npm run test-e2e
22-
- run: npm run test-ptor
2322
workflows:
2423
version: 2
2524
default_workflow:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules/
22
dist/
33
downloads/
4-
built/

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.circleci/
22
dist/spec/
33
dist/**/*.spec-*
4-
built/**/*.spec-*
54
downloads/
65
lib/
76
spec/

lib/index.spec-ptor.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

lib/legacy/config.spec-ptor.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/legacy/config.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
"prepare": "npm run compile",
1919
"pretest": "npm run compile",
2020
"pretsc": "rm -rf dist/ && rm -rf downloads/",
21-
"posttsc": "mkdir -p built/lib && mv dist/lib/legacy/config.* built/lib/ && rm -rf dist/lib/legacy",
2221
"proxy-server": "tsc && node dist/spec/server/proxy_server.js",
2322
"test": "tsc && npm run test-unit && npm run test-int && npm run test-proxy && npm run test-e2e",
2423
"test-e2e": "tsc && jasmine JASMINE_CONFIG_PATH=spec/jasmine-e2e.json",
2524
"test-int": "tsc && jasmine JASMINE_CONFIG_PATH=spec/jasmine-int.json",
26-
"test-ptor": "npm run tsc && node bin/webdriver-manager update && jasmine JASMINE_CONFIG_PATH=spec/jasmine-ptor.json",
2725
"test-proxy": "tsc && jasmine JASMINE_CONFIG_PATH=spec/jasmine-proxy.json",
2826
"test-unit": "tsc && jasmine JASMINE_CONFIG_PATH=spec/jasmine-unit.json",
2927
"tslint": "tslint -c tslint.json --fix lib/**/*.ts spec/**/*.ts",

spec/jasmine-ptor.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)