Run IntelliJ IDEA HTTP client *.http tests continuously on CI
已回答
Hello,
I have a lot of integration tests for my REST API which I can easily run right from my Idea on top of fully bootstrapped applications, which is, of course, very handy... Please, let me know if I can somehow run same tests on CI, similarly like I do it from IDE..
Something like that:
npm i some-node-package
./node_modules/.bin/some-node-package run-all --environment=default ./tests.http
Thanks!
请先登录再写评论。
Unfortunately, this feature is not implemented yet. Please follow https://youtrack.jetbrains.com/issue/IDEA-239345, for updates.