An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

## WebdriverIO with Cucumber Getting Started

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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/