working compose file for cypress

This commit is contained in:
Francis Cao 2024-02-28 16:29:35 -08:00
parent 44d8606d1a
commit 14c0c5060a
4 changed files with 11 additions and 11 deletions

7
cypress.config.ts Normal file
View file

@ -0,0 +1,7 @@
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
},
});