-
Install Docker and visual studio code
-
As a sample application we are using juice shop to setup that, follow the below link
https://github.com/juice-shop/juice-shop
-
Install nodejs you can follow the below link, please make sure to use latest node version
-
clone the below repo https://github.com/sameena-ops/fp-seleniumconf-2022
-
Run npm install in your cloned directiory, to install all the required dependencies
-
Run test using npm test
Once you have the juice shop app up and running, please do the below setup
- Register user
- Login with the registered user
- Save address
Constants used in the script as below, you can replace these with your own data while running the script
const username ="[email protected]"; const password = "password@1"; const addressName = 'SelConf22';
To start application docker run -p 3000:3000 bkimminich/juice-shop