mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-04 22:56:55 +01:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
import { defineConfig } from 'cypress';
|
|
|
|
export default defineConfig({
|
|
e2e: {
|
|
baseUrl: 'http://localhost:61812',
|
|
},
|
|
});
|