Home - Toseter/SeleniumRunner GitHub Wiki
Welcome to the SeleniumRunner wiki!
What is Selenium Runner?
As saw from name, it is runner and it is for Selense(Se IDE scripts), additionaly runner holds in xunit style. And main idea of this runner is to remove similar functionality from SeServer and make improvments in it.
Features
- Use WebDriver — for running tests
- Run tests
- Fixtures — setup/teardown for tests and testSuites
- Datasets
Small Roadmap
- Refactoring
- Implement other Selense command ( now implement only basic )
- Parallel execution
- Other improvments