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
Add automated tests to run a replay (with configurable strategy, defaulting to VanillaReplayStrategy) and evaluate the outcome. Outcome evaluation can be implemented with WindowEvent data.
Add a script to log the outcome results to stdout and/or to a file.
Feature request
We need to extend #314 to include some useful tests and generate an automated report.
This involves:
Alternatively if browser events are not yet available (see Add Chrome browser event in database during recording #744), replicate something similar with two different spreadsheets open simultaneously (one for reading, one for writing).
VanillaReplayStrategy) and evaluate the outcome. Outcome evaluation can be implemented withWindowEventdata.Motivation
Scientific rigor and reproducibility.