am i using the pageScriptingTests the right way ? #1694
-
i m trying to explore the pageScriptingTests setting to add it in our CICD process but i don't see a result in my CICD Workflow :
and this my RecordingTest.yml : the cicd says that it analyzed the Page Scripting : but i don't see the result in the summary : what am i missing ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
From the build log (10_Build) it looks like the page scripting tests didn't even run, so no wonder there are no results. From the settings, it looks like there aren't any other tests, so the created container is files-only. |
Beta Was this translation helpful? Give feedback.
So, in the logs I see
doNotPublishApps
is set totrue
. Can you try setting it tofalse
as apps need to be published in order to run the pagescripting tests?