Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 545 Bytes

Description

This repository contains "Car Tax check" automated test.

Usage

Can run Feature file as Junit test. or Test execution can be launched from the command line as listed below. Please run from Project Root Directory

1. mvn clean test (By default Test configured to run using Chrome browser)
    or
    mvn clean test -Dbrowser="Chrome"
    
2. mvn clean test -Dbrowser="Firefox"

Note

This has been framework tested On Win10 only. However Test very likely to work in other OS Combinations too eg: MAC