Doing so allows me to stay within my code space without leaving my IDE. Also, quite frankly, it's a joy to write these tests with the same programming language I'm using for my entire project.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I usually write acceptance tests. ASP.NET Core allows you to easily write integration tests. Works great in CI.
Doing so allows me to stay within my code space without leaving my IDE. Also, quite frankly, it's a joy to write these tests with the same programming language I'm using for my entire project.