Jesper Wermuth
Jesper Wermuth
I have added mocha tests to mine. I can _not_ test the code when running on GCP, but it tests the code before. I use it to tests main algorithms....
Added PR #46 . Looking forward to your comments. @SunHuawei while the PR is being considered, you could have a look at the code and manually move it into you...
Thanks for the input @votungphan. I have looked at little at the 2 frameworks, and give it a shot at adding GAST to this PR. I favor GAST over GSUnit...
@labnol you are welcome to assign me to this issue. I believe there is working code to merge right now, and more will come when I have some time to...
After investigating the jest framework I find it better than mocha and have decided to close PR #46 and replace it with PR #50. PR #50 implements jest tests with...
@adamdubiel can I do anything to offload you, so this PR (regarding #340 ) can get merged
Merged the lastest changes on master ( #317 ) into feature/useGlobalVersion branch on jwermuth/axion-release-plugin. Tests are still green. @adamdubiel can I do something to get this PR merged ?
@bgalek thanks for giving my PR some attention. I have noticed that the latest code on master breaks my PR. I will start looking at it now, and push when...
Thanks. I am working on it. Found some of the way through. Wrote a little code and a test (which is currecntly red, as expected). One thing - it seems...
Hi @adamdubiel. I wrote some code in my clone, [on this branch](https://github.com/jwermuth/axion-release-plugin/tree/feature/useGlobalVersion). And a couple of tests. It seems to be working. You are welcome to have a look and...