You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this task is to remove Hugo as a dependency of QMSTR by getting the HTML reporter files and building it with Hugo inside an independent container.
So instead of installing hugo in our machines, we only need to build the container to serve the reporter website locally.
Get the hugo site folder from a demo project
using the option generatehtml: "no" in the qmstr.yaml file
you can find this folder in a path like this: PROJECT_NAME/qmstr/qmstr-reporter-html/HTML_Reporter/qmstr-reports.tar.bz2
Create a dockerfile that builds and serves a hugo site
Build the hugo container and use the hugo site folder to serve the website locally
The text was updated successfully, but these errors were encountered:
The goal of this task is to remove Hugo as a dependency of QMSTR by getting the HTML reporter files and building it with Hugo inside an independent container.
So instead of installing hugo in our machines, we only need to build the container to serve the reporter website locally.
Get the hugo site folder from a demo project
using the option
generatehtml: "no"
in the qmstr.yaml fileyou can find this folder in a path like this:
PROJECT_NAME/qmstr/qmstr-reporter-html/HTML_Reporter/qmstr-reports.tar.bz2
Create a dockerfile that builds and serves a hugo site
Build the hugo container and use the hugo site folder to serve the website locally
The text was updated successfully, but these errors were encountered: