Share test code between dom and webgl

This commit is contained in:
Daniel Imms
2023-09-08 10:22:13 -07:00
parent 413e884efb
commit cdf02d54da
5 changed files with 1141 additions and 2232 deletions
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -22,7 +22,8 @@
"types": [
"../../../node_modules/@types/node",
"../../../node_modules/@lunapaint/png-codec",
"../../../out-test/playwright/TestUtils"
"../../../out-test/playwright/TestUtils",
"../../../out-test/playwright/SharedRendererTests"
]
},
"include": [
+1 -1
View File
@@ -9,7 +9,7 @@ const cp = require('child_process');
const path = require('path');
const configs = [
// { name: 'core', path: 'out-test/playwright/playwright.config.js' },
{ name: 'core', path: 'out-test/playwright/playwright.config.js' },
{ name: 'xterm-addon-webgl', path: 'addons/xterm-addon-webgl/out-test/playwright.config.js' }
];
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff