You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can probably use the After hook and the arguments passed to that, as well as our own scope.AddToReport(). [We can use the scenario parameter. See our current After to see how we check for the status of the test that just happened.]
Add it to the Scenario itself if possible.
Something including something like "Did you spell something wrong in one of the Steps? Check the documentation at https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/automated_integrated_testing."
You can probably use the
After
hook and the arguments passed to that, as well as our ownscope.AddToReport()
. [We can use thescenario
parameter. See our currentAfter
to see how we check for the status of the test that just happened.]Example of using
.AddToReport()
:ALKiln/lib/steps.js
Lines 1132 to 1135 in 4668760
The text was updated successfully, but these errors were encountered: