Skip to content

Commit 9cd3f69

Browse files
authored
Merge pull request #3 from rishavjeet/learn/visual-automation
Updated README for Visual Test scenarios
2 parents a8c46b6 + 9c61416 commit 9cd3f69

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository contains a set of end-to-end (E2E) test scripts designed to automate various processes in WordPress. The tests are written using the **wp-e2e-utils-playwright** framework functions, providing a powerful and flexible solution for testing WordPress websites.
44

5+
## E2E test scenarios
6+
57
The test scripts in this repository cover the following areas:
68

79
- **Product Management**
@@ -21,6 +23,25 @@ The test scripts in this repository cover the following areas:
2123
- Customer places an order.
2224
- Admin/Store manager reviews the order.
2325

26+
## Visual Test Scenarios
27+
28+
- **Employee Admin Dashboard**
29+
- An employee logs into the admin dashboard
30+
31+
- **Search Employee Feature**
32+
- Login as an Admin to the dashboard.
33+
- Search for the employee.
34+
- Show the search list.
35+
36+
- **Add Employee Feature**
37+
- Login as an admin
38+
- Add a new Employee by adding the reqired data.
39+
- Test the UI of the new Employee details page.
40+
41+
- **Assign Supervisor to the Employee**
42+
- Create a new Employee.
43+
- Edit the details and then assign the supervisor to it.
44+
2445
### Exclusive Features
2546

2647
- **wp-e2e-utils-playwright Framework**: The tests are written using the **wp-e2e-utils-playwright** framework functions, which streamline the process of automating interactions with a WordPress site. This framework helps interact with the WordPress admin panel, as well as simulating user behavior on the frontend.

0 commit comments

Comments
 (0)