Selenium -maxSession for all Nodes
Asked Answered
B

1

2

We are using Selenium testing with protractor. For some tests we need to serialize the testing, so that maximum one Browser (in our case it's also an user) can be active. It's possible to limit the sessions with -maxSession parameter, but that just limits it for the current node. Is there a possibility to do that globally for every node or to start the nodes one after each other?

Burgenland answered 7/5, 2015 at 8:12 Comment(0)
B
0

oh well it was easier than I thought. Parameter maxSessions: 1 in protractor.conf seems to work also with many nodes.

Burgenland answered 7/5, 2015 at 16:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.