Prompt user for test parameters values
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
## User Story
As a script writer and tester, I want to be prompted for any params I am using in my script so that I can test them in the Script Editor before calling them as an invokable script in my application\.
## Acceptance Criteria
- From another story, the list of parameters should already be gathered
- A form will be shown to the user, listing each param with a text box next to it
- The user will be able to type entries into the text box\(s\)
- The last setting within that session will be retained, so if the user tries to test a 2nd time, they won't have to re\-enter all of the data unless they have changed the params name in their script\. They will be able to change the value though if they choose
- A button will be available to continue running the script after they have entered the values
## Notes
- This is part of an EPIC that has the collection of the values and the passing of the values in separate stories
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.