Skip to content

Instantly share code, notes, and snippets.

View rafaelaazevedo's full-sized avatar

Rafaela Azevedo rafaelaazevedo

View GitHub Profile
FROM postman/newman
WORKDIR /etc/newman/
COPY . /etc/newman/
RUN chmod -R 700 /etc/newman && npm install newman-reporter-html -g