Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
This is a sample project demonstrating how to use Selenide with Cucumber and Maven.
- Host: GitHub
- URL: https://github.com/alex-kapranchuk/selenide-cucumber-demo
- Owner: alex-kapranchuk
- Created: 2024-05-03T15:29:56.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-03T15:31:52.000Z (7 months ago)
- Last Synced: 2024-09-27T11:41:04.084Z (about 2 months ago)
- Topics: cucumber, java, junit5, selenide
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.