Skip to content

Dimas0906/Final-Project

Repository files navigation

Final Project Selenium with Cucumber & Rest Assured

Structure

STructure


Description : This project is an automation built for: API & Web UI. The API testing uses "https://gorest.co.in/public/v2/", and the Web UI testing uses "https://www.demoblaze.com/".


For Initial Project Setup:

  • Clone the project repository.
  • Clone it to your local computer.
  • Open the terminal within the cloned project directory and type: ./gradlew build
  • The project is now ready for editing.

The following commands can be used to execute testing:

  • The command to run all tests is: ./gradlew cucumbertest

  • The command to run tests with specific tags is: ./gradlew cucumbertest -P tags:@tags

  • The command to run testing specifically for all API tests is: ./gradlew apiTest

  • The command to run testing specifically for all UI tests is: ./gradlew webuiTest


Click here to see the result of automation proccess.

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors