![]() |
2 سال پیش | |
---|---|---|
.. | ||
docker | 3 سال پیش | |
selenoid | 3 سال پیش | |
src | 2 سال پیش | |
.env.ci | 4 سال پیش | |
.gitignore | 4 سال پیش | |
README.md | 2 سال پیش | |
pom.xml | 2 سال پیش |
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_86.0
Run kafka-ui
:
cd kafka-ui
docker-compose -f documentation/compose/e2e-tests.yaml up -d
Run Smoke test suite using your QaseIO API token as environment variable (put instead %s into command below)
./mvnw -DQASEIO_API_TOKEN='%s' -Dsurefire.suiteXmlFiles='src/test/resources/smoke.xml' -Dsuite=smoke -f 'kafka-ui-e2e-checks' test -Pprod
Run Sanity test suite using your QaseIO API token as environment variable (put instead %s into command below)
./mvnw -DQASEIO_API_TOKEN='%s' -Dsurefire.suiteXmlFiles='src/test/resources/sanity.xml' -Dsuite=sanity -f 'kafka-ui-e2e-checks' test -Pprod
Run Regression test suite using your QaseIO API token as environment variable (put instead %s into command below)
./mvnw -DQASEIO_API_TOKEN='%s' -Dsurefire.suiteXmlFiles='src/test/resources/regression.xml' -Dsuite=regression -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
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