-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.nls.json
23 lines (23 loc) · 1.65 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"description": "Run Playwright Test tests in Visual Studio Code.",
"contributes.command.pw.extension.install": "Install Playwright",
"contributes.command.pw.extension.installBrowsers": "Install Playwright Browsers",
"contributes.command.pw.extension.command.inspect": "Pick locator",
"contributes.command.pw.extension.command.clearCache": "Clear cache",
"contributes.command.pw.extension.command.closeBrowsers": "Close all Playwright browsers",
"contributes.command.pw.extension.command.recordNew": "Record new",
"contributes.command.pw.extension.command.recordAtCursor": "Record at cursor",
"contributes.command.pw.extension.command.runGlobalSetup": "Run global setup",
"contributes.command.pw.extension.command.runGlobalTeardown": "Run global teardown",
"contributes.command.pw.extension.command.startDevServer": "Start dev server",
"contributes.command.pw.extension.command.stopDevServer": "Stop dev server",
"contributes.command.pw.extension.command.toggleModels": "Toggle Playwright configs",
"contributes.command.pw.extension.toggle.reuseBrowser": "Toggle Playwright browser reuse",
"contributes.command.pw.extension.toggle.showTrace": "Toggle Playwright Trace Viewer",
"contributes.command.pw.extension.toggle.runGlobalSetupOnEachRun": "Toggle Playwright global setup reuse",
"configuration.playwright.env": "Environment variables to pass to Playwright Test.",
"configuration.playwright.reuseBrowser": "Show & reuse browser between tests.",
"configuration.playwright.showTrace": "Show Trace Viewer.",
"configuration.playwright.runGlobalSetupOnEachRun": "Run global setup on each run.",
"views.test.pw.extension.settingsView": "Playwright"
}