WebdriverIOLoginTestExamples
This is a WebdriverIO project, written in JavaScript, utilizing the mochaJS testing framework, structured in a page object design pattern, with Github Actions providing test execution. Tests are executed in Chrome via ChromeDriver.
Project Structure
WebdriverIOLoginTestExamples
├─> .github/
│ └─> workflows/ # Github Actions workflows
├─> .vscode/ # VSCode config files
├─> test/
│ ├─> pageobjects/ # page object files
│ ├─> resources/ # test data files
│ ├─> specs/ # test spec files
│ └─> unit/ # unit test files
├── babel.config.js
├── package-lock.json
├── package.json
├── README.md
└── wdio.conf.js