Install Java through Download
Click Agree and Start Free download and install java globally
Configure selenium server by following the steps!
npm install selenium-standalone@latest -g
selenium-standalone install
selenium-standalone start
Create a test folder and under this run :
git clone https://github.com/Rink9/E2E_Testing_DOKAN_Lite.git
composer install
composer dumpautoload -o
Open test folder on visual studio or your favourite Code Editor!
- Open
codecept.conf.js
file. - Provide your test Url eg: https://rinky.test]
- Provide your test site Username
- Provide your test site Password
Run:
npm install
Here you go !
Run:
npx codeceptjs run --grep "@environmentSetup"