Skip to content

Commit 2311314

Browse files
committed
docs(README): update instructions
1 parent b0b6830 commit 2311314

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ This project uses Playwright and the Xperience by Kentico Virtual Inbox integrat
88

99
It has a functioning GitHub actions CI pipeline that performs E2E tests on the Dancing Goat membership experience.
1010

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)
1219

1320
If you are interested in adding membership to your Xperience by Kentico project, explore the following resources:
1421

@@ -21,15 +28,17 @@ If you are interested in adding membership to your Xperience by Kentico project,
2128

2229
### Dependencies
2330

24-
- [ASP.NET Core 8.0](https://dotnet.microsoft.com/en-us/download)
31+
- [ASP.NET Core 10.0](https://dotnet.microsoft.com/en-us/download)
2532
- [Xperience by Kentico](https://docs.kentico.com)
2633
- [Node.js LTS](https://nodejs.org/en/download)
2734

2835
## Quick Start
2936

30-
1. Install the project NuGet and npm dependencies
31-
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
3342

3443
## Contributing
3544

0 commit comments

Comments
 (0)