You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use test in my end-to-end test suite using the selenium web driver.
For the end-to-end testing it is necessary to execute the tests sequentially and one by one.
The correct sequence is enforced by using the testSequencer: './testSequencer.js' configuration option and the maxWorkers: 1 configuration option and this works as expected.
Unfortunately jest does no longer show the progress message all and this would be extremely helpful especially when running the quite slow selenium tests.
The problem seems to be related to the maxWorkers: 1 configuration option.
I'm also experiencing the same issue with using playwright and the -runInBand option.
Is there already a fix for this to show the test progress? I looked into #6616, and it didn't work out for me, sadly.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
I'm trying to use test in my end-to-end test suite using the selenium web driver.
For the end-to-end testing it is necessary to execute the tests sequentially and one by one.
The correct sequence is enforced by using the
testSequencer: './testSequencer.js'
configuration option and themaxWorkers: 1
configuration option and this works as expected.Unfortunately jest does no longer show the progress message all and this would be extremely helpful especially when running the quite slow selenium tests.
The problem seems to be related to the
maxWorkers: 1
configuration option.To Reproduce
Use the
maxWorkers: 1
configuration option.Expected behavior
Show the progress message as usual.
Link to repl or repo (highly encouraged)
verbose.zip
envinfo
The text was updated successfully, but these errors were encountered: