mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
chore: expand rendering test capabilities (#1011)
* test: implement rendering tests with listbox * test: keep headless * chore: revert changing puppeteer version * fix: clean up
This commit is contained in:
4
scripts/run-rendering-tests.js
Normal file
4
scripts/run-rendering-tests.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const { execSync } = require('child_process');
|
||||
|
||||
const cmd = 'mocha test/rendering/listbox/listbox.spec.js --bail false --timeout 30000';
|
||||
execSync(cmd, { stdio: 'inherit' });
|
||||
Reference in New Issue
Block a user