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

Developer documentation - how to run tests, etc. #147

Closed
hlship opened this issue Jun 19, 2015 · 3 comments
Closed

Developer documentation - how to run tests, etc. #147

hlship opened this issue Jun 19, 2015 · 3 comments

Comments

@hlship
Copy link
Contributor

hlship commented Jun 19, 2015

I'd like to contribute an enhancement to the project (see #142) ... but I have been unable to figure out how to set things up and run the existing tests. A little documentation about how to do that, and how to generate the site documentation, would be quite welcome!

In terms of testing:

I executed lein figwheel and a lot of JavaScript was created, but when I open http://localhost:3449, I just get a reminder to ... open the same URL. I don't see a REPL started in my terminal, which seems like the first step towards running the tests (e.g., site/public/index.html). Seems like the file is vended from site/public/index.html and the JavaScript is in outsite/public/js/app.js.

@scttnlsn
Copy link

@hlship I'm not a maintainer but have managed to get the tests running in the past. After running lein figwheel, open http://localhost:3449 and view the browser's JavaScript console. You should see the test output there and saving a file should re-run the tests. I agree, some documentation here would go a long way.

@dqdinh
Copy link

dqdinh commented Aug 28, 2015

+1 for adding a Contributing section or wiki page that documents development workflow. FWIW I found reading the Makefile useful in understanding the project.clj.

@Deraen
Copy link
Member

Deraen commented Nov 28, 2017

@Deraen Deraen closed this as completed Nov 28, 2017
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

5 participants