/template-cucumber-selenium-java

This project is a template to work with Java-CucumberJVM-Junit

Primary LanguageJava

Template testing Junit-Cucumber-Selenium

This code is provided on an "AS-IS” basis without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement. Your tests and testing environments may require you to modify this framework. this template allows you run testing with bdd aproach and selenium for automation, in parallel and diferent browser

Environment Setup

Running the tests

$ mvn test

By default the browser is Chrome, also you can add arguments -Dbrowser=firefox to run test on firefox

$ mvn test -Dbrowser=firefox

Resources

  • A great resource to search for issues not explicitly covered by documentation.