Quick recap - 3
Recap of capabilities
1) Execute tests in Responsive mode - Author once & Execute twice
We learned how the same test can be executed in responsive mode. With this, there is no need to create either a separate test repository or a separate set of tests - for responsive testing. This saves 50% of your effort out of the box.
2) Execute tests in local Selenoid
With just configuration changes, we observed that we could execute tests on Selenoid. Ekam’s IntelliJ Idea plugin installs the Docker plugin so that you can manage all the Docker images within the IDE.
Having Docker plugin within the IDE, brings focus, as you can do more staying within IDE
2) Execute tests in Selenium Grid 3 and 4
We learned to bring up Selenium Grid 3/4 and execute tests against them.
3) Execute tests in BrowserStack
We learned how to execute tests on BrowserStack cloud with few config changes.
4) Execute tests in Parallel
We learned how Ekam can execute tests in parallel. We saw how 3 test methods got executed in parallel with the Selenoid setup.
5) Executing Tests in Different Test Environments
With small config changes, we were able to execute tests in a different test environment.