-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
developmentStandard developmentStandard developmentenhancementNew feature or requestNew feature or request
Description
Specification
With our new CI/CD, which runs tests across three different platforms (Linux, MacOS, and Windows), we need a way to ensure that tests that are designed to only work on a specific platform(s) do not run on other platforms.
Additional context
This will involve looking at the jest CLI options when running tests so that they can be incorporated into the lines of the CI/CD that run tests on each platform.
- Test load balancing - parallelize jest tests TypeScript-Demo-Lib#58
- Incremental Computation for Testing TypeScript-Demo-Lib#55
- Platform-specific grouping of tests for
npm test
TypeScript-Demo-Lib#41
Tasks
- Research jest CLI options
- Test options locally
- Incorporate into CI/CD
Metadata
Metadata
Assignees
Labels
developmentStandard developmentStandard developmentenhancementNew feature or requestNew feature or request