Introduce cypress component testing ICSHWI-9018
parent
0a8fa5a8
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- .gitlab-ci.yml 22 additions, 4 deletions.gitlab-ci.yml
- cypress.json 5 additions, 2 deletionscypress.json
- cypress/fixtures/ccce-api.json 4608 additions, 0 deletionscypress/fixtures/ccce-api.json
- cypress/plugins/index.js 12 additions, 0 deletionscypress/plugins/index.js
- cypress/support/commands.js 1 addition, 0 deletionscypress/support/commands.js
- cypress/support/index.js 16 additions, 0 deletionscypress/support/index.js
- cypress/support/mockAPI.js 57 additions, 0 deletionscypress/support/mockAPI.js
- package.json 20 additions, 7 deletionspackage.json
- patches/react-scripts+4.0.3.patch 21 additions, 0 deletionspatches/react-scripts+4.0.3.patch
- src/CypressComponentTestExample.spec.js 8 additions, 0 deletionssrc/CypressComponentTestExample.spec.js
- src/api/APIProvider.spec.js 54 additions, 0 deletionssrc/api/APIProvider.spec.js
- src/api/UserProvider.spec.js 52 additions, 0 deletionssrc/api/UserProvider.spec.js
- src/components/auth/TokenRenew.spec.js 36 additions, 0 deletionssrc/components/auth/TokenRenew.spec.js
- src/components/common/notification/Notifications.spec.js 67 additions, 0 deletionssrc/components/common/notification/Notifications.spec.js
Loading
Please register or sign in to comment