mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-24 07:26:18 +00:00
Added cypress to travis configuration
Based on https://docs.cypress.io/guides/guides/continuous-integration.html#Travis
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
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 bin)/cypress run --record
|
||||
|
||||
Reference in New Issue
Block a user