Skip to content

Commit

Permalink
fix(robot): prime browsers before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 6, 2023
1 parent 026c073 commit 1505482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ deps =
# constraints_file = "https://my-server.com/constraints.txt"
##
commands =
rfbrowser init
zope-testrunner --all --test-path={toxinidir} -s plone.app.discussion {posargs}
extras =
test
Expand Down Expand Up @@ -129,6 +130,7 @@ deps =
zope.testrunner
-c https://dist.plone.org/release/6.0-dev/constraints.txt
commands =
rfbrowser init
coverage run --branch --source plone.app.discussion {envbindir}/zope-testrunner --quiet --all --test-path={toxinidir} -s plone.app.discussion {posargs}
coverage report -m --format markdown
coverage xml
Expand Down

0 comments on commit 1505482

Please sign in to comment.