Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

feat: cypress integration #481

Merged
merged 9 commits into from
Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ solutions/swb-reference/integration-tests/config/*.yaml
!solutions/swb-reference/src/config/testEnv.yaml
solutions/swb-reference/src/config/*.json
solutions/swb-reference/.aws-sam/
solutions/swb-reference/end-to-end-tests/config/*.yaml
!solutions/swb-reference/end-to-end-tests/config/example.yaml
solutions/swb-reference/end-to-end-tests/cypress/screenshots
solutions/swb-reference/end-to-end-tests/cypress/videos
solutions/swb-reference/end-to-end-tests/cypress/downloads


# local environment variables
.env*.local
Expand Down
4 changes: 4 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@
"name": "cors",
"allowedCategories": [ "production" ]
},
{
"name": "cypress",
"allowedCategories": [ "production" ]
},
{
"name": "csrf",
"allowedCategories": [ "production" ]
Expand Down
Loading