Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ In some projects, it's required to execute only the test, the class name, method
specific regex.
To do so, you have to define **neodymium.testNameFilter** inside of `config/neodymium.properties` .

If it's only required to filter tests by browser profiles, you can use `browserdefinition` system property or `neodymium.webDriver.browserFilter` neodymium property. Simply list the browser profiles you **want to be included** in the execution, e.g. `neodymium.webDriver.browserFilter=Chrome_headless,FF_headless`

### SelenideAddons

| Property | Default value | Description |
Expand Down