Function htmlProgress
Create an html progress bar
string htmlProgress
(
string percent
);
Example
should replace the variables inside the page.html
htmlProgress("33") .should .contain(`33%`);
htmlProgress("33") .should .contain(`33% Covered`);