test automation with Javascript and webdriverIO
Before start navigate to the project folder qnd open the terminal To Start this project
- install the dependecies as npm install
- Run the project - npx wdio wdio.conf.js
- open the report - allure generate allure_reports --clean && allure open
Challenges
- 3days is very hard timeline to initiate the framework from the scratch and automate the public website without any ovarall requirement.
- When I run the automation using given site it is challenging to run multiple time duz to some reson the page behaviour chnages, i try to findout the all possible element locator to handle the situation.
- I face some difficulties when I switch between multiple git account. manage to generate ssh key and resolve that issue.
I am adding the test result report screenshot for the referance
