Skip to content

Commit

Permalink
#124: added documentation to neodymium.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Aug 10, 2020
1 parent 30b90c0 commit 8427e5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/neodymium.properties
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ neodymium.webDriver.firefox.legacyMode = false
## Whether to use a single driver instance for all tests (defaults to false).
neodymium.webDriver.reuseDriver = false

## The number of reuses. If not specified or set below 1 the driver will be reused unlimited times.
## Setting the property to 1 means that the driver is reused once but twice in total.
#neodymium.webDriver.maxReuse = 0

## Whether to keep browser open after test has finished
# Warning: The webdriver process might stay alive even if you close the browser afterwards
neodymium.webDriver.keepBrowserOpen = false
Expand Down

0 comments on commit 8427e5d

Please sign in to comment.