File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,21 @@ This will
31
31
- update version numbers, make a corresponding ` git commit ` and a ` git tag ` ;
32
32
- push this commit and tag to Github, which triggers the Github Action that makes a new Github Release and publishes the package to PYPI.
33
33
34
+ ### Github workflow testing
35
+
36
+ [ ![ widget test] ( https://github.com/osscar-org/widget-code-input/actions/workflows/widget-test.yml/badge.svg )] ( https://github.com/osscar-org/widget-code-input/actions/workflows/widget-test.yml )
37
+
38
+
39
+
40
+ If the ` widget test ` fails, it indicates there is something wrong with the code, and the widget is NOT
41
+ being displayed correctly in the test.
42
+
43
+ [ ![ screenshot comparison] ( https://github.com/osscar-org/widget-code-input/actions/workflows/screenshot-comparison.yml/badge.svg )] ( https://github.com/osscar-org/widget-code-input/actions/workflows/screenshot-comparison.yml )
44
+
45
+
46
+ If the ` widget test ` passes but the ` screenshot comparison ` fails, it indicates the appearance of the widget
47
+ is different from the previous version. In this case, you'll need to manually download the artifact from
48
+ the ` widget test ` and use it to replace the ` widget-sample.png ` figure in the ` test ` folder.
34
49
35
50
## Acknowledgements
36
51
You can’t perform that action at this time.
0 commit comments