image:
  file: .gitpod.dockerfile

tasks:
  - init: npm install
    command: |
      npm install -g cypress
      npm run start
      gp await-port 8080
      gp preview http://localhost:8080/example/
ports:
  - port: 8080
    onOpen: open-preview

github:
  prebuilds:
    branches: true
    pullRequests: true
    pullRequestsFromForks: true
    addCheck: true
    addComment: true
    addBadge: false
    addLabel: false
