htmlProgress

Create an html progress bar

string
htmlProgress
(
string percent
)

Examples

should replace the variables inside the page.html

htmlProgress("33").should.contain(`33%`);
htmlProgress("33").should.contain(`33% Covered`);

Meta