https://github.com/josdem/webdriverio-cucumber-getting-started
This project shows how to get starting with WebdriverIO along with Cucumber Framework to test a website.
https://github.com/josdem/webdriverio-cucumber-getting-started
cucumber-js javascript nodejs webdriverio
Last synced: 4 months ago
JSON representation
This project shows how to get starting with WebdriverIO along with Cucumber Framework to test a website.
- Host: GitHub
- URL: https://github.com/josdem/webdriverio-cucumber-getting-started
- Owner: josdem
- Created: 2022-02-08T21:39:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T19:43:45.000Z (over 3 years ago)
- Last Synced: 2025-01-17T15:52:26.292Z (5 months ago)
- Topics: cucumber-js, javascript, nodejs, webdriverio
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WebdriverIO with Cucumber Getting Started
[](https://github.com/prettier/prettier)
This is a getting started project with [Webdriver.io](https://webdriver.io/) using [Cucumber Framework](https://cucumber.io/)
#### Requirements
- [NodeJS](https://nodejs.org/en/)
**Note:** I recommed to use [NVM](https://github.com/nvm-sh/nvm) to manage NodeJS versions
#### To build the project
```bash
npm install
```#### To format the project
```bash
npx prettier --write .
```#### To run the project
```bash
npx wdio run wdio.conf.js
```#### Read this as reference
- https://josdem.io/techtalk/ux/webdriverio_cucumber_getting_started/