nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
287 stars 145 forks source link

Basic Automated Acceptance Testing #99

Open nate-strauser opened 8 years ago

nate-strauser commented 8 years ago

using chimp and the meteor guide as a reference, make automated acceptance tests for basic functions.

log in log out

edit username

create profile edit profile delete profile admin flag profile

create post edit post deactivate post admin approve post admin flag post

featured upgrade post

view home page view post list view single post view profile list view single profile

see http://guide.meteor.com/testing.html#acceptance-testing

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/33921537-basic-automated-acceptance-testing?utm_campaign=plugin&utm_content=tracker%2F515572&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F515572&utm_medium=issues&utm_source=github).
saw-jan commented 3 years ago

Hi @nate-strauser, we can do it using BDD approach with tools like nightwatch and cucumber. If you are happy to give this task to me, I can work on it.