forked from microsoft/playwright-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
15 lines (15 loc) · 1007 Bytes
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"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.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.toggle.reuseBrowser": "Toggle Playwright Browser Reuse",
"contributes.command.pw.extension.toggle.showTrace": "Toggle Playwright Trace Viewer",
"configuration.playwright.env": "Environment variables to pass to Playwright Test.",
"configuration.playwright.reuseBrowser": "Show & reuse browser between tests.",
"configuration.playwright.showTrace": "Show Trace Viewer.",
"views.test.pw.extension.settingsView": "Playwright"
}