Creating Tests
This tutorial builds a first-class scenario using the same model as appraisejs-core.
- Create a login smoke scenario that can be reused in future runs.
- Create module
Authentication. - Create environment
Localwith the login application’s base URL. - Open
Locators -> Createand launch the Chromium picker from that saved environment. - Capture locators for
emailInput,passwordInput,submitButton, andwelcomeBanner. - Accept Appraise’s locator group suggestion for the login route, or create a new
Login Pagegroup if needed. - Create suite
Auth Smoke. - Create case
Valid login shows welcome bannerand add it to the suite. - Add step: navigate to selected environment base URL.
- Add step: fill email input.
- Add step: fill password input.
- Add step: click submit button.
- Add step: assert welcome banner visibility
true. - Save test case.
Validate before running
Section titled “Validate before running”- Ensure all mandatory parameters are filled.
- Confirm environment base URL is reachable.