replayio / node

Integration of the node.js runtime with the record/replay driver
https://nodejs.org/
Other
20 stars 3 forks source link

Support asserting execution progress less frequently #60

Closed bhackett1024 closed 2 years ago

bhackett1024 commented 2 years ago

For https://github.com/RecordReplay/backend/issues/5131, enabling JS assertions for all execution progress and all JS values seems to be preventing tests from succeeding on the github action runners. This PR allows the frequency of execution progress assertions to be turned down, which also turns off the JS value assertions.