|
12 | 12 | "lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .", |
13 | 13 | "lint:fix": "yarn run lint --fix", |
14 | 14 | "pretty": "prettier -w '{**/*,*}.{js,ts,jsx,tsx,json,yml}'", |
| 15 | + "pretty:check": "prettier -c '{**/*,*}.{js,ts,jsx,tsx,json,yml}'", |
15 | 16 | "server": "docker-compose up --build", |
16 | 17 | "start": "npm run watch", |
17 | 18 | "sign": "npx --yes @grafana/sign-plugin@latest", |
18 | 19 | "e2e": "playwright test", |
19 | 20 | "e2e:ci": "playwright test", |
20 | | - "e2e:debug": "playwright test --debug" |
| 21 | + "e2e:debug": "playwright test --debug", |
| 22 | + "e2e:ui": "playwright test --ui" |
21 | 23 | }, |
22 | 24 | "author": "Checkmk", |
23 | 25 | "license": "Apache-2.0", |
24 | 26 | "devDependencies": { |
25 | 27 | "@babel/core": "^7.25.2", |
26 | 28 | "@grafana/eslint-config": "^7.0.0", |
27 | | - "@grafana/plugin-e2e": "^1.7.1", |
| 29 | + "@grafana/plugin-e2e": "^1.7.2", |
28 | 30 | "@grafana/tsconfig": "^2.0.0", |
29 | | - "@playwright/test": "^1.46.1", |
| 31 | + "@playwright/test": "^1.47.0", |
30 | 32 | "@swc/core": "^1.7.23", |
31 | 33 | "@swc/helpers": "^0.5.13", |
32 | 34 | "@swc/jest": "^0.2.36", |
33 | 35 | "@testing-library/jest-dom": "6.5.0", |
34 | 36 | "@testing-library/react": "16.0.1", |
35 | 37 | "@types/jest": "^29.5.12", |
36 | 38 | "@types/lodash": "^4.17.7", |
37 | | - "@types/node": "^22.5.3", |
| 39 | + "@types/node": "^22.5.4", |
38 | 40 | "@types/react-router-dom": "^5.3.3", |
39 | 41 | "copy-webpack-plugin": "^12.0.2", |
40 | 42 | "css-loader": "^7.1.2", |
| 43 | + "dotenv": "^16.4.5", |
41 | 44 | "eslint-plugin-deprecation": "^3.0.0", |
42 | 45 | "eslint-webpack-plugin": "^4.2.0", |
43 | 46 | "fork-ts-checker-webpack-plugin": "^9.0.2", |
|
0 commit comments