Skip to content

Commit

Permalink
Spacing. Using npx instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Mar 4, 2024
1 parent a170e7d commit 99ac9c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ playwright-examples: install-playwright ## end-to-end tests on examples with pla

playwright-debug: install-playwright ## All end-to-end tests, chrome only, headed
pytest -c tests/playwright/playwright-pytest.ini tests/playwright/$(SUB_FILE)

playwright-show-trace: ## Show trace of failed tests
npm playwright show-trace test-results/*/trace.zip
npx playwright show-trace test-results/*/trace.zip

testrail-junit: install-playwright install-trcli ## end-to-end tests with playwright and generate junit report
pytest tests/playwright/shiny/$(SUB_FILE) --junitxml=report.xml
Expand Down

0 comments on commit 99ac9c4

Please sign in to comment.