πΈοΈWeb Automation
Web Automation Setup
Install docker - https://docs.docker.com/engine/install/fedora/
After cloning the repo, go to terminal folder:

Type sudo systemctl start docker
(There are instances that the docker wonβt automatically run)
Follow this command to build the local repo:
git pullnpm i --legacy-peer-depsnpm i @mehira/web-react-sdk@0.1.6npm start
This is what it looks like if the build is successful.

You can now access the env on http://localhost:4200/
Web Automation testing
Run the tests in the folder where the tests were:

Run the specific test:
For html test reports:
Last updated