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.18.0-alpha-nov-24-2021 to 1.18.0-alpha-nov-25-2021

17

assets/playwright.config.js

@@ -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;

2

package.json
{
"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",

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