Skip to content

gitstanhub/test-automation-experiment-zooplus

Repository files navigation

Test automation project for Zooplus


spotify-logo

Table of Contents

Overview

This is a test automation suite covering the functionality of Cart Page from Zooplus online shop.
It supports replacement of SID cookie with a custom value using @SidCookie annotation for personalisation of test runs.

Technology stack

  • Java
  • Selenide, Selenium
  • Gradle
  • JUnit 5
  • Allure

Installation and Setup

General:

  • Clone the repo to a local directory:
git clone https://github.com/gitstanhub/test-automation-zooplus.git
  • Make sure to have Java installed on your machine

Usage

To run the test suite from the project root directory using Gradle Wrapper:

./gradlew clean test --tests CartTests

... or using Gradle if it's installed on your machine:

gradle clean test --tests CartTests

To generate Allure report with the results from the root directory:

allure serve build/allure-results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages