Vlad Senyuta e2dc12dc02 [E2E] Checking components paths (#3514) преди 2 години
..
docker e5f2df86dd Fix e2e tests (#1543) преди 3 години
selenoid e5f2df86dd Fix e2e tests (#1543) преди 3 години
src e2dc12dc02 [E2E] Checking components paths (#3514) преди 2 години
.env.ci 551b99702e adding default params to e2e checks (#603) преди 4 години
.gitignore 6f63360d2c formatting fixes преди 4 години
QASE.md f193e5fed7 [e2e] Setup qase integration (once again) (#3441) преди 2 години
README.md f193e5fed7 [e2e] Setup qase integration (once again) (#3441) преди 2 години
pom.xml 8889463f7b add httpcomponents (#3449) преди 2 години

README.md

E2E UI automation for Kafka-ui

This repository is for E2E UI automation.

Table of Contents

Prerequisites

  • Docker & Docker-compose
  • Java (install aarch64 jdk if you have M1/arm chip)
  • Maven

How to install

git clone https://github.com/provectus/kafka-ui.git
cd  kafka-ui-e2e-checks
docker pull selenoid/vnc:chrome_86.0  

How to run checks

  1. Run kafka-ui:

    cd kafka-ui
    docker-compose -f documentation/compose/e2e-tests.yaml up -d
    
  2. To run test suite select its name (options: regression, sanity, smoke) and put it instead %s into command below

    ./mvnw -Dsurefire.suiteXmlFiles='src/test/resources/%s.xml' -f 'kafka-ui-e2e-checks' test -Pprod
    
  3. To run tests on your local Chrome browser just add next VM option to the Run Configuration

    -Dbrowser=local
    

Qase integration

Found instruction for Qase.io integration (for internal use only) at kafka-ui-e2e-checks/QASE.md

Reporting

Reports are in allure-results folder. If you have installed allure commandline here) You can see allure report with command:

allure serve

Screenshots

Reference screenshots are in SCREENSHOTS_FOLDER (default,kafka-ui-e2e-checks/screenshots)

How to develop

⚠️ todo

Setting for different environments

⚠️ todo

Test Data

⚠️ todo

Actions

⚠️ todo

Checks

⚠️ todo

Parallelization

⚠️ todo

Tips

  • install Selenium UI Testing plugin in IDEA