Skip to content

Commit

Permalink
chore: settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Dec 9, 2022
1 parent 637253c commit 57c4026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run-rendering-tests.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { execSync } = require('child_process');

const cmd = 'mocha test/rendering/**/*.spec.js --bail false --timeout 30000';
const cmd =
'mocha test/rendering/**/*.spec.js --bail false --timeout 30000 --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch';
execSync(cmd, { stdio: 'inherit' });

0 comments on commit 57c4026

Please sign in to comment.