Commit ab35413
Add acceptance tests for Swagger/OpenAPI using Playwright (#457)
* Add acceptance tests for Swagger/OpenAPI using Playwright
Added Playwright dependency to `refimpl-tests` and created `SwaggerSpec.groovy` to verify that the Swagger UI is accessible for all services (RM, CM, QM, AM).
* test: expand playwright tests
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
* test: support basic auth
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
* fix: tests with Playwright
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
* refactor: rewrite in Java and get rid of Groovy and Spock dependencies
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
---------
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Andrew Berezovskyi <andriib@kth.se>1 parent 01b7f2b commit ab35413
File tree
5 files changed
+288
-168
lines changed- src/refimpl-tests
- src/test
- groovy
- java/co/oslc/refimpl/tests
- resources
5 files changed
+288
-168
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 21 | | |
41 | 22 | | |
42 | 23 | | |
43 | 24 | | |
44 | 25 | | |
45 | 26 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 27 | | |
51 | 28 | | |
52 | 29 | | |
| |||
55 | 32 | | |
56 | 33 | | |
57 | 34 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
61 | 38 | | |
62 | 39 | | |
63 | 40 | | |
| |||
80 | 57 | | |
81 | 58 | | |
82 | 59 | | |
83 | | - | |
| 60 | + | |
84 | 61 | | |
85 | 62 | | |
86 | 63 | | |
87 | | - | |
| 64 | + | |
88 | 65 | | |
89 | | - | |
90 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
91 | 69 | | |
92 | 70 | | |
| 71 | + | |
93 | 72 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 73 | + | |
| 74 | + | |
120 | 75 | | |
121 | 76 | | |
122 | 77 | | |
| |||
This file was deleted.
Lines changed: 91 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
0 commit comments