update,
This commit is contained in:
10
task1/source/mobile/cypress.config.ts
Executable file
10
task1/source/mobile/cypress.config.ts
Executable file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'cypress';
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:5173',
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user