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.119 to 1.17.120

3

assets/demo-todo-app.spec.js

@@ -242,2 +242,3 @@ // @ts-check

await todoItems.nth(1).dblclick();
await todoItems.nth(1).locator('.edit').fill('buy some sausages');
await todoItems.nth(1).locator('.edit').press('Escape');

@@ -300,3 +301,3 @@ await expect(todoItems).toHaveText(TODO_ITEMS);

// Ensure there is 1 completed item.
checkNumberOfCompletedTodosInLocalStorage(page, 1);
await checkNumberOfCompletedTodosInLocalStorage(page, 1);

@@ -303,0 +304,0 @@ // Now reload.

@@ -241,2 +241,3 @@ import { test, expect, type Page } from '@playwright/test';

await todoItems.nth(1).dblclick();
await todoItems.nth(1).locator('.edit').fill('buy some sausages');
await todoItems.nth(1).locator('.edit').press('Escape');

@@ -299,3 +300,3 @@ await expect(todoItems).toHaveText(TODO_ITEMS);

// Ensure there is 1 completed item.
checkNumberOfCompletedTodosInLocalStorage(page, 1);
await checkNumberOfCompletedTodosInLocalStorage(page, 1);

@@ -302,0 +303,0 @@ // Now reload.

{
"name": "create-playwright",
"version": "1.17.119",
"version": "1.17.120",
"description": "Getting started with writing end-to-end tests with Playwright.",

@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright",

@@ -12,2 +12,4 @@ # Create Playwright

yarn create playwright
# Or for pnpm
pnpm dlx create-playwright
```

Sorry, the diff of this file is not supported yet

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