Skip to content

cronn/frontend-test-selenium-example

Repository files navigation

Cucumber with Selenium (JavaScript)

This repository contains an example project that integrates Cucumber with Selenium. You need a recent NodeJS version as well as Google Chrome, Mozilla Firefox, Microsoft Edge, and Apple Safari.

Quick Start

$ git clone https://github.com/cronn-de/frontend-test-selenium-example your-own-tests
$ cd your-own-tests
$ npm install

# run tests with Google Chrome
$ npm test
$ npm run test:chrome

# run tests with Mozilla Firefox
$ npm run test:firefox

# run tests with Safari
$ npm run test:safari

# run tests with Edge
$ npm run test:edge

cronn GmbH

About

Exemplary setup of frontend tests with Selenium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published