|
10 | 10 | "scripts": { |
11 | 11 | "lint": "eslint . --ext .ts", |
12 | 12 | "lint:fix": "eslint . --ext .ts --fix", |
13 | | - "test:e2e": "$npm_package_config_testCommand --tags \"not @vr\" ; npm run push-report --tag=$npm_config_tag", |
| 13 | + "test:e2e": "$npm_package_config_testCommand --tags \"not @vr and not @delayjs and not @bwpupsmoke\" ; npm run push-report --tag=$npm_config_tag", |
14 | 14 | "test:smoke": "$npm_package_config_testCommand --tags @smoke ; npm run push-report --tag=$npm_config_tag", |
15 | 15 | "test:local": "$npm_package_config_testCommand --tags @local", |
| 16 | + "test:export": "$npm_package_config_testCommand --tags @export", |
16 | 17 | "test:online": "$npm_package_config_testCommand --tags @online", |
17 | 18 | "test:vr": "$npm_package_config_testCommand --tags @vr $npm_config_wproption", |
18 | 19 | "test:llcssbg": "$npm_package_config_testCommand --tags @llcssbg", |
19 | 20 | "test:delayjs": "$npm_package_config_testCommand --tags @delayjs", |
20 | 21 | "test:lcp": "$npm_package_config_testCommand --tags @lcp", |
| 22 | + "test:long-test": "$npm_package_config_testCommand --tags @long-test", |
| 23 | + "test:priorityelements": "$npm_package_config_testCommand --tags @priorityelements", |
| 24 | + "test:preloadfonts": "$npm_package_config_testCommand --tags @preloadfonts", |
| 25 | + "test:selfhostgooglefonts": "$npm_package_config_testCommand --tags @selfhostgooglefonts", |
21 | 26 | "test:test": "$npm_package_config_testCommand --tags @test", |
22 | 27 | "test:lrc": "$npm_package_config_testCommand --tags @lrc", |
23 | 28 | "test:cpcss": "$npm_package_config_testCommand --tags @cpcss", |
24 | 29 | "test:performancehints": "$npm_package_config_testCommand --tags @performancehints", |
25 | 30 | "healthcheck": "ts-node healthcheck.ts", |
26 | 31 | "push-report": "ts-node report.ts", |
27 | | - "wp-env": "wp-env" |
| 32 | + "wp-env": "wp-env", |
| 33 | + "test:bwpupstorage": "$npm_package_config_testCommand --tags @bwpupstorage", |
| 34 | + "test:bwpuponboarding": "$npm_package_config_testCommand --tags @bwpuponboarding", |
| 35 | + "test:bwpupsmoke": "$npm_package_config_testCommand --tags @bwpupsmoke", |
| 36 | + "test:bwpup": "$npm_package_config_testCommand --tags @bwpup" |
28 | 37 | }, |
29 | 38 | "repository": { |
30 | 39 | "type": "git", |
|
0 commit comments