mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
run tests in debug mode
This commit is contained in:
@@ -12,7 +12,8 @@ module.exports = {
|
|||||||
REACT_APP_PLATFORM: "web",
|
REACT_APP_PLATFORM: "web",
|
||||||
},
|
},
|
||||||
debug: {
|
debug: {
|
||||||
PWDEBUG: 1,
|
// PWDEBUG: 1,
|
||||||
|
DEBUG: "pw:api",
|
||||||
},
|
},
|
||||||
silent: {
|
silent: {
|
||||||
BROWSER: "none",
|
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
|
- run: yarn
|
||||||
- uses: microsoft/playwright-github-action@v1
|
- uses: microsoft/playwright-github-action@v1
|
||||||
- name: Running tests
|
- name: Running tests
|
||||||
run: yarn test
|
run: yarn test:debug
|
||||||
|
|||||||
Reference in New Issue
Block a user