feat: cypress setup for angular e2e tests

This commit is contained in:
Amadou Ada DIENE
2021-07-20 17:46:47 +02:00
parent 77b15bdfc4
commit 7a3d5d7d3a
11 changed files with 32865 additions and 31024 deletions

View File

@@ -0,0 +1,5 @@
// Plugins enable you to tap into, modify, or extend the internal behavior of Cypress
// For more info, visit https://on.cypress.io/plugins-api
module.exports = (_on, _config) => {
// configure plugins here
};