mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
updated runner to show ALL errors
This commit is contained in:
@@ -29,7 +29,7 @@ async function runNextUrl(browser) {
|
||||
to run more than once. in the console. Test number total: ${ testNumber }`);
|
||||
console.log(`Tests complete with ${ failCount } failures`);
|
||||
console.log(`Tests complete with ${ await getPassCount(page) } passes`);
|
||||
if (failCount > 0) {
|
||||
if (failCount >= 0) {
|
||||
const failed = await getFailed(page);
|
||||
failed.map((f) => console.log(`${ f.name } failed: ${ f.info }`));
|
||||
await page.close();
|
||||
|
||||
Reference in New Issue
Block a user