Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates should include Travis CI configuration #264

Open
imaustink opened this issue Oct 5, 2017 · 4 comments
Open

Templates should include Travis CI configuration #264

imaustink opened this issue Oct 5, 2017 · 4 comments

Comments

@imaustink
Copy link

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

@imaustink
Copy link
Author

I opened a PR for this, although it may need to be updated: #265

@phillipskevin
Copy link
Contributor

@imaustink
Copy link
Author

Shouldn't that be in the root instead of under the static folder?

@phillipskevin
Copy link
Contributor

phillipskevin commented Oct 5, 2017

I'm not sure why the static folder exists. The way the code works, those files cannot use template replacements (like <%= name %>) like the files outside of static can. I'm not sure why it was done this way, but we definitely shouldn't have the file in two places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants