mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-24 23:15:13 +00:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
|
import { defineConfig } from 'cypress';
|
||
|
|
||
|
export default defineConfig({
|
||
|
e2e: {
|
||
|
baseUrl: 'http://localhost:61812',
|
||
|
},
|
||
|
});
|