Node docker image with rest-cli command installed.
docker run -v "$(pwd)"/test:/test j4yf7o/restcli-node rest-cli ls -D test/*.http
test-api:
image: j4yf7o/restcli-node
before_script:
- yarn
- yarn add wait-port
- yarn start:dev &
script:
- yarn wait-port 3000
- rest-cli ls -D test/*.http
after_script:
- pkill node
- The fabulous repository rest-cli for intellij http-request.