Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.96 KB

File metadata and controls

82 lines (52 loc) · 2.96 KB



Letcode Webdriverio Automation

Selenium Java automation script for the letcode website
Explore the wiki »

About The Project

This project was made for educational and portfolio use. Letcode website was used in this project since it covers most elements that are needed for basic automation scripts.

Built Using:

  • Selenium
  • Java
  • Apache Maven

Getting Started

Installation

  1. Clone the repo using the script below or using your preferred Git GUI
    git clone https://github.com/jimuelmedrano/letcode-selenium-java.git
  2. Open the project in your IDE, in this sample IntelliJ Idea is used


Note: Change the value of HEADLESS inside FrameworkConstants to "false" if you want to see the browser UI.

Usage

You can run the script using the following commands:

  • Run all tests with single thread only:
     mvn clean test
  • Run parallel tests with multiple threads: Right click on test_suite_parallel.xml and click run

Sample Run

Sample Run Report

image

Contact

LinkedIn - https://www.linkedin.com/in/jimuel-renzo-medrano/