Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.