-
-
Notifications
You must be signed in to change notification settings - Fork 823
Open
Description
🚀 Feature Proposal
The plugin support should allow plugins to access variables.
Motivation
My plugin collects data during the test which the test author might like access to. If I could access variables, then I could implement a store data command.
Example
My plugin allows test authors to measure the duration of events. If I could store a result in a variable, then the test author could use assert to fail a test if the site is too slow.