Skip to content

Commit

Permalink
add startTime for generateArtififacts (#332)
Browse files Browse the repository at this point in the history
* add startTime for generateArtififacts

* update version number
  • Loading branch information
joshualai9922 authored May 13, 2024
1 parent 726bb4c commit 5d4f8de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@govtechsg/purple-hats",
"main": "npmIndex.js",
"version": "0.9.51",
"version": "0.9.52",
"type": "module",
"imports": {
"#root/*.js": "./*.js"
Expand Down
4 changes: 3 additions & 1 deletion playwrightAxeGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,9 @@ const waitForCaptcha = async (page, captchaLocator) => {
)},
urlsCrawled.scanned,
pagesNotScanned,
${formatScriptStringVar(customFlowLabel || 'Custom Flow')}
${formatScriptStringVar(customFlowLabel || 'Custom Flow')},
undefined,
scanDetails
);
await submitForm(
Expand Down

0 comments on commit 5d4f8de

Please sign in to comment.