mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
6a8cb45772
Adds "playwright test" command.
61 lines
2.0 KiB
Nix
Generated
61 lines
2.0 KiB
Nix
Generated
# 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-18.15.11" = {
|
|
name = "_at_types_slash_node";
|
|
packageName = "@types/node";
|
|
version = "18.15.11";
|
|
src = fetchurl {
|
|
url = "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz";
|
|
sha512 = "E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==";
|
|
};
|
|
};
|
|
"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.31.1" = {
|
|
name = "playwright-core";
|
|
packageName = "playwright-core";
|
|
version = "1.31.1";
|
|
src = fetchurl {
|
|
url = "https://registry.npmjs.org/playwright-core/-/playwright-core-1.31.1.tgz";
|
|
sha512 = "JTyX4kV3/LXsvpHkLzL2I36aCdml4zeE35x+G5aPc4bkLsiRiQshU5lWeVpHFAuC8xAcbI6FDcw/8z3q2xtJSQ==";
|
|
};
|
|
};
|
|
};
|
|
in
|
|
{
|
|
"@playwright/test-1.31.1" = nodeEnv.buildNodePackage {
|
|
name = "_at_playwright_slash_test";
|
|
packageName = "@playwright/test";
|
|
version = "1.31.1";
|
|
src = fetchurl {
|
|
url = "https://registry.npmjs.org/@playwright/test/-/test-1.31.1.tgz";
|
|
sha512 = "IsytVZ+0QLDh1Hj83XatGp/GsI1CDJWbyDaBGbainsh0p2zC7F4toUocqowmjS6sQff2NGT3D9WbDj/3K2CJiA==";
|
|
};
|
|
dependencies = [
|
|
sources."@types/node-18.15.11"
|
|
sources."fsevents-2.3.2"
|
|
sources."playwright-core-1.31.1"
|
|
];
|
|
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;
|
|
};
|
|
}
|