- Start Appium server with the correct presets (optional for debug and find locators)
- Open Appium inspector with the correct saved capability set
- May have to update the app location and version
appium
- or -
appium --allow-cors
- If you want to use web inspector at https://inspector.appiumpro.com/
npm run test
- To run test on Loop
npm run loop
- Make sure Allure is installed in the system with JAVA
- https://allurereport.org/docs/install-for-nodejs/
npm install -g allure-commandline
allure serve allure-results