mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: rename default config to match extension pattern (#11446)
This commit is contained in:
parent
bfe7b7cc20
commit
db0cda9df5
@ -13,15 +13,15 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ctest": "playwright test --config=tests/config/default.config.ts --project=chromium",
|
"ctest": "playwright test --config=tests/config/default.playwright.config.ts --project=chromium",
|
||||||
"ftest": "playwright test --config=tests/config/default.config.ts --project=firefox",
|
"ftest": "playwright test --config=tests/config/default.playwright.config.ts --project=firefox",
|
||||||
"wtest": "playwright test --config=tests/config/default.config.ts --project=webkit",
|
"wtest": "playwright test --config=tests/config/default.playwright.config.ts --project=webkit",
|
||||||
"atest": "playwright test --config=tests/config/android.config.ts",
|
"atest": "playwright test --config=tests/config/android.config.ts",
|
||||||
"etest": "playwright test --config=tests/config/electron.config.ts",
|
"etest": "playwright test --config=tests/config/electron.config.ts",
|
||||||
"htest": "cross-env PW_COMPONENT_TESTING=1 playwright test --config=packages/html-reporter",
|
"htest": "cross-env PW_COMPONENT_TESTING=1 playwright test --config=packages/html-reporter",
|
||||||
"ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts",
|
"ttest": "node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts",
|
||||||
"vtest": "cross-env PLAYWRIGHT_DOCKER=1 node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts",
|
"vtest": "cross-env PLAYWRIGHT_DOCKER=1 node ./tests/playwright-test/stable-test-runner/node_modules/@playwright/test/cli test --config=tests/playwright-test/playwright-test.config.ts",
|
||||||
"test": "playwright test --config=tests/config/default.config.ts",
|
"test": "playwright test --config=tests/config/default.playwright.config.ts",
|
||||||
"eslint": "eslint --ext ts,tsx .",
|
"eslint": "eslint --ext ts,tsx .",
|
||||||
"tsc": "tsc -p .",
|
"tsc": "tsc -p .",
|
||||||
"build-installer": "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils",
|
"build-installer": "babel -s --extensions \".ts\" --out-dir packages/playwright-core/lib/utils/ packages/playwright-core/src/utils",
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @playwright.config
|
|
||||||
|
|
||||||
import type { Config, PlaywrightTestOptions, PlaywrightWorkerOptions } from '@playwright/test';
|
import type { Config, PlaywrightTestOptions, PlaywrightWorkerOptions } from '@playwright/test';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import { TestModeWorkerOptions } from './testModeFixtures';
|
import { TestModeWorkerOptions } from './testModeFixtures';
|
Loading…
x
Reference in New Issue
Block a user