at 23.11-beta 60 lines 2.0 kB view raw
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 "fsevents-2.3.2" = { 8 name = "fsevents"; 9 packageName = "fsevents"; 10 version = "2.3.2"; 11 src = fetchurl { 12 url = "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"; 13 sha512 = "xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="; 14 }; 15 }; 16 "playwright-1.38.0" = { 17 name = "playwright"; 18 packageName = "playwright"; 19 version = "1.38.0"; 20 src = fetchurl { 21 url = "https://registry.npmjs.org/playwright/-/playwright-1.38.0.tgz"; 22 sha512 = "fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A=="; 23 }; 24 }; 25 "playwright-core-1.38.0" = { 26 name = "playwright-core"; 27 packageName = "playwright-core"; 28 version = "1.38.0"; 29 src = fetchurl { 30 url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.38.0.tgz"; 31 sha512 = "f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g=="; 32 }; 33 }; 34 }; 35in 36{ 37 "@playwright/test-1.38.0" = nodeEnv.buildNodePackage { 38 name = "_at_playwright_slash_test"; 39 packageName = "@playwright/test"; 40 version = "1.38.0"; 41 src = fetchurl { 42 url = "https://registry.npmjs.org/@playwright/test/-/test-1.38.0.tgz"; 43 sha512 = "xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw=="; 44 }; 45 dependencies = [ 46 sources."fsevents-2.3.2" 47 sources."playwright-1.38.0" 48 sources."playwright-core-1.38.0" 49 ]; 50 buildInputs = globalBuildInputs; 51 meta = { 52 description = "A high-level API to automate web browsers"; 53 homepage = "https://playwright.dev"; 54 license = "Apache-2.0"; 55 }; 56 production = true; 57 bypassCache = true; 58 reconstructLock = true; 59 }; 60}