-
Notifications
You must be signed in to change notification settings - Fork 2
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
Ayi test #7
Comments
https://github.com/FriendsOfPHP/Sismo this is a local ci system written in php |
Seems no need to provide a simple web interface to view the test result, cause we could simply generate the html file like istanbul does... |
Why not run the tests directly in the local environment instead of preparing docker? |
@arrowrowe yeah, you mean https://github.com/gotwarlost/istanbul Using docker makes test easier and cleaner, for example you don't need to create a |
Agree. |
this project is also a good ref, wathc file change and show result in browser, maybe could extend it to support other languages http://goconvey.co/ |
- add util wrapper to run command as whole string - FIXME: can not run command which has subshell
- sh -c is not working properly, even for simple command - $(glide novendor) does not even work when direct typed into gitbash, it seems the new line has stopped the command from executing Issue #7
- rename test.sh -> travis-test.sh and change Makefile - add new test.sh to call from Ayi Issue #7
Support .travis.yml/ .gitlab-ci.yml test locally using docker
run
keyword can be omitted(yep ... ayi is also a local continuous integration system.
Problems encountered
go test -v -cover $(glide novendor)
The text was updated successfully, but these errors were encountered: