đ Getting Started
1. Login to Wopee Commander
- Go to https://cmd.wopee.io.
- Click on the
GitHub
orGitLab
login button. - Use your existing GitHub or GitLab account and confirm the access.
2. Open a project
- Go to Test suites in left sidebar.
- Select your Project in top right dropdown.
3. Run tests
- Go to
Dashboard
(the first tab) of your Project. - Click the
RUN TEST
button.
This button can be disabled when some tests (all Available bots) are curently running.
4. Check results
-
Go to
Test runs
(the second tab) of your Project. -
Select Test Run which results you want to see. (Latest run is preselected.)
Executed Test Scenarios with their Test Result and count of Test Steps are listed in the table.
-
Click on the list icon to see Test Steps details of selected Test Scenario.
5. See found differences
- Click on the last icon to see how the tested application looked like just after execution of selected Test Steps.
- Visual difference is displayed if it was identified between current (on the right) and previously approved (on the left) state.
6. Approve current state
You can đ Approve or đ Reject current state of the tested application if Test Step Status is:
New
- no previous state was approved (for this test step)Unresolved
- previous state was already approved but current state is different (for this test step)