Rider

Playwright - Running tests in headed mode with Jetbrains Rider

Playwright is a cross-platform, cross-browser tool for testing web apps. It supports .NET, Node.js, Python, and Java. In my experience, support varies quite a bit between Node.js, which I understand to be the most popular way of using the API, and the .NET API. It has an extension for VS Code, which is not supported when using the .NET API. However, it seems to work well with Visual Studio, and the docs focus on this IDE.
Read more