1# This file has been generated by node2nix 1.11.1. Do not edit!
2
3{nodeEnv, fetchurl, fetchgit, nix-gitignore, stdenv, lib, globalBuildInputs ? []}:
4
5let
6 sources = {
7 "playwright-1.40.0" = {
8 name = "playwright";
9 packageName = "playwright";
10 version = "1.40.0";
11 src = fetchurl {
12 url = "https://registry.npmjs.org/playwright/-/playwright-1.40.0.tgz";
13 sha512 = "gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==";
14 };
15 };
16 "playwright-core-1.40.0" = {
17 name = "playwright-core";
18 packageName = "playwright-core";
19 version = "1.40.0";
20 src = fetchurl {
21 url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.40.0.tgz";
22 sha512 = "fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==";
23 };
24 };
25 };
26in
27{
28 "@playwright/test-1.40.0" = nodeEnv.buildNodePackage {
29 name = "_at_playwright_slash_test";
30 packageName = "@playwright/test";
31 version = "1.40.0";
32 src = fetchurl {
33 url = "https://registry.npmjs.org/@playwright/test/-/test-1.40.0.tgz";
34 sha512 = "PdW+kn4eV99iP5gxWNSDQCbhMaDVej+RXL5xr6t04nbKLCBwYtA046t7ofoczHOm8u6c+45hpDKQVZqtqwkeQg==";
35 };
36 dependencies = [
37 sources."playwright-1.40.0"
38 sources."playwright-core-1.40.0"
39 ];
40 buildInputs = globalBuildInputs;
41 meta = {
42 description = "High-level API to automate web browsers";
43 homepage = "https://playwright.dev";
44 license = "Apache-2.0";
45 };
46 production = true;
47 bypassCache = true;
48 reconstructLock = true;
49 };
50}