🤖 Getting started
1. Login to Wopee Commander
- Go to https://cmd.wopee.io.
- Click on the
GitHub
orGitLab
orGoogle
login button. - Use your existing GitHub or GitLab or Google account and confirm the access.
2. Create a project
- Click the
NEW PROJECT
button in the top right corner. - Enter the URL of your app.
- Confirm by clicking
CREATE
.
3. Get your tests
After creating a project, you have two options to add tests:
A. Generate new tests automatically
- Start a NEW ANALYSIS to let the system create tests for you.
B. Integrate your existing tests
-
Use your own test suites with one of the following frameworks:
- Cypress
- Robot Framework
- WebdriverIO
4. Run tests
Once your tests are ready:
- Click the
START TESTING
button to begin running your tests.
Note: The
START TESTING
button may be disabled if tests are currently running.
5. Check the results
- Visual difference is highlighted if it was identified comapring current state (on the left) and the baseline - previously approved state (on the right).
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)