1 # This file has been generated by node2nix 1.11.1. Do not edit!
3 {nodeEnv, fetchurl, fetchgit, nix-gitignore, stdenv, lib, globalBuildInputs ? []}:
7 "playwright-1.40.0" = {
9 packageName = "playwright";
12 url = "https://registry.npmjs.org/playwright/-/playwright-1.40.0.tgz";
13 sha512 = "gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==";
16 "playwright-core-1.40.0" = {
17 name = "playwright-core";
18 packageName = "playwright-core";
21 url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz";
22 sha512 = "fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==";
28 "@playwright/test-1.40.0" = nodeEnv.buildNodePackage {
29 name = "_at_playwright_slash_test";
30 packageName = "@playwright/test";
33 url = "https://registry.npmjs.org/@playwright/test/-/test-1.40.0.tgz";
34 sha512 = "PdW+kn4eV99iP5gxWNSDQCbhMaDVej+RXL5xr6t04nbKLCBwYtA046t7ofoczHOm8u6c+45hpDKQVZqtqwkeQg==";
37 sources."playwright-1.40.0"
38 sources."playwright-core-1.40.0"
40 buildInputs = globalBuildInputs;
42 description = "A high-level API to automate web browsers";
43 homepage = "https://playwright.dev";
44 license = "Apache-2.0";
48 reconstructLock = true;