mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
fix playwright tests on windows
This commit is contained in:
parent
60ee82942c
commit
dc6ea152ee
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ module.exports = defineConfig({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
cwd: path.join(process.cwd(), 'fullstack'),
|
cwd: path.join(process.cwd(), 'fullstack'),
|
||||||
command: 'cargo run --package dioxus-cli -- build --features web --release\ncargo run --release --features ssr',
|
command: 'cargo run --package dioxus-cli -- build --features web --release && cargo run --release --features ssr',
|
||||||
port: 3333,
|
port: 3333,
|
||||||
timeout: 10 * 60 * 1000,
|
timeout: 10 * 60 * 1000,
|
||||||
reuseExistingServer: !process.env.CI,
|
reuseExistingServer: !process.env.CI,
|
||||||
|
|
Loading…
Reference in a new issue