create-playwright
Advanced tools
Comparing version 1.17.102 to 1.17.103
// @ts-check | ||
const { devices } = require('@playwright/test'); | ||
const path = require('path'); | ||
/** | ||
* Read environment variables from file. | ||
* https://github.com/motdotla/dotenv | ||
*/ | ||
// require('dotenv').config(); | ||
/** | ||
* @see https://playwright.dev/docs/test-configuration | ||
@@ -112,2 +118,3 @@ * @type {import('@playwright/test').PlaywrightTestConfig} | ||
}; | ||
module.exports = config; |
@@ -5,2 +5,8 @@ import type { PlaywrightTestConfig } from '@playwright/test'; | ||
/** | ||
* Read environment variables from file. | ||
* https://github.com/motdotla/dotenv | ||
*/ | ||
// require('dotenv').config(); | ||
/** | ||
* See https://playwright.dev/docs/test-configuration. | ||
@@ -112,2 +118,3 @@ */ | ||
}; | ||
export default config; |
{ | ||
"name": "create-playwright", | ||
"version": "1.17.102", | ||
"version": "1.17.103", | ||
"description": "Getting started with writing end-to-end tests with Playwright.", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
@@ -6,3 +6,3 @@ # Create Playwright | ||
[](https://www.npmjs.com/package/create-playwright) | ||
[](https://github.com/microsoft/playwright/actions/workflows/package_create_playwright.yml) | ||
[](https://github.com/microsoft/create-playwright/actions/workflows/ci.yml) | ||
@@ -9,0 +9,0 @@ ```bash |
Sorry, the diff of this file is too big to display
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
125300
864
1