![]() |
1 ano atrás | |
---|---|---|
.. | ||
docker | 2 anos atrás | |
selenoid | 2 anos atrás | |
src | 1 ano atrás | |
.env.ci | 4 anos atrás | |
.gitignore | 4 anos atrás | |
QASE.md | 2 anos atrás | |
README.md | 2 anos atrás | |
pom.xml | 1 ano atrás |
This repository is for E2E UI automation.
git clone https://github.com/provectus/kafka-ui.git
cd kafka-ui-e2e-checks
docker pull selenoid/vnc_chrome:103.0
Run kafka-ui
:
cd kafka-ui
docker-compose -f kafka-ui-e2e-checks/docker/selenoid-local.yaml up -d
docker-compose -f documentation/compose/e2e-tests.yaml up -d
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
To run tests on your local Chrome browser just add next VM option to the Run Configuration
-Dbrowser=local
Expected Location of Chrome
Linux: /usr/bin/google-chrome1
Mac: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
Windows XP: %HOMEPATH%\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
Windows Vista and newer: C:\Users%USERNAME%\AppData\Local\Google\Chrome\Application\chrome.exe
Found instruction for Qase.io integration (for internal use only) at kafka-ui-e2e-checks/QASE.md
Reports are in allure-results
folder.
If you have installed allure commandline here)
You can see allure report with command:
allure serve
Reference screenshots are in SCREENSHOTS_FOLDER
(default,kafka-ui-e2e-checks/screenshots
)
⚠️ todo
⚠️ todo
⚠️ todo
⚠️ todo
⚠️ todo
⚠️ todo
Selenium UI Testing plugin
in IDEA