

Not only is Playwright cross-platform, but it is also cross-language supporting TypeScript, JavaScript, Python, Java, and. This reduces the flakiness that typically plagues web UI tests. It’s built with modern browsers and services in mind meaning each step automatically uses awaits. Playwright is the latest in cross-platform, asynchronous web UI testing. Normally I’d have to push to a CI run before getting feedback from Linux test or other operating systems, but now I can get it all in my inner dev loop, including debugging a test in a Linux container.ĭebug a test in a Linux container with Remote Testing Test web apps with Playwright These can be Linux containers, WSL, and even SSH connections! Check out the setup documentation to get started at. Visual Studio can make your cross-platform development easier than ever with remote testing! You can now run Linux tests from Visual Studio by connecting the Test Explorer to remote environments. Run and debug tests on Linux containers, WSL, or over SSH connections! Standard output as well as standard error will be shown in this pane, so your test output is available where you need it.Ĭonsole.Writeline output appears in Test Explorer details Remote Testing For xUnit, output that uses the ITestOutputHelper will appear. Test Audio Cues in Test Explorer settings Console.WriteLine in Test ExplorerĬonsole.Writeline will now appear in the test detail pane.
#Visual studio 2017 enterprise open console for console app windows
These sounds are completely customizable using the Windows sound dialog!

You can select two sounds, one that indicates the test run succeeded with all passing tests and a second sound to indicate the test run completed with at least one failing test.

The Test Explorer can now play a sound when a test run completes. Show in Test Explorer command in right-click menu Play a sound when a test run completes! Show in Test Explorer is also available from the editor right-click menu, CodeLens test glyph, and the right-click in the Solution Explorer. There are a few new goodies added to your everyday test tools that I hope will improve your test inner loop! To familiarize yourself with these new features you can see them in action in the Visual Studio Tips and Tricks video on Testing or keep reading!Įasily jump from the editor to the test in the Test Explorer with the new Show in Test Explorer command ( Ctrl+E,S).
