platform/tests
2025-01-16 08:36:35 +07:00
..
sanity PresenceAvatars fixed limit for mobile (#7677) 2025-01-16 08:36:35 +07:00
sanity-ws Extract domain fields (#7075) 2024-11-01 21:03:43 +05:00
.env UBERF-7670: Per region moves (#7444) 2024-12-13 00:20:35 +07:00
branding-test.json
build-reload.sh
create-local.sh
docker-compose.override.yaml UBERF-8895: Workspace UUIDs in PG/CR data tables (#7471) 2024-12-19 23:29:43 +07:00
docker-compose.yaml Try snappy compression (#7603) 2025-01-10 22:55:15 +07:00
install-elastic-plugin-setup.sh
install-elastic-plugin.sh
prepare-pg.sh
prepare-tests.sh
prepare.sh Move model (#7185) 2024-11-18 17:44:09 +05:00
profile-download.sh
profile-generate.sh
profile-start.sh
readme.md
restore-local.sh UBERF-8595: Fix backup/restore performance (#7188) 2024-11-22 13:23:50 +07:00
restore-pg.sh
restore-workspace.sh Extract domain fields (#7075) 2024-11-01 21:03:43 +05:00
shutdown.sh UBERF-7670: Per region moves (#7444) 2024-12-13 00:20:35 +07:00
tool-local.sh UBERF-8595: Fix backup/restore performance (#7188) 2024-11-22 13:23:50 +07:00
tool-pg.sh UBERF-8895: Workspace UUIDs in PG/CR data tables (#7471) 2024-12-19 23:29:43 +07:00
tool.sh UBERF-8595: Fix backup/restore performance (#7188) 2024-11-22 13:23:50 +07:00
update-snapshot-ci.sh
update-snapshot.sh Extract domain fields (#7075) 2024-11-01 21:03:43 +05:00
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