Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksiAhtiainen committed Oct 21, 2024
1 parent 356c62b commit 1020473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omadata-oauth2-sample/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lint:problems": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"fix": "npm run fix:format",
"fix:format": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\" --fix",
"playwright:test": "DEBUG=pw:webserver npx playwright test",
"playwright:test": "DEBUG='pw:webserver pw:api' npx playwright test",
"playwright:test:debug": "DEBUG=pw:webserver npx playwright test --headed",
"playwright:test:trace": "DEBUG=pw:webserver npx playwright test --trace on && npx playwright show-report",
"playwright:codegen": "npx playwright codegen"
Expand Down

0 comments on commit 1020473

Please sign in to comment.