test(e2e): expand coverage from 25 to 48 tests across 8 describe blocks
This commit is contained in:
parent
4c02b87e33
commit
2eb323fba8
2 changed files with 438 additions and 0 deletions
|
|
@ -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'], {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue