Parcel update and CI improvements (#136830)

* 🆙 product

* 🆙 parcel/watcher

* 🆙 parcel/watcher

* tests - separate remote logs from others

* store server logs too

* more tweaks

* fix name

* error when 10s passed
This commit is contained in:
Benjamin Pasero
2021-11-10 08:13:56 +01:00
committed by GitHub
parent 42f10bb643
commit bef4dba21f
15 changed files with 33 additions and 17 deletions

View File

@@ -163,7 +163,11 @@ if (!opts.web) {
quality = Quality.Stable;
}
console.log(`Running desktop smoke tests against ${electronPath}`);
if (opts.remote) {
console.log(`Running desktop remote smoke tests against ${electronPath}`);
} else {
console.log(`Running desktop smoke tests against ${electronPath}`);
}
}
//