-
# RFC: Introduce screenshot testing
## tl;dr
- We should implement screeshot tests
- The image file format should be PNG
- The PNG files should be stored using Git Large File Storage (LFS)
…
-
#229 is some rather significant changes to the project and thought it might be good to get feedback from others if they like the direction or not.
**Significant Changes**
1. Reorganized the projec…
e100 updated
4 months ago
-
Dependent on #8257
Add screenshot tests for basic block states like being selected, highlighted, disabled, replaceable (like when dragging), or an insertion marker.
-
Some static UI tests have a dynamic aspect, which may cause them to appear in screenshots comparison. Those tests should either be excluded using `[SampleControlInfo(..., ignoreInSnapshotTests: true)]…
-
We could add screenshot approval compares. To make them most stable we should also use self hosted icons for the teams to have to external dependency and most stability
-
The testing experience on Flutter would be a lot easier of one could easily visualize the widgets being pumped.
Generating screenshots from the testing environment seems feasible, it would be nice…
-
### 🚀 Feature Request
I am currently using Playwright with a global configuration that captures screenshots only on failure (screenshot: "only-on-failure"). However, I need to disable screenshot atta…
-
To test how our frontend components render in the browser, we want to use [visual comparisons using screenshots in Playwright](https://playwright.dev/docs/test-snapshots).
One challenge is that bro…
-
This is a parent issue for a set of crashes and issues related to the screenshot instrumentation tests
Project Thread: paaHJt-3wL-p2
P2 post: pcdRpT-MB-p2
- Intermitent/Random Crashes
- …
-
Hello!
I run autotests with kaspresso, JUnit4, with allure support in compose project.
Every time kaspresso makes screenshot my tests crash with exception:
`java.lang.IllegalArgumentException: So…