create-playwright
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -6,4 +6,4 @@ // @ts-check | ||
await page.goto('https://playwright.dev/'); | ||
await page.locator('text=Get Started').click(); | ||
await expect(page).toHaveTitle(/Getting Started/); | ||
await page.locator('text=Get started').click(); | ||
await expect(page).toHaveTitle(/Getting started/); | ||
}); |
@@ -5,4 +5,4 @@ import { test, expect } from '@playwright/test'; | ||
await page.goto('https://playwright.dev/'); | ||
await page.locator('text=Get Started').click(); | ||
await expect(page).toHaveTitle(/Getting Started/); | ||
await page.locator('text=Get started').click(); | ||
await expect(page).toHaveTitle(/Getting started/); | ||
}); |
@@ -22,7 +22,5 @@ // @ts-check | ||
{ | ||
name: 'Desktop Chromium', | ||
name: 'Desktop Chrome', | ||
use: { | ||
browserName: 'chromium', | ||
// Test against Chrome Beta channel. | ||
channel: 'chrome-beta', | ||
...devices['Desktop Chrome'], | ||
}, | ||
@@ -56,2 +54,2 @@ }, | ||
module.exports = config; | ||
module.exports = config; |
@@ -18,7 +18,5 @@ import { PlaywrightTestConfig, devices } from '@playwright/test'; | ||
{ | ||
name: 'Chrome Stable', | ||
name: 'Desktop Chrome', | ||
use: { | ||
browserName: 'chromium', | ||
// Test against Chrome Stable channel. | ||
channel: 'chrome', | ||
...devices['Desktop Chrome'], | ||
}, | ||
@@ -51,2 +49,2 @@ }, | ||
}; | ||
export default config; | ||
export default config; |
{ | ||
"name": "create-playwright", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Getting started with writing end-to-end tests with Playwright.", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
95555
1
9
109