Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ghoshasish99/selenium-cucumber-moon

Selenium - Cucumber - Selenoid
https://github.com/ghoshasish99/selenium-cucumber-moon

cucumber cucumber-java selenium

Last synced: 23 days ago
JSON representation

Selenium - Cucumber - Selenoid

Awesome Lists containing this project

README

        

![Java Cucumber Test Execution](https://github.com/ghoshasish99/Selenium-Cucumber-Moon/workflows/Java%20Cucumber%20Test%20Execution/badge.svg)

### Get Started
```xml

io.cucumber
cucumber-java
4.2.6
compile

```

###### UI Tests
```
$ mvn clean test -Dcucumber.options="--tags @UITest" -DExecutionPlatform="GRID_CHROME"
```