-
Notifications
You must be signed in to change notification settings - Fork 10
Project Structure
Lukasz Rajchel edited this page Jun 4, 2018
·
6 revisions
The solution is divided into source and test projects. Unit tests and integration tests are split into separate assemblies.
src\
Selenium.WebDriver.Extensions
test\
Selenium.WebDriver.Extensions.Tests
Selenium.WebDriver.Extensions.IntegrationTests
Application features are tested using integration tests on Internet Explorer, Chrome, Firefox and Edge.
Using the library
Extending the library