This is my submission for Applitools Holiday Shopping hackathon for performing cross browser testing using Applitools Ultra Fast Grid.
It makes use of the Ultrafast Grid where only 1 browser is instantiated on the local machine and all the processing(across all the browsers & viewports) is done behind the scenes(in parallel). This approach is super easy to code, super fast to execute & provides amazing reliability for your tests which you get by putting in a minimal effort.
Imagine you are an engineer assigned to test a retail application, AppliFashion, before the busy holiday season. Your job is to automate the tests below against the V1 production version of this application.
Read More about it Here
Follow below steps in order to setup project and execute the test(s).
- Clone the repo or Download Zip and import as Maven project in preferred IDE
- Make sure you've maven configured in your machine and then run below maven command to run the desired tests
mvn test
- Tarun Narula