C
C#11mo ago
Keyser Soze

❔ 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
Denis
Denis11mo ago
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
Keyser Soze
Keyser Soze11mo ago
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
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Accord
Accord11mo ago
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.
Want results from more Discord servers?
Add your server
More Posts
✅ .csproj – how to generate nodes dynamically by iterating over a string array ?how can i generate xml code in the .csproj file? i dont want to repeat my actions 10000 times... so ❔ AWS multiple file upload Using API in Razor PageI am trying to send the API request from the razor page. The Endpoint is not hitting the API Control✅ Override (abstract) getter-only property with a setterHello! I was wondering if there is anyway to add a setter to an overridden getter-only property? Cu❔ Proper way to do something in C# (migrating an old Visual Basic library)So I'm rewriting an ancient library and used an automatic transpiler to convert it all from VB.NET t❔ Getting information from web apiSo I created my own web api and am creating a console application that can consume the api. I'm curr❔ Runtime Endianness for Reading Structured Binary DataIs there a standard way to deal with reading structured binary data in from a stream where the endia❔ comples object creationHi people, Can someone give me some ideas on how to handle a complex object creation, meaning some ❔ Get list of indices from a ListI have a result set called "result". I want to use Linq to get a list of distinct items by name and ❔ I am having trouble with visual studio code, would be glad if someone could help me out.I write a code but then the .exe file doesn't open up when I run the code.next learn step is kinda confusingI'm choosing between two frameworks, asp.net or .net maui, and I don't know what's better than learn