create-playwright
Advanced tools
Comparing version 1.18.0-alpha-nov-24-2021 to 1.18.0-alpha-nov-25-2021
@@ -56,6 +56,21 @@ // @ts-check | ||
// name: 'Mobile Safari', | ||
// use: devices['iPhone 12'], | ||
// use: { | ||
// ...devices['iPhone 12'], | ||
// }, | ||
// }, | ||
/* Test against stable browsers. */ | ||
// { | ||
// name: 'Microsoft Edge', | ||
// use: { | ||
// channel: 'msedge', | ||
// }, | ||
// }, | ||
// { | ||
// name: 'Google Chrome', | ||
// use: { | ||
// channel: 'chrome', | ||
// }, | ||
// }, | ||
], | ||
}; | ||
module.exports = config; |
@@ -52,6 +52,21 @@ import { PlaywrightTestConfig, devices } from '@playwright/test'; | ||
// name: 'Mobile Safari', | ||
// use: devices['iPhone 12'], | ||
// use: { | ||
// ...devices['iPhone 12'], | ||
// }, | ||
// }, | ||
/* Test against stable browsers. */ | ||
// { | ||
// name: 'Microsoft Edge', | ||
// use: { | ||
// channel: 'msedge', | ||
// }, | ||
// }, | ||
// { | ||
// name: 'Google Chrome', | ||
// use: { | ||
// channel: 'chrome', | ||
// }, | ||
// }, | ||
], | ||
}; | ||
export default config; |
{ | ||
"name": "create-playwright", | ||
"version": "1.18.0-alpha-nov-24-2021", | ||
"version": "1.18.0-alpha-nov-25-2021", | ||
"description": "Getting started with writing end-to-end tests with Playwright.", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
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
110876
548