You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,14 @@ This project uses Playwright and the Xperience by Kentico Virtual Inbox integrat
8
8
9
9
It has a functioning GitHub actions CI pipeline that performs E2E tests on the Dancing Goat membership experience.
10
10
11
-
It is part of the Kentico Community Portal blog post [Virtual Inbox, Real Tests: AI-driven E2E automation for Xperience by Kentico membership flows](https://community.kentico.com/blog/virtual-inbox-real-tests-ai-driven-e2e-automation-for-xperience-by-kentico-membership-flows)
11
+
You can review the CI GitHub workflow runs and Playwright test report:
12
+
13
+
-[View the repository actions](https://github.com/Kentico/xperience-by-kentico-labs-e2e-membership-testing/actions/workflows/ci.yml).
14
+
-[Navigate to the artifacts](https://github.com/Kentico/xperience-by-kentico-labs-e2e-membership-testing/actions/runs/23347912210) for a specific workflow run.
15
+
-[Download the playwright-report artifact](https://github.com/Kentico/xperience-by-kentico-labs-e2e-membership-testing/actions/runs/23347912210/artifacts/6027409808)
16
+
- View the artifact's `index.html` report in your browser
17
+
18
+
This project is part of the Kentico Community Portal blog post [Virtual Inbox, Real Tests: AI-driven E2E automation for Xperience by Kentico membership flows](https://community.kentico.com/blog/virtual-inbox-real-tests-ai-driven-e2e-automation-for-xperience-by-kentico-membership-flows)
12
19
13
20
If you are interested in adding membership to your Xperience by Kentico project, explore the following resources:
14
21
@@ -21,15 +28,17 @@ If you are interested in adding membership to your Xperience by Kentico project,
2.[Create a database](https://docs.kentico.com/documentation/developers-and-admins/installation#create-the-project-database) for the Dancing Goat project
32
-
3. Run the playwright tests by running `npx playwright test` in the `./tests` folder
37
+
1. Clone this repository
38
+
1. Install the project's NuGet and npm dependencies
39
+
- This can be done manually or through included VS Code tasks
40
+
1.[Create a database](https://docs.kentico.com/documentation/developers-and-admins/installation#create-the-project-database) for the Dancing Goat project
41
+
1. Run the playwright tests by running `npx playwright test` in the `./tests` folder
0 commit comments