Skip to content
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

[Engineering] Lower time needed to complete running tests #2338

Closed
stevengum opened this issue Jun 12, 2020 · 0 comments
Closed

[Engineering] Lower time needed to complete running tests #2338

stevengum opened this issue Jun 12, 2020 · 0 comments
Assignees
Labels
BF Agility For Issues or Feature Requests that impact the SDK Team's agility P0 Must Fix. Release-blocker R10 Release 10 - August 17th, 2020
Milestone

Comments

@stevengum
Copy link
Member

Improve test duration by:

  • Utilizing addons to the mocha test framework such as mocha-parallel-tests
  • Removing duplicate tests
  • Reusing previous tests' arrangements

The improvements in test duration should not be at the cost of reliability and code coverage.

@stevengum stevengum added P0 Must Fix. Release-blocker investigate R10 Release 10 - August 17th, 2020 BF Agility For Issues or Feature Requests that impact the SDK Team's agility labels Jun 12, 2020
@munozemilio munozemilio added this to the R10 milestone Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BF Agility For Issues or Feature Requests that impact the SDK Team's agility P0 Must Fix. Release-blocker R10 Release 10 - August 17th, 2020
Projects
None yet
Development

No branches or pull requests

5 participants