-
Notifications
You must be signed in to change notification settings - Fork 40
Home
Ondřej Machulda edited this page Nov 9, 2017
·
9 revisions
- Install and start Selenium server and browser drivers - or how to start Selenium inside Docker
- Debugging Selenium tests with Steward & Xdebug - debug tests step-by-step
- Set custom capabilities - through command line or using configuration file
- Test dependencies and how to pass data between two or more test-cases
- Configuration file steward.yml - useful for a static global configuration that doesn't change for different tests runs
- Run only specified tests - how to specify only specific test to be run by Steward
See also repository steward-example, which contains many well documented examples of Steward usage.