Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-playwright

Package Overview
Dependencies
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-playwright - npm Package Compare versions

Comparing version 1.17.126 to 1.17.127

23

assets/playwright.config.js

@@ -15,11 +15,2 @@ // @ts-check

testDir: './{{testDir}}',
/* Maximum time one test can run for. */
timeout: 30 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.
* For example in `await expect(locator).toHaveText();`
*/
timeout: 5000
},
/* Run tests in files in parallel */

@@ -37,6 +28,4 @@ fullyParallel: true,

use: {
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
actionTimeout: 0,
/* Base URL to use in actions like `await page.goto('/')`. */
// baseURL: 'http://localhost:3000',
// baseURL: 'http://127.0.0.1:3000',

@@ -83,19 +72,17 @@ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */

// name: 'Microsoft Edge',
// use: { channel: 'msedge' },
// use: { ...devices['Desktop Edge'], channel: 'msedge' },
// },
// {
// name: 'Google Chrome',
// use: { channel: 'chrome' },
// use: { ..devices['Desktop Chrome'], channel: 'chrome' },
// },
],
/* Folder for test artifacts such as screenshots, videos, traces, etc. */
// outputDir: 'test-results/',
/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// port: 3000,
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
});

@@ -14,11 +14,2 @@ import { defineConfig, devices } from '@playwright/test';

testDir: './{{testDir}}',
/* Maximum time one test can run for. */
timeout: 30 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.
* For example in `await expect(locator).toHaveText();`
*/
timeout: 5000
},
/* Run tests in files in parallel */

@@ -36,6 +27,4 @@ fullyParallel: true,

use: {
/* Maximum time each action such as `click()` can take. Defaults to 0 (no limit). */
actionTimeout: 0,
/* Base URL to use in actions like `await page.goto('/')`. */
// baseURL: 'http://localhost:3000',
// baseURL: 'http://127.0.0.1:3000',

@@ -82,18 +71,16 @@ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */

// name: 'Microsoft Edge',
// use: { channel: 'msedge' },
// use: { ...devices['Desktop Edge'], channel: 'msedge' },
// },
// {
// name: 'Google Chrome',
// use: { channel: 'chrome' },
// use: { ..devices['Desktop Chrome'], channel: 'chrome' },
// },
],
/* Folder for test artifacts such as screenshots, videos, traces, etc. */
// outputDir: 'test-results/',
/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// port: 3000,
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
});

@@ -7,3 +7,3 @@ {

},
"include": ["src", "playwright.d.ts"],
"include": ["./src"],
}
{
"name": "create-playwright",
"version": "1.17.126",
"version": "1.17.127",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc