test(playwright): install playwright
This commit is contained in:
parent
85afa969f1
commit
b3018ccfc9
7 changed files with 74 additions and 2 deletions
|
|
@ -47,8 +47,14 @@
|
|||
|
||||
name = "TODO-template-name";
|
||||
|
||||
env = {
|
||||
PLAYWRIGHT_BROWSERS_PATH = pkgs.playwright-driver.browsers;
|
||||
PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = true;
|
||||
};
|
||||
|
||||
packages = [
|
||||
pkgs.biome
|
||||
pkgs.playwright-driver.browsers
|
||||
];
|
||||
|
||||
processes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue