Commit bec3356
authored
Use playwright for functional tests (#1163)
## Description of Changes
_Cherry-picked from
https://github.com/OrcaCollective/OpenOversight/pull/537__
Switch to Playwright for functional tests. The Playwright API seems
easier to use in many ways than Selenium
## Notes for Deployment
None! This only applies to tests
## Screenshots (if appropriate)
N/A
## Testing instructions
Run `just test`
## Checks
- [x] I have rebased my changes on `main`
- [x] `just lint` passes
- [x] `just test` passes1 parent e2adc6b commit bec3356
File tree
10 files changed
+174
-309
lines changed- .github/workflows
- OpenOversight
- app/static/js
- tests
- dockerfiles/web
10 files changed
+174
-309
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
22 | | - | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| |||
895 | 891 | | |
896 | 892 | | |
897 | 893 | | |
898 | | - | |
| 894 | + | |
899 | 895 | | |
900 | 896 | | |
901 | 897 | | |
902 | 898 | | |
903 | 899 | | |
904 | 900 | | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
919 | 901 | | |
920 | | - | |
921 | | - | |
922 | | - | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
0 commit comments