- Issue created by @wylbur
- a23a8d40 committed on 2.0.x
Issue #3517497: onBefore and onReady scripts added at the profile level.
- a23a8d40 committed on 2.0.x
- πΊπΈUnited States jumpsuitgreen
This issue is fixed in the latest version.
We need to be able to add the onReady and onBefore scripts:
"onBeforeScript": "puppet/onBefore.js",
"onReadyScript": "puppet/onReady.js",
This could be under Profile Parameters. It looks like that is editable for each profile.
Here's how we interact with this setting:
- set it once for profile
- not as a scenario default
- never turned it off or reset it for a scenario
- used very frequently
We can just provide a set of checkboxes for the 4 values:
"onBeforeScript": "puppet/onBefore.js"
"onReadyScript": "puppet/onReady.js"
"onBeforeScript": "playwright/onBefore.js"
"onReadyScript": "playwright/onReady.js"
This is important, and needs to be part of our first release.
Active
2.0
Code
Issue #3517497: onBefore and onReady scripts added at the profile level.
This issue is fixed in the latest version.