Adding onBefore and onReady scripts

Created on 5 April 2025, 13 days ago

Problem/Motivation

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.

πŸ“Œ Task
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States wylbur Minneapolis, Minnesota, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024