From the course: Learning Playwright
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Exploring the VS Code extension
From the course: Learning Playwright
Exploring the VS Code extension
- [Instructor] Another tool you'll find useful while in your Playwright journey is the Playwright Test VS code extension. This can be installed via the URL and the resources handout, or in the extensions tab, you can type in Playwright test and look for the extension that's released by Microsoft. Once this is installed, which you may have to reboot your VS code, you'll have access to this test speaker. If for some reason you don't see any of your tests loading in this section up here, one thing you'll always want to check is just to ensure that the projects that you have set up in your config file are checked. So if I were to uncheck our Chromium and refresh this, it's likely these tests would not show up. But with these set up and Chromium installed, we see the test load and everything is happy. Now this test is the directory. The example .spec is the spec file that was bundled. This is our default Playwright test, and we're just going to interact with this section up here. So you've…
Contents
-
-
-
Installing Playwright4m 44s
-
Updating the Playwright config7m 23s
-
(Locked)
Playwright config browsers and projects6m 32s
-
(Locked)
Exploring the test runner command line interface6m 43s
-
(Locked)
Overview of package.json5m 56s
-
(Locked)
Exploring the VS Code extension7m 21s
-
(Locked)
Exploring the Playwright UI Mode5m 6s
-
-
-
-