forked from microsoft/playwright
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove a copy of folio, use upstream (microsoft#6080)
- Loading branch information
Showing
53 changed files
with
33 additions
and
6,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,27 +9,26 @@ | |
"node": ">=10.17.0" | ||
}, | ||
"scripts": { | ||
"ctest": "npm run build-folio && node tests/folio/cli.js --config=tests/config/default.config.ts chromium", | ||
"ftest": "npm run build-folio && node tests/folio/cli.js --config=tests/config/default.config.ts firefox", | ||
"wtest": "npm run build-folio && node tests/folio/cli.js --config=tests/config/default.config.ts webkit", | ||
"atest": "npm run build-folio && node tests/folio/cli.js --config=tests/config/android.config.ts", | ||
"test": "npm run build-folio && node tests/folio/cli.js --config=tests/config/default.config.ts", | ||
"ctest": "folio --config=tests/config/default.config.ts chromium", | ||
"ftest": "folio --config=tests/config/default.config.ts firefox", | ||
"wtest": "folio --config=tests/config/default.config.ts webkit", | ||
"atest": "folio --config=tests/config/android.config.ts", | ||
"test": "folio --config=tests/config/default.config.ts", | ||
"eslint": "[ \"$CI\" = true ] && eslint --quiet -f codeframe --ext js,ts . || eslint --ext js,ts .", | ||
"tsc": "tsc -p .", | ||
"tsc-installer": "tsc -p ./src/install/tsconfig.json", | ||
"doc": "node utils/doclint/cli.js", | ||
"lint": "npm run eslint && npm run tsc && npm run doc && npm run check-deps && node utils/generate_channels.js && node utils/generate_types/ --check-clean && npm run test-types && folio utils/doclint/test/", | ||
"lint": "npm run eslint && npm run tsc && npm run doc && npm run check-deps && node utils/generate_channels.js && node utils/generate_types/ --check-clean && npm run test-types", | ||
"clean": "rimraf lib", | ||
"prepare": "node install-from-github.js", | ||
"build": "node utils/build/build.js", | ||
"watch": "node utils/build/build.js --watch", | ||
"test-types": "node utils/generate_types/ && npx -p [email protected] tsc -p utils/generate_types/test/tsconfig.json && tsc -p ./test/", | ||
"test-types": "node utils/generate_types/ && npx -p [email protected] tsc -p utils/generate_types/test/tsconfig.json && tsc -p ./tests/", | ||
"roll-browser": "node utils/roll_browser.js", | ||
"check-deps": "node utils/check_deps.js", | ||
"build-android-driver": "./utils/build_android_driver.sh", | ||
"storybook": "start-storybook -p 6006 -s public", | ||
"build-storybook": "build-storybook -s public", | ||
"build-folio": "tsc -p ./tests/folio" | ||
"build-storybook": "build-storybook -s public" | ||
}, | ||
"author": { | ||
"name": "Microsoft Corporation" | ||
|
@@ -80,7 +79,7 @@ | |
"eslint-plugin-notice": "^0.9.10", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"file-loader": "^6.1.0", | ||
"folio": "=0.3.17", | ||
"folio": "=0.3.20-alpha", | ||
"formidable": "^1.2.2", | ||
"html-webpack-plugin": "^4.4.1", | ||
"ncp": "^2.0.0", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.