Fable.Remoting icon indicating copy to clipboard operation
Fable.Remoting copied to clipboard

Example of writing integration test doesn't compile

Open MargaretKrutikova opened this issue 4 years ago • 1 comments

I am pretty sure a lot has changed since this example of writing integration tests was written, I haven't managed to compile it even after making a lot of changes 🙂 Is there any way the example could be updated?

MargaretKrutikova avatar Jan 01 '21 21:01 MargaretKrutikova

Hi @MargaretKrutikova, excuses for the late reply! In this file you can find the code that tests the dotnet client with the dotnet server which is the perfect example of integration tests (this repo is full of these) since it spins up a test server, runs a bunch of requests on it and asserts the results

Zaid-Ajaj avatar Feb 22 '21 01:02 Zaid-Ajaj