Update aem-debugging-libraries.yaml

patch-1
Dhiyaneshwaran 2022-09-01 15:33:27 +05:30 committed by GitHub
parent 8466f3f48b
commit 235e42bb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 7 deletions

View File

@ -17,22 +17,28 @@ requests:
- method: GET
path:
- "{{BaseURL}}/libs/cq/ui/content/dumplibs.html"
- "{{BaseURL}}/libs/granite/ui/content/dumplibs.validate.html"
- "{{BaseURL}}/libs/granite/ui/content/dumplibs.rebuild.html"
- "{{BaseURL}}/libs/granite/ui/content/dumplibs.test.html"
- "{{BaseURL}}/libs/granite/ui/content/dumplibs.html"
stop-at-first-match: true
matchers-condition: and
matchers-condition: or
matchers:
- type: word
part: body
words:
- '"<title>Client Libraries</title>'
condition: and
condition: or
- type: word
part: header
part: body
words:
- text/html
- '<title>Rebuild Client Libraries</title>'
condition: or
- type: status
status:
- 200
- type: word
part: body
words:
- '<title>Client Libraries Test Output</title>'
condition: or