python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cypress component testing intercept getServerSideProps requests
Can't figure out how to intercept the getServerSideProps when using cypress component testing.
Did a lot of research and the best lead links:
https://github.com/cypress-io/cypress/discussions/9328
htt...

Norfeldt
Votes: 0
Answers: 1
unit testing controller action with call multi Mediator.Send command
I have a controller action that use multi mediator, but I don't know to how can I write unit test for this action. help me please
var userObject = await _mediator.Send(new CreateUserCommand(contract),...
MaT
Votes: 0
Answers: 0
Can I use an Azure Function to run unit/integration tests? How?
Background
Disambiguation: Here I am NOT trying to test my Azure Function. Rather, I am investigating the possiblity of using an Azure Function to test my other code.
I am developing an Azure web appl...

Claus Appel
Votes: 0
Answers: 1
How to silence Serilog in integration tests with the new minimal hosting model of .NET 6
I have a .NET 6 web API project with existing integration tests for some of the API endpoints. The project uses Serilog for logging and everything was fine so far.
I migrated the code to the new minim...
kampfmoehre
Votes: 0
Answers: 1