Skip to content

Commit

Permalink
corrected the report path for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwik-g committed Jan 31, 2025
1 parent 2c17354 commit 903ab81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ commands =
commands_pre =
pip install -r tests/e2e/requirements.txt
commands =
pytest -s -v --md-report-verbose=1 --md-report --md-report-flavor gfm --md-report-output ../e2e-report.md tests/e2e/
pytest -s -v --md-report-verbose=1 --md-report --md-report-flavor gfm --md-report-output e2e-report.md tests/e2e/

0 comments on commit 903ab81

Please sign in to comment.