machine: node: version: 6.5.0 dependencies: post: ## install the Cypress CLI Tools ## which gives us access to the ## `cypress` command used below - npm install -g cypress-cli - npm run build test: override: - cypress run --record