mirror of
https://github.com/plankanban/planka.git
synced 2025-08-10 07:55:27 +02:00
test: Add BDD UI tests using Playwright (#911)
This commit is contained in:
parent
df7746f896
commit
e7d7425768
17 changed files with 1260 additions and 120 deletions
|
@ -32,7 +32,7 @@
|
|||
"test": "npm run server:test && npm run client:test"
|
||||
},
|
||||
"lint-staged": {
|
||||
"client/**/*.{js,jsx}": [
|
||||
"client/src/**/*.{js,jsx}": [
|
||||
"npm run client:lint"
|
||||
],
|
||||
"server/**/*.js": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue