integration-tests: run on windows
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 23
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 17
Description
It would be super to have the integration tests run on Windows.
CircleCI supports this: circleci.com/docs/using-windows/
At this stage I am more concerned about the build stuff than the test stuff. We actually rely on a .sh script to do the build, so the work here is probably to translate the build script into a batch file.
Alternatively, maybe we can cache a build bundle from linux and just install it on windows? That would lighten the effort considerably.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the .sh build script and the integration-test configuration, then review the linked CircleCI Windows guidance. Determine how the existing build and integration tests should run on Windows, and consider the issue's alternative of installing a Linux-built bundle. Done means the integration tests run successfully on Windows through CircleCI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell, typescript
- Domain
- build-system, ci-cd, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100