|
@@ -11,7 +11,7 @@ export default defineConfig({
|
|
|
viewportWidth: 1920,
|
|
|
viewportHeight: 1080,
|
|
|
e2e: {
|
|
|
- baseUrl: 'http://localhost:10086/#/pages/index/index', // Adjust this to match your application's base URL
|
|
|
+ baseUrl: null,//'http://localhost:10086/#/pages/index/index', // Adjust this to match your application's base
|
|
|
// specPattern: '__e2e_test__/**/*.spec.ts',
|
|
|
setupNodeEvents(on, config) {
|
|
|
on('task', {
|