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
Often a PR might make changes to the user interface, which can cause the visual regression tests to fail.
100
+
101
+
If you want to update the reference snapshots while working on a PR you can post the following sentence as a GitHub comment:
102
+
103
+
```
104
+
bot please update playwright snapshots
105
+
```
106
+
107
+
This will trigger a GitHub Action that will run the UI tests automatically and push new commits to the branch if the reference snapshots have changed.
108
+
97
109
## Code Styling
98
110
99
111
All non-python source code is formatted using [prettier](https://prettier.io) and python source code is formatted using [black](https://github.com/psf/black)s
0 commit comments