-
Notifications
You must be signed in to change notification settings - Fork 11
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
Introduce reuse counter for web driver/browser instances #124
Labels
codeDone
The issue is rechecked for development branch
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
docsReadyForMerge
Documentation was created for this issue in a separate branch which is ready to merge to develop
feature
Medium Priority
Milestone
Comments
occupant23
added
docsReadyForMerge
Documentation was created for this issue in a separate branch which is ready to merge to develop
feature
Medium Priority
labels
Jul 27, 2020
occupant23
pushed a commit
that referenced
this issue
Jul 31, 2020
occupant23
pushed a commit
that referenced
this issue
Jul 31, 2020
occupant23
pushed a commit
that referenced
this issue
Jul 31, 2020
occupant23
pushed a commit
that referenced
this issue
Aug 10, 2020
occupant23
pushed a commit
that referenced
this issue
Aug 10, 2020
occupant23
pushed a commit
that referenced
this issue
Aug 10, 2020
occupant23
pushed a commit
that referenced
this issue
Aug 10, 2020
occupant23
pushed a commit
that referenced
this issue
Aug 10, 2020
occupant23
added a commit
that referenced
this issue
Aug 11, 2020
Co-authored-by: Christoph Keiner <c.keiner@xceptance.net>
occupant23
added
the
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
label
Aug 21, 2020
occupant23
pushed a commit
that referenced
this issue
Aug 26, 2020
…he class itself is already a singleton
occupant23
pushed a commit
that referenced
this issue
Aug 26, 2020
@h-arlt Please recheck. |
Besides two small improvements regarding documentation (see my comments at commit 826bf47) code looks good to me and works as expected. |
occupant23
pushed a commit
that referenced
this issue
Aug 27, 2020
occupant23
pushed a commit
that referenced
this issue
Aug 27, 2020
Well done my friend ;-) |
documentation for configuration and base functions done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
codeDone
The issue is rechecked for development branch
codeReadyForRecheck
The issue is fixed/implemented AND merged into development, but needs to be rechecked there
docsReadyForMerge
Documentation was created for this issue in a separate branch which is ready to merge to develop
feature
Medium Priority
Reusing browser instances for multiple tests is great as it can save a lot of test time. However, observations have shown that some browsers may get fatter and slower over time or even crash sporadically when being reused for many test cases. In these situations, a configurable reuse counter could help which controls how often a certain driver/browser instance is used before it is recreated freshly.
The text was updated successfully, but these errors were encountered: