Skip to content

Files

Latest commit

 

History

History
22 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 464 Bytes

Cypress

Setup

Ensure you use the same cypress version in node-packages.json as the version of the cypress-binary provided by flake.nix.

default.nix, node-env.nix and node-packages.nix can be updated by:

cd frontend/nix/tools/cypress

 nix run ../../../..#pkgs.nodePackages.node2nix -- -i node-packages.json

Usage

cd frontend/submission

nix run ../..#cypress -- run   ## ci run
nix run ../..#cypress -- open  ## gui