feat:add cypress E2E

This commit is contained in:
黄云飞
2022-03-11 17:24:12 +08:00
parent ead23ab0a1
commit c025f3d19c
13 changed files with 1287 additions and 1 deletions
+11
View File
@@ -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
}