Install nodejs. Preferred version is found in .nvmrc Easiest with nvm: Install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
bash: source ~/.bashrc
zsh: source ~/.zshrc
ksh: . ~/.profile
Install nodejs with version specified in .nvmrc
nvm install
Install required packages
apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
TODO docker compose länk
Install node packages
npm install
Run the tests
npm run cy:open