rush update
rush build
rush bundle
rush docker:build
./prepare.sh
To purge content of sanity workspace following command could be used.
./restore-workspace.sh
rush update
rush build
rush bundle
./create-local.sh
To purge content of sanity workspace following command could be used.
./restore-local.sh
cd ./sanity
rushx uitest # for docker setup
rushx dev-uitest # for dev setup
cd ./sanity
rushx debug -g test-name # for docker setup
rushx dev-debug -g test-name # for local setup
rushx codegen # for docker setup
rushx dev-codegen # for local setup
Please update all navigation with using PlatformURI for CI and dev environment compatible testing.
allure generate allure-results -o allure-report --clean
allure open allure-report