Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty tests session created for each tests #1

Open
CouzinieAtCines opened this issue Aug 17, 2020 · 0 comments
Open

Empty tests session created for each tests #1

CouzinieAtCines opened this issue Aug 17, 2020 · 0 comments

Comments

@CouzinieAtCines
Copy link

Hi,
One option in the file 'protractor.conf.js' is causing zalenium to create a new 'empty' test session for each test that is executed. Resulting in the clogging of the dashboar (if --keepOnlyFailedTests false)
The option is :
restartBrowserBetweenTests: true,

This option should not be use with Zalenium as the container is destroyed at the end of each test.

Setting this option to true will create a new test session with a new container in order to restart the browser... Which is completely useless.. =D

What to do ?

  • Set the option to false or just comment/delete the line as the default value is 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant