Fable.Remoting
Fable.Remoting copied to clipboard
Example of writing integration test doesn't compile
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?
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