mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
run tests in debug mode
This commit is contained in:
@@ -12,7 +12,8 @@ module.exports = {
|
||||
REACT_APP_PLATFORM: "web",
|
||||
},
|
||||
debug: {
|
||||
PWDEBUG: 1,
|
||||
// PWDEBUG: 1,
|
||||
DEBUG: "pw:api",
|
||||
},
|
||||
silent: {
|
||||
BROWSER: "none",
|
||||
|
||||
2
apps/web/.github/workflows/e2e.yml
vendored
2
apps/web/.github/workflows/e2e.yml
vendored
@@ -21,4 +21,4 @@ jobs:
|
||||
- run: yarn
|
||||
- uses: microsoft/playwright-github-action@v1
|
||||
- name: Running tests
|
||||
run: yarn test
|
||||
run: yarn test:debug
|
||||
|
||||
Reference in New Issue
Block a user