|
11 | 11 | "clean": "pnpm --filter \"./packages/**\" run clean", |
12 | 12 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", |
13 | 13 | "test": "pnpm run test:ci", |
14 | | - "test:pr": "nx affected --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", |
15 | | - "test:ci": "nx run-many --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", |
| 14 | + "test:pr": "nx affected --targets=test:sherif,test:knip,test:eslint,test:lib,test:e2e,test:types,test:build,build", |
| 15 | + "test:ci": "nx run-many --targets=test:sherif,test:knip,test:eslint,test:lib,test:e2e,test:types,test:build,build", |
16 | 16 | "test:eslint": "nx affected --target=test:eslint", |
17 | 17 | "test:format": "pnpm run prettier --check", |
18 | 18 | "test:sherif": "sherif", |
19 | 19 | "test:lib": "nx affected --target=test:lib --exclude=examples/**", |
20 | 20 | "test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib", |
21 | 21 | "test:build": "nx affected --target=test:build --exclude=examples/**", |
22 | 22 | "test:types": "nx affected --target=test:types --exclude=examples/**", |
| 23 | + "test:e2e": "nx affected --target=test:e2e --exclude=examples/**", |
23 | 24 | "test:knip": "knip", |
24 | 25 | "build": "nx affected --target=build --exclude=examples/**", |
25 | 26 | "build:all": "nx run-many --target=build --exclude=examples/**", |
|
39 | 40 | }, |
40 | 41 | "devDependencies": { |
41 | 42 | "@changesets/cli": "^2.29.4", |
| 43 | + "@playwright/test": "^1.53.1", |
42 | 44 | "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
43 | 45 | "@tanstack/config": "^0.18.2", |
44 | 46 | "@testing-library/jest-dom": "^6.6.3", |
|
0 commit comments