mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 11:17:37 +00:00
13 lines
272 B
TypeScript
13 lines
272 B
TypeScript
![]() |
require('cypress-terminal-report/src/installLogsCollector')();
|
||
|
|
||
|
/**
|
||
|
* @type {Cypress.PluginConfig}
|
||
|
*/
|
||
|
module.exports = (on, config) => {
|
||
|
|
||
|
// `on` is used to hook into various events Cypress emits
|
||
|
// `config` is the resolved Cypress config
|
||
|
}
|
||
|
//import './commands'
|
||
|
|