|
32 | 32 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx", |
33 | 33 | "open": "electron . shell", |
34 | 34 | "start": "WATCH_ARGS='-open' npm run watch", |
35 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 35 | + "mirror": "T=$(mktemp -d); (cd $T && git clone --depth=1 git@github.com:guidebooks/store.git) && echo \"mirror stage in $T/store\" && ./bin/madwizard.js mirror $T/store/guidebooks ./store", |
| 36 | + "mirror-if-needed": "if [ ! -d ./store ]; then npm run mirror; fi", |
| 37 | + "test": "playwright test --workers 1" |
36 | 38 | }, |
37 | 39 | "keywords": [], |
38 | 40 | "author": "@starpit", |
|
79 | 81 | "@kui-shell/proxy": "11.5.0-dev-20220523-155545", |
80 | 82 | "@kui-shell/react": "11.5.0-dev-20220523-155545", |
81 | 83 | "@kui-shell/webpack": "11.5.0-dev-20220523-155545", |
| 84 | + "@playwright/test": "^1.22.2", |
82 | 85 | "@types/debug": "^4.1.7", |
83 | 86 | "@types/node": "14.11.8", |
84 | 87 | "@types/react": "17.0.39", |
|
91 | 94 | "eslint": "^8.15.0", |
92 | 95 | "husky": "^8.0.1", |
93 | 96 | "lint-staged": "^12.4.1", |
| 97 | + "playwright": "^1.22.2", |
94 | 98 | "prettier": "^2.6.2", |
95 | 99 | "typescript": "4.6.4" |
96 | 100 | }, |
97 | 101 | "dependencies": { |
98 | 102 | "@kui-shell/client": "file:./plugins/plugin-client-default", |
99 | | - "@kui-shell/plugin-codeflare": "file:./plugins/plugin-codeflare", |
100 | | - "@kui-shell/plugin-madwizard": "file:./plugins/plugin-madwizard", |
101 | 103 | "@kui-shell/core": "11.5.0-dev-20220523-155545", |
102 | 104 | "@kui-shell/plugin-bash-like": "11.5.0-dev-20220523-155545", |
103 | 105 | "@kui-shell/plugin-carbon-themes": "11.5.0-dev-20220523-155545", |
104 | 106 | "@kui-shell/plugin-client-common": "11.5.0-dev-20220523-155545", |
| 107 | + "@kui-shell/plugin-codeflare": "file:./plugins/plugin-codeflare", |
105 | 108 | "@kui-shell/plugin-core-support": "11.5.0-dev-20220523-155545", |
106 | 109 | "@kui-shell/plugin-electron-components": "11.5.0-dev-20220523-155545", |
107 | 110 | "@kui-shell/plugin-git": "11.5.0-dev-20220523-155545", |
108 | 111 | "@kui-shell/plugin-kubectl": "11.5.0-dev-20220523-155545", |
| 112 | + "@kui-shell/plugin-madwizard": "file:./plugins/plugin-madwizard", |
109 | 113 | "@kui-shell/plugin-patternfly4-themes": "11.5.0-dev-20220523-155545", |
110 | 114 | "@kui-shell/plugin-proxy-support": "11.5.0-dev-20220523-155545", |
111 | 115 | "@kui-shell/plugin-s3": "11.5.0-dev-20220523-155545" |
|
0 commit comments