platform/tests
Kristina e4192b27fc
UBERF-7513: Improve notifications model to allow external notifications channels (#6037)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2024-07-12 19:07:11 +07:00
..
sanity UBERF-7513: Improve notifications model to allow external notifications channels (#6037) 2024-07-12 19:07:11 +07:00
sanity-ws
.env
branding-test.json Qfix: use http for local and test brandings (#5980) 2024-07-02 21:07:24 +07:00
build-reload.sh Change shebangs to /usr/bin/env calls for better portability (#5961) 2024-07-01 23:21:52 +07:00
create-local.sh
docker-compose.yaml
install-elastic-plugin-setup.sh Change shebangs to /usr/bin/env calls for better portability (#5961) 2024-07-01 23:21:52 +07:00
install-elastic-plugin.sh Change shebangs to /usr/bin/env calls for better portability (#5961) 2024-07-01 23:21:52 +07:00
prepare-tests.sh Change shebangs to /usr/bin/env calls for better portability (#5961) 2024-07-01 23:21:52 +07:00
prepare.sh UBERF-7465: Move pipeline into separate plugin (#5978) 2024-07-02 18:09:44 +07:00
readme.md
restore-local.sh UBERF-7465: Move pipeline into separate plugin (#5978) 2024-07-02 18:09:44 +07:00
restore-workspace.sh UBERF-7465: Move pipeline into separate plugin (#5978) 2024-07-02 18:09:44 +07:00
tool-local.sh
tool.sh Change shebangs to /usr/bin/env calls for better portability (#5961) 2024-07-01 23:21:52 +07:00
update-snapshot-ci.sh
update-snapshot.sh
wait-elastic.sh

UI Sanity testing using play-wright

Prepare environment with docker to test final product.

rush update
rush build
rush bundle
rush docker:build
./prepare.sh

Restore to pure DB

To purge content of sanity workspace following command could be used.

./restore-workspace.sh

Prepare local dev environment

rush update
rush build
rush bundle
./create-local.sh

Restore to pure DB for Local setup

To purge content of sanity workspace following command could be used.

./restore-local.sh

Running UI tests

cd ./sanity
rushx uitest # for docker setup
rushx dev-uitest # for dev setup

Debugging UI tests

cd ./sanity
rushx debug -g test-name # for docker setup
rushx dev-debug -g test-name # for local setup

Capturing new testing scenarios

rushx codegen # for docker setup
rushx dev-codegen # for local setup

Test authoring.

Please update all navigation with using PlatformURI for CI and dev environment compatible testing.

Generate Allure

allure generate allure-results -o allure-report --clean
allure open allure-report