-
### What would you like?
Currently Test Replay does not reflect any interactions with the [cookies](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies)
This issue i…
-
When I run the test suite, some tests fail simply because the replay files they use aren't in the repository. These tests are:
- `AvfVideo_works`
- `EvfVideo_works`
- `MvfVideo_works`
- `RmvVi…
-
I took a look at the replay format tests, and they mostly or exclusively write information about the replays they test to standard output.
While that is of course still useful, as the replay files …
-
Hi @Wang0203,
The commands you need to use are along these lines:
```
python -u main_open_world.py \
--output_dir "exps/IL/19_1" --dataset VOC2007 --PREV_INTRODUCED_CLS 0 --CU…
-
# Main point
As suggested by @DavePearce we could (should) find the block that blew up the ROM in the week following Mainnet release in July 2023 and extract a replay test from it. This block would…
-
### What happened?
The replay tests for dynamically bridged providers use a simple strategy of matching logs to requests by assuming the order is consistent.
We can do something cleverer if we need …
-
### Problem Statement
Can I control recording session length or record timing?
When testing Session Replay, I enable 'onErrorSampleRate' to test session playback, it is recorded continuously when th…
-
The goal of replay testing is to throw compute time rather than human time at finding logic bugs / breaking changes in new code, even if the tester doesn't know what kind of bug they're looking for. …
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Branch Name
2.0-dev
### Commit ID
during one pr
### Other Environment Information
```Markdown
- Ha…
-
### What would you like?
A flag similar to `screenshotOnRunFailure` but targeted at Test Replay so that we only upload replay data on test failure
### Why is this needed?
It feels a little heavy to…