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: docs/api-testing/on-prem/how-to/generating-fake-test-data.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Does your API or test require random full names, valid/invalid ids, or various t
22
22
23
23
There are a couple of ways you can generate this data:
24
24
25
-
- You can directly reference the method within your variable, API call, or anywhere in the test where you can type in the following syntax: "${F.zipCode()}"
25
+
- You can directly reference the method within your variable, API call, or anywhere in the test where you can type in the following syntax: "$\{F.zipCode()}"
Copy file name to clipboardExpand all lines: docs/api-testing/on-prem/io-components.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ _**Parameters:**_
42
42
| Mode | 'json','xml', 'html','text' | Yes |
43
43
| Params | String | No |
44
44
45
-
**Url:** the url of the resource you want to test. It could be the full url of the resource or a string with variables using the $. (i.e. 'https://domain/resourcename' or 'https://${domain}${endpoint}')
45
+
**Url:** the url of the resource you want to test. It could be the full url of the resource or a string with variables using the $. (i.e. 'https://domain/resourcename' or 'https://$\{domain}$\{endpoint}')
46
46
47
47
**Variable**: the name of the variable that contains the response. It will be the name you will refer during the test.
Now, call the variable `“access_token”` and assign the value to ${payload.Token}. The response body from the original post call was saved to a variable called “payload.” The key to access the token is named `“Token”`, so you may find it by calling `“payloadToken”`. Be sure to wrap this all in `${}` so that API Fortress knows to interpret what’s between the brackets instead of using it literally.
44
+
Now, call the variable `“access_token”` and assign the value to $\{payload.Token}. The response body from the original post call was saved to a variable called “payload.” The key to access the token is named `“Token”`, so you may find it by calling `“payloadToken”`. Be sure to wrap this all in `${}` so that API Fortress knows to interpret what’s between the brackets instead of using it literally.
Copy file name to clipboardExpand all lines: docs/error-reporting/project-setup/source-code.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,12 @@ Use the "Add a Github repository" button to begin configuring a repository.
37
37
38
38
- Connection Information: Backtrace Source Control can integrate with GIT based systems. You must provide a Name, URL (HTTP or SSH based), and Authentication method (None, User Name / Password, SSH Key).
39
39
- NOTE - You may need to work with your source control system to get the proper URL and credentials to provide access to your SCM.
40
-
- Revisions: GIT systems take snapshots of the source code at different times and manage those as Revisions. You can specify the ordered list of Revisions to try when searching for matching source code. Acceptable revision types include branch names, tags, as well as short and long SHA-1 hashes. You can specify an attribute to be dynamically included in the revision string by using {attribute} template syntax.
40
+
- Revisions: GIT systems take snapshots of the source code at different times and manage those as Revisions. You can specify the ordered list of Revisions to try when searching for matching source code. Acceptable revision types include branch names, tags, as well as short and long SHA-1 hashes. You can specify an attribute to be dynamically included in the revision string by using \{attribute} template syntax.
41
41
42
-
By default, we'll check the main branch, but we expect you will want to specify more granular branches to be checked first. For example, a common pattern is to have 'release/{application}/{version}' as a standard way to tag releases. Other examples:
42
+
By default, we'll check the main branch, but we expect you will want to specify more granular branches to be checked first. For example, a common pattern is to have 'release/\{application}/\{version}' as a standard way to tag releases. Other examples:
43
43
44
-
- release/{version}
45
-
- {commit}
44
+
- release/\{version}
45
+
-\{commit}
46
46
- 729e0d9a
47
47
- master
48
48
- main
@@ -58,11 +58,11 @@ Use the "Add a Perforce Depot" button to begin configuring a repository.
58
58
- Connection Information: Backtrace Source Control can integrate with Perforce systems using the p4 command line utility. You must provide a Name, Host and Port, User Name and Password.
59
59
- Source Code Depot Paths: You will need to specify a list of depot paths to try, in order, when searching for matching source code.
60
60
61
-
You can specify an attribute to be dynamically included in the path by using {attribute} template syntax.
62
-
For example, you might choose to first search "//depot/releases/{version}/" followed by "//depot/develop/". If the version attribute is set to '1.15' on the error that you are inspecting, then it will be used to create a search path of "//depot/releases/1.15/".
61
+
You can specify an attribute to be dynamically included in the path by using \{attribute} template syntax.
62
+
For example, you might choose to first search "//depot/releases/\{version}/" followed by "//depot/develop/". If the version attribute is set to '1.15' on the error that you are inspecting, then it will be used to create a search path of "//depot/releases/1.15/".
Copy file name to clipboardExpand all lines: docs/error-reporting/web-console/releases.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You can see the user adoption of the versions, the error-free application launch
24
24
25
25
### Set the Version Attribute
26
26
27
-
You will want to ensure the Release Comparison View's concept of a "Release" is represented by the attribute most relevant to you. Use the pencil icon next to the "Comparing by {attribute}" text at the top of the view to set this as desired.
27
+
You will want to ensure the Release Comparison View's concept of a "Release" is represented by the attribute most relevant to you. Use the pencil icon next to the "Comparing by \{attribute}" text at the top of the view to set this as desired.
28
28
29
29
<img src={useBaseUrl('img/error-reporting/console-views/edit-version-attribute.png')} alt="Shows how to set the version attribute for the Releases view." />
Copy file name to clipboardExpand all lines: docs/error-reporting/whats-new.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Tunable heuristic-based analysis spots new API signatures or changes further up
101
101
102
102
## Case Insensitive Filtering (2020-08-24)
103
103
104
-
By default, all filter operators are case sensitive. If you want to filter using case insensitivity, enter a regex or inverse regex within /{text}/i to invoke case insensitive search.
104
+
By default, all filter operators are case sensitive. If you want to filter using case insensitivity, enter a regex or inverse regex within /\{text}/i to invoke case insensitive search.
105
105
For example, if you want to search for "banana" or "Banana" or "BaNaNa", you can enter "/banana/i" and each search term will be included in the results.
0 commit comments