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

create-playwright

Package Overview
Dependencies
Maintainers
1
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 0.1.5 to 0.1.6

4

assets/example.spec.js

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

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