Skip to content

Commit

Permalink
chore(firefox): kill original puppeteer-firefox tests (puppeteer#4047)
Browse files Browse the repository at this point in the history
When we started working on Puppeteer-Firefox, we forked original
Puppeteer testsuite.

This patch concludes the effort to merge testsuites back together.

Fixes puppeteer#3889
  • Loading branch information
aslushnikov authored and kiku-jw committed Apr 6, 2019
1 parent f54412d commit 3caef0b
Show file tree
Hide file tree
Showing 102 changed files with 10 additions and 4,275 deletions.
7 changes: 0 additions & 7 deletions experimental/puppeteer-firefox/completeness.sh

This file was deleted.

25 changes: 0 additions & 25 deletions experimental/puppeteer-firefox/package.json
Expand Up @@ -13,9 +13,6 @@
},
"scripts": {
"install": "node install.js",
"unit": "node test/test.js",
"funit": "cross-env DUMPIO=1 PRODUCT=firefox node test/test.js",
"cunit": "cross-env PRODUCT=chromium node test/test.js",
"tsc": "tsc -p ."
},
"author": "The Chromium Authors",
Expand All @@ -28,27 +25,5 @@
"progress": "^2.0.1",
"proxy-from-env": "^1.0.0",
"rimraf": "^2.6.1"
},
"devDependencies": {
"puppeteer": "^1.11.0",
"@pptr/testrunner": "^0.5.0",
"@pptr/testserver": "^0.5.0",
"@types/debug": "0.0.31",
"@types/extract-zip": "^1.6.2",
"@types/mime": "^2.0.0",
"@types/node": "^8.10.34",
"@types/rimraf": "^2.0.2",
"@types/ws": "^6.0.1",
"commonmark": "^0.28.1",
"cross-env": "^5.0.5",
"eslint": "^5.9.0",
"esprima": "^4.0.0",
"jpeg-js": "^0.3.4",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.3",
"text-diff": "^1.0.1",
"typescript": "3.1.6"
}
}
11 changes: 0 additions & 11 deletions experimental/puppeteer-firefox/test/assets/consolelog.html

This file was deleted.

1 change: 0 additions & 1 deletion experimental/puppeteer-firefox/test/assets/csp.html

This file was deleted.

12 changes: 0 additions & 12 deletions experimental/puppeteer-firefox/test/assets/detect-touch.html

This file was deleted.

Binary file removed experimental/puppeteer-firefox/test/assets/digits/0.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/1.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/2.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/3.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/4.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/5.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/6.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/7.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/8.png
Binary file not shown.
Binary file removed experimental/puppeteer-firefox/test/assets/digits/9.png
Binary file not shown.
Empty file.
Empty file.
15 changes: 0 additions & 15 deletions experimental/puppeteer-firefox/test/assets/error.html

This file was deleted.

2 changes: 0 additions & 2 deletions experimental/puppeteer-firefox/test/assets/es6/es6import.js

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions experimental/puppeteer-firefox/test/assets/frames/frame.html

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions experimental/puppeteer-firefox/test/assets/frames/style.css

This file was deleted.

13 changes: 0 additions & 13 deletions experimental/puppeteer-firefox/test/assets/frames/two-frames.html

This file was deleted.

3 changes: 0 additions & 3 deletions experimental/puppeteer-firefox/test/assets/global-var.html

This file was deleted.

52 changes: 0 additions & 52 deletions experimental/puppeteer-firefox/test/assets/grid.html

This file was deleted.

2 changes: 0 additions & 2 deletions experimental/puppeteer-firefox/test/assets/injectedfile.js

This file was deleted.

3 changes: 0 additions & 3 deletions experimental/puppeteer-firefox/test/assets/injectedstyle.css

This file was deleted.

16 changes: 0 additions & 16 deletions experimental/puppeteer-firefox/test/assets/input/button.html

This file was deleted.

42 changes: 0 additions & 42 deletions experimental/puppeteer-firefox/test/assets/input/checkbox.html

This file was deleted.

44 changes: 0 additions & 44 deletions experimental/puppeteer-firefox/test/assets/input/keyboard.html

This file was deleted.

23 changes: 0 additions & 23 deletions experimental/puppeteer-firefox/test/assets/input/scrollable.html

This file was deleted.

0 comments on commit 3caef0b

Please sign in to comment.