❔ Is it possible to run integration tests with typescript as client and .net api as server?
My hope is to test a client written in typescript which calls a .net api in the same solution.
4 Replies
So you'll probably want smth like an acceptance test suite to automaticky click your client app. You'll need selenium for that
Then you want a separate test to verify your API in isolation to the client
no i don't want to test the front-end but only the business behind the front-end,
I created a unit test for typescript object but I need to run an http client server in advance to test the integration of my typescript client. I only need to test the client calls.
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.