diff --git a/README.md b/README.md index 1d45fa5..7420b2a 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ test('Storefront cart test scenario', async ({ StorefrontCheckoutCart }) => { }); ``` -You can get an overview of all available page objects in the repository of this test suite. +You can get an overview of all available page objects in the [repository](https://github.com/shopware/acceptance-test-suite/tree/trunk/src/page-objects) of this test suite. ## Actor Pattern The actor pattern is a very simple concept that we added to our test suite. It is something that is not related to Playwright, but similar concepts exist in other testing frameworks. We implemented it, because we want to have reusable test logic that can be used in a human-readable form, without abstracting away Playwright as a framework. So you are totally free to use it or not. Any normal Playwright functionality will still be usable in your tests. diff --git a/package.json b/package.json index 7b236ef..194918c 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/shopware/acceptance-test-suite.git" + }, "keywords": [ "shopware", "testing",