1id: workflow-shared-cookies 2 3info: 4 name: Test Workflow Shared Cookies 5 author: pdteam 6 severity: info 7 8workflows: 9 # store cookies to standard http client cookie-jar 10 - template: workflow/http-1.yaml 11 - template: workflow/http-2.yaml 12 # store cookie in native browser context 13 - template: workflow/headless-1.yaml 14 # retrieve 2 standard library cookies + headless cookie 15 - template: workflow/http-3.yaml 16