test(e2e): expand coverage from 25 to 48 tests across 8 describe blocks

This commit is contained in:
Hibryda 2026-03-08 22:27:51 +01:00
parent 4c02b87e33
commit 2eb323fba8
2 changed files with 438 additions and 0 deletions

View file

@ -60,6 +60,10 @@ export const config = {
* Uses --debug --no-bundle for fastest build time.
*/
onPrepare() {
if (process.env.SKIP_BUILD) {
console.log('SKIP_BUILD set — using existing debug binary.');
return Promise.resolve();
}
return new Promise((resolve, reject) => {
console.log('Building Tauri debug binary...');
const build = spawn('cargo', ['tauri', 'build', '--debug', '--no-bundle'], {