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
-[Example Usage - Properties files use key value pairs and the reason for using it is to avoid hard coded values in our tests](#example-usage---properties-files-use-key-value-pairs-and-the-reason-for-using-it-is-to-avoid-hard-coded-values-in-our-tests)
10
11
-[Using the Load Properties Utility](#using-the-load-properties-utility)
11
12
-[Example usage](#example-usage)
12
13
@@ -26,11 +27,21 @@ To ensure that there are no mistakes when providing this input there are two add
26
27
27
28
To add values to the properties file follow the format:
28
29
29
-
# ----------------------------------
30
-
# EXAMPLE VALUES
31
-
# ----------------------------------
32
-
example_value_1=value1
33
-
example_value_2=value2
30
+
## Example Usage - Properties files use key value pairs and the reason for using it is to avoid hard coded values in our tests
0 commit comments