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

We need a test framework and procedure #12

Open
mariosant opened this issue Mar 12, 2016 · 6 comments
Open

We need a test framework and procedure #12

mariosant opened this issue Mar 12, 2016 · 6 comments

Comments

@mariosant
Copy link

Add a few tests to make sure everything is ok to deploy.
I would like to check Wercker out. What's your opinion?

@howardroark
Copy link
Member

I'm down for whatever! Can this eventually deploy the app upon pull requests?

@mariosant
Copy link
Author

I guess so...

@made-by-chris
Copy link
Contributor

I'm somewhat familiar with automatic testing and deployment with jenkins integrated with github, but I'd be down for trying something newer too

@mariosant
Copy link
Author

Wercker seems to need a local Docker installation. Docker is lovely but I don't have the time to do it right now, so let's get going with our beloved Travis.

@mariosant
Copy link
Author

Status update:

I have setup the test procedure, with the help of chimp test tool. In order to launch the test suite, Meteor must be running already.

$ chimp ./.config/chimp-ci.js 

[chimp] Running...


  Describe bootstrap
    ✓ should require underscore.js @watch

  Routes
    Homepage route
      ✓ should have a homepage @watch
    Issues route
      ✓ should have /gitsup/gitsup/issues issues route @watch
      ✓ should have /gitsup/gitsup/pulls issues route @watch
      ✓ should have /gitsup/gitsup/ issues route @watch

Now the difficult part. I am having problem integrating this problem with CI tools like Travis. I would appreciate your help here.

I am going to unassign this task from me. Feel free to work and experiment on this.

@mariosant mariosant removed their assignment Mar 18, 2016
@mariosant
Copy link
Author

@howardroark and @basiclaser, maybe merge it so we have a working test framework and try to integrate it with CI on second phase?

howardroark added a commit that referenced this issue Mar 18, 2016
Integrate Chimp and Travis to test stuff
howardroark added a commit that referenced this issue Mar 22, 2016
Simplifying CI config to only use meteor's lint method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants