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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,12 @@ This program generates a fully-fledged Excel-based Robot Framework Datadriver te
20
20
-__Red__ fields indicate a mandatory parameter
21
21
-__Green__ fields indicate optional parameters
22
22
-__Grey__ fields indicate fields which are not supported for this API call
23
-
- If a parameter has been assigned with an _enum_ list of valid values, the program will add these values as a dropdown to the Excel list. Users can select a value from that list (but are still able to overwrite that value)
23
+
-__Beige__ fields indicate test parameters such as test name, tags etc
24
+
- You can easily customize these values in the program.
25
+
- If a parameter has been assigned with an _enum_ list of valid values, the program will add these values as a pre-populated dropdown to the Excel list. Users can select a value from that list (but are still able to overwrite that value)
24
26
- By default, the program will only highlight the optional/mandatory parameter fields (but will not populate them with any content). You can override this setting and tell the program to pre-populate the parameters with example data straight from your OpenAPI file.
25
27
- Expected HTTP response codes are extracted from the OpenAPI file and added to the Excel sheet as default value
26
-
- All OpenAPI input parameters in the Excel file are alphabetically sorted for a better user convenience when it comes to populating the sheet
28
+
- All OpenAPI input parameters in the Excel file are alphabetically sorted for a better user convenience when it comes to populating the sheet with data.
27
29
28
30
## Robot features
29
31
@@ -32,7 +34,7 @@ This program generates a fully-fledged Excel-based Robot Framework Datadriver te
32
34
- a JSON request body will only be sent to the API if the respective API service method supports it
33
35
- the JSON request body will only contain parameters that belong to this specific API service method
34
36
- If a service method requires parameters to be sent as part of the API's URL, the program will generate these URLs for you.
35
-
- Some minor adjustments to the Robot file(s) may still be necessary (e.g. initial API setup, nested data structures)
37
+
- Some minor adjustments to the Robot file(s) may still be necessary (e.g. initial API setup, nested data structures) - see known issues.
0 commit comments