run tests in debug mode

This commit is contained in:
thecodrr
2021-06-09 11:41:54 +05:00
parent 99aaa76024
commit 1cad156944
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ module.exports = {
REACT_APP_PLATFORM: "web",
},
debug: {
PWDEBUG: 1,
// PWDEBUG: 1,
DEBUG: "pw:api",
},
silent: {
BROWSER: "none",

View File

@@ -21,4 +21,4 @@ jobs:
- run: yarn
- uses: microsoft/playwright-github-action@v1
- name: Running tests
run: yarn test
run: yarn test:debug