1
0
Jonathan Kelley 1 жил өмнө
parent
commit
f69b84bf34
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      playwright.config.js

+ 2 - 2
playwright.config.js

@@ -82,7 +82,7 @@ module.exports = defineConfig({
     },
     {
       cwd: path.join(process.cwd(), "playwright-tests", "web"),
-      command: "dioxus serve",
+      command: "dx serve",
       port: 8080,
       timeout: 10 * 60 * 1000,
       reuseExistingServer: !process.env.CI,
@@ -90,7 +90,7 @@ module.exports = defineConfig({
     },
     {
       cwd: path.join(process.cwd(), 'playwrite-tests', 'fullstack'),
-      command: 'dioxus build --features web --release\ncargo run --release --features ssr',
+      command: 'dx build --features web --release\ncargo run --release --features ssr',
       port: 3333,
       timeout: 10 * 60 * 1000,
       reuseExistingServer: !process.env.CI,