Two variants, first use a local build and use an already build version.
rush update
rush build
rush bundle
rush docker:build
./prepare.sh./create-version-override.sh v0.7.309 # Will create a version override file.
./prepare-pg.sh # To prepare all stuff
./reset-version.sh # To go back to local build
# open http://localhost:8083To purge content of sanity workspace following command could be used.
./restore-workspace.shrush update
rush build
rush bundle
./create-local.shTo purge content of sanity workspace following command could be used.
./restore-local.shcd ./sanity
rushx uitest # for docker setup
rushx dev-uitest # for dev setupcd ./sanity
rushx debug -g test-name # for docker setup
rushx dev-debug -g test-name # for local setuprushx codegen # for docker setup
rushx dev-codegen # for local setupPlease 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