language: node_js node_js: - "16" addons: apt: packages: # Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves - libgconf-2-4 script: - npm run build - npm test - npm run cy:start-and-run