odhin-reports-playwright 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/generate.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/generate.js
CHANGED
|
@@ -899,7 +899,7 @@ class Generate {
|
|
|
899
899
|
this.base = this.base.replace("{{.SummaryFiles}}", summaryFiles);
|
|
900
900
|
this.base = this.base.replace("{{.SummaryProjects}}", summaryProjects);
|
|
901
901
|
this.base = this.base.replace("{{.Content}}", this.content);
|
|
902
|
-
this.base = this.base.replaceAll("{{.Version}}",
|
|
902
|
+
this.base = this.base.replaceAll("{{.Version}}", "1.0.3");
|
|
903
903
|
// Create the final HTML report file
|
|
904
904
|
this.help.createFile(this.execOptions.outputFolder + "/" + this.execOptions.indexFilename, this.base);
|
|
905
905
|
if (this.execOptions.consoleLog === true) {
|