mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +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'
|
||
|
|