You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2020. It is now read-only.
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
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)
Also, other .Net framework versions.
This should be pretty easy. Steps required:
Expecto.RunnerServer.Net461.fsprojas a basis, and add each as a dependency to the main addinTestDiscoverer.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)