feat:add cypress E2E
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
/**
|
||||
* @type {Cypress.PluginConfig}
|
||||
*/
|
||||
export default (on: Cypress.PluginEvents, config: Cypress.PluginConfigOptions) => {
|
||||
// `on` is used to hook into various events Cypress emits
|
||||
// `config` is the resolved Cypress config
|
||||
// codeCoverageTask(on, config)
|
||||
return config
|
||||
}
|
||||
Reference in New Issue
Block a user