feat: cypress setup for angular e2e tests
This commit is contained in:
5
workspaces/angular-app/cypress/plugins/index.ts
Normal file
5
workspaces/angular-app/cypress/plugins/index.ts
Normal 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
|
||||
};
|
||||
Reference in New Issue
Block a user