wip - update

patch-1
sandeep 2021-08-29 18:50:29 +05:30
parent 6bade73727
commit 8c1de71ec9
1 changed files with 11 additions and 3 deletions

View File

@ -10,15 +10,23 @@ requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{RootURL}}/{{Path}}/{{map}}.js.map"
matchers-condition: and
matchers:
- type: word
words:
- ".js.map"
part: body
condition: and
- "application/octet-stream"
part: header
- type: status
status:
- 200
extractors:
- type: regex
internal: true
name: map
group: 1
regex:
- "sourceMappingURL=([a-z0-9.]+).js.map"