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

https://github.com/alex-kapranchuk/selenide-cucumber-demo

This is a sample project demonstrating how to use Selenide with Cucumber and Maven.
https://github.com/alex-kapranchuk/selenide-cucumber-demo

cucumber java junit5 selenide

Last synced: 6 months ago
JSON representation

This is a sample project demonstrating how to use Selenide with Cucumber and Maven.

Awesome Lists containing this project

README

          

Selenide examples: Cucumber
========================

This is a sample project demonstrating how to use Selenide with Cucumber and Maven.

### How to run

To run Selenide+Cucumber tests, just type from command line:

```
mvn test
```

### How to add project to IDEA

1. Run the following command to fetch dependencies: `mvn`
2. Import project to your Intellij IDEA.