Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Dec 9, 2024
1 parent cf83805 commit 7e79070
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
import { defineConfig, devices } from '@playwright/test';
// import vite from 'test/vite';

// const startViteServer = function() {
// return vite.start({
// configFile: './vite.config.ts',
// });
// }

// let viteServer;

// async before() {
// viteServer = await startViteServer();
// const port = viteServer.config.server.port;
// this.launchUrl = `http://localhost:${port}`;
// },
// async after() {
// await viteServer.close();
// },

/**
* Read environment variables from file.
Expand Down

0 comments on commit 7e79070

Please sign in to comment.