/webdriverio-dominos

Dominos production website and WebdriverIO demo

Primary LanguageJavaScript

CoE e2e WEB

code style: prettier tested with webdriver.io

CoE WEB validation in Domino's using Webdriver.io and Mocha Framework and Applitools

System Requirements

  • NVM To assist managing multiple active NodeJS versions
  • NodeJS version: v18.15.0

To build

npm install

To format the project

npx prettier --write .

To run the project

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

Read this as reference