Environments
Environments define where AppraiseJS should run tests and where the locator picker should launch.
Workflow context
Section titled “Workflow context”An environment matters any time AppraiseJS needs a target URL and, optionally, credentials or API context.
Do this
Section titled “Do this”- Go to
Environments -> Create. - Fill
NameandBase URL. - Optionally fill
API Base URL,Username, andPassword. - Save.
Minimal example
Section titled “Minimal example”Local->http://localhost:3000Staging->https://staging.example.com
What good looks like
Section titled “What good looks like”- Each test run requires one selected environment.
- Environment-aware navigation and wait steps read this configuration at runtime.
- The locator creator can launch from a saved environment when you want route-aware selector capture.
- Base URLs stay accurate enough that navigation failures are meaningful instead of random.