google search testing
from bash console, clone the repository
git clone https://github.com/mandriao84/itw.git
from bash console, install the dependencies
npm i
from bash console, open cypress
npx cypress open
from cypress dashboard, open the script "itw_wttj.js"
click on itw_wttj.js
folder structure
├── ...
├── cypress
│ ├── fixture
│ │ └── ids
│ │ └── data.json
│ │ └── img
│ │ └── inqom.png
│ ├── integration
│ │ └── itw_wttj.js
│ ├── plugins
│ │ └── index.js
│ └── support
│ ├── commands.js
│ └── index.js
├── cypress.json
├── package.json
├── README.md
├── ...
MIT