Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Support running tests under .Net Core and other platforms #3

Description

@jwosty

Also, other .Net framework versions.

This should be pretty easy. Steps required:

  1. Create stub test runner server host projects for each platform, using Expecto.RunnerServer.Net461.fsproj as a basis, and add each as a dependency to the main addin
  2. Go into the code for RemoteTestRunner (inside TestDiscoverer.fs) and add logic to the launching code to launch a different exe based on which platform the user wants to run under (either that or based off of the target framework of the user's project being built)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions