platform/tests
Kristina f258c6755a
UBERF-8547: Inbox cleanup and other (#7058)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
2024-10-29 20:06:16 +07:00
..
sanity UBERF-8547: Inbox cleanup and other (#7058) 2024-10-29 20:06:16 +07:00
sanity-ws Fix cockroach (#6965) 2024-10-23 13:29:44 +05:00
.env
branding-test.json
build-reload.sh
create-local.sh
docker-compose.override.yaml UBERF-8508: Get rid of Mongo in storage adapter (#6989) 2024-10-21 23:23:26 +07:00
docker-compose.yaml Fix cockroach (#6965) 2024-10-23 13:29:44 +05:00
install-elastic-plugin-setup.sh
install-elastic-plugin.sh
prepare-pg.sh Cockroach (#6334) 2024-09-11 15:31:26 +07:00
prepare-tests.sh Cockroach (#6334) 2024-09-11 15:31:26 +07:00
prepare.sh Cockroach (#6334) 2024-09-11 15:31:26 +07:00
profile-download.sh
profile-generate.sh
profile-start.sh
readme.md
restore-local.sh
restore-pg.sh UBERF-8508: Get rid of Mongo in storage adapter (#6989) 2024-10-21 23:23:26 +07:00
restore-workspace.sh UBERF-8508: Get rid of Mongo in storage adapter (#6989) 2024-10-21 23:23:26 +07:00
tool-local.sh UBERF-8169: Account on postgres (#6745) 2024-10-01 13:44:49 +07:00
tool-pg.sh Cockroach (#6334) 2024-09-11 15:31:26 +07:00
tool.sh UBERF-8169: Account on postgres (#6745) 2024-10-01 13:44:49 +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