Skip to content

le-van-tuan/automation-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-cucumber-java

Automation Testing Using Java, Selenium and Cucumber

selenium-cucumber is a behavior driven development (BDD) approach to write automation test script to test Web. It enables you to write and execute automated acceptance/unit tests.

Installation

Go to your project directory from terminal and hit following commands

  • mvn test (defualt will run on local firefox browser)
  • mvn test "-Dbrowser=chrome" (to use chrome browser)

Running test

Go to your project directory from terminal and hit following commands

  • mvn test (defualt will run on local firefox browser)
  • mvn test "-Dbrowser=chrome" (to use chrome browser)

About

Automation Testing Using Java, Selenium and Cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published