Skip to content

Sync CLI Part 3 #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 15, 2020
Merged

Sync CLI Part 3 #67

merged 2 commits into from
Oct 15, 2020

Conversation

suryart
Copy link
Collaborator

@suryart suryart commented Oct 9, 2020

  • Added sync CLI total, passed, failed, skipped, statistics.
  • Added showing the completed in time with num of machines.
  • Returns Promise for next part, i.e. Part 4

Screenshot 2020-10-09 at 5 54 26 PM

- Added sync CLI total, passed, failed, skipped, statistics.
- Added showing the completed in time with num of machines.
@suryart suryart changed the title Sync CLI Part 4 Sync CLI Part 3 Oct 9, 2020
logger.info(`Total tests: ${summary.total}, passed: ${summary.passed}, failed: ${summary.failed}, skipped: ${summary.skipped}`);
logger.info(`Done in ${time} using ${machines} machines\n`);

return new Promise((resolve, _reject) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need a promise here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suryart suryart merged commit 6c86641 into sync-cli Oct 15, 2020
@suryart suryart deleted the sync-cli-part-3 branch October 15, 2020 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants