Skip to content

Templates should include Travis CI configuration #264

@imaustink

Description

@imaustink

Using Testee to launch FireFox on Travis requires special configuration to prevent errors. A default configuration should be added to the plugin, and probably the app templates.

This is the required configureation, note the dbus installation:

language: node_js
node_js:
  - "6"
addons:
  firefox: "latest-esr"
  apt:
    packages:
      - dbus-x11
before_install:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"

For more information about this issue, see bitovi/testee#157.

cc: @phillipskevin, @matthewp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions