Skip to content

Commit

Permalink
Add repository information
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil23 committed May 17, 2024
1 parent 8b1862a commit c8a2bcd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8a2bcd

Please sign in to comment.