Create an html progress bar
should replace the variables inside the page.html
htmlProgress("33").should.contain(`33%`); htmlProgress("33").should.contain(`33% Covered`);
See Implementation
Create an html progress bar