CoE WEB validation in Domino's using Webdriver.io and Mocha Framework and Applitools
npm install
npx prettier --write .
npx wdio run wdio.conf.js
To run the project in Applitools
export APPLITOOLS_API_KEY=${YOUR_APPLITOOLS_API_KEY}
export APPLITOOLS_SERVER_URL=${YOUR_APPLITOOLS_SERVER_URL}
where:
${YOUR_APPLITOOLS_API_KEY}
is something like:Ag4hfEVDIMykuCpWk61ppg3VJ9fkK0uht100HXnvGPlag220
(Check with your service provider if you do not have it)${YOUR_APPLITOOLS_SERVER_URL}
is your Applitools API service
To generate Allure Reports
allure generate && allure open