Skip to content

thaiching/Todo-Selenium-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a basic framework to test the TodoMVC application (https://todomvc.com/examples/vue) which allows users to add, edit, delete, complete and filter active/completed todo lists.

This behavioral driven development automation framework uses Selenium, cucumber-java, cucumber-junit, BDD, Page Objects Patterns and Maven as build tool.

Installation (pre-requisites)

Setting up Selenium Java project

  1. Install Java and set path
  2. Install maven and set path
  3. For simplicity, this project by default allows the tests to run locally with Chrome. Please install ChromeDriver, and add its location to your system PATH.
  4. Clone repository [email protected]:thaiching/Todo-Selenium-Java.git
  5. To install all dependencies, run $ mvn clean install

Running Test

By default, the tests will run on Chrome browser.

  • Go to project root directory
  • Use "mvn test" command to run the test.

Reporters

After the completion of executing the tests, 2 types of reports will be generated (HTML and JSON reports). Both the HTML and JSON reports will be generated under the folder /target/reports respectively

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published