about summary refs log tree commit diff
path: root/pkgs/development/web/playwright-test/node-packages.nix
blob: 329452c14beebdeeb125c98634c4e3c7e462df8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# This file has been generated by node2nix 1.11.1. Do not edit!

{nodeEnv, fetchurl, fetchgit, nix-gitignore, stdenv, lib, globalBuildInputs ? []}:

let
  sources = {
    "@types/node-20.2.5" = {
      name = "_at_types_slash_node";
      packageName = "@types/node";
      version = "20.2.5";
      src = fetchurl {
        url = "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz";
        sha512 = "JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==";
      };
    };
    "fsevents-2.3.2" = {
      name = "fsevents";
      packageName = "fsevents";
      version = "2.3.2";
      src = fetchurl {
        url = "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz";
        sha512 = "xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==";
      };
    };
    "playwright-core-1.34.3" = {
      name = "playwright-core";
      packageName = "playwright-core";
      version = "1.34.3";
      src = fetchurl {
        url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.3.tgz";
        sha512 = "2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw==";
      };
    };
  };
in
{
  "@playwright/test-1.34.3" = nodeEnv.buildNodePackage {
    name = "_at_playwright_slash_test";
    packageName = "@playwright/test";
    version = "1.34.3";
    src = fetchurl {
      url = "https://registry.npmjs.org/@playwright/test/-/test-1.34.3.tgz";
      sha512 = "zPLef6w9P6T/iT6XDYG3mvGOqOyb6eHaV9XtkunYs0+OzxBtrPAAaHotc0X+PJ00WPPnLfFBTl7mf45Mn8DBmw==";
    };
    dependencies = [
      sources."@types/node-20.2.5"
      sources."fsevents-2.3.2"
      sources."playwright-core-1.34.3"
    ];
    buildInputs = globalBuildInputs;
    meta = {
      description = "A high-level API to automate web browsers";
      homepage = "https://playwright.dev";
      license = "Apache-2.0";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}