You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Add_testheader.json 600B

123456789101112131415161718192021222324252627
  1. {
  2. "behaviors": [
  3. {
  4. "name": "modifyOutgoingResponseHeader",
  5. "options": {
  6. "action": "ADD",
  7. "customHeaderName": "X-Test-Environment",
  8. "headerValue": "true",
  9. "standardAddHeaderName": "OTHER"
  10. }
  11. }
  12. ],
  13. "criteria": [
  14. {
  15. "name": "hostname",
  16. "options": {
  17. "matchOperator": "IS_ONE_OF",
  18. "values": [
  19. "${env.UserID}${env.labname}-test.akaudevops.com"
  20. ]
  21. }
  22. }
  23. ],
  24. "name": "Add testheader",
  25. "options": {},
  26. "criteriaMustSatisfy": "all"
  27. }