Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main branch actions failures #3

Open
valscion opened this issue Feb 17, 2023 · 4 comments
Open

main branch actions failures #3

valscion opened this issue Feb 17, 2023 · 4 comments

Comments

@valscion
Copy link
Owner

valscion commented Feb 17, 2023

This issue shows the video and screenshot from main branch actions output: https://github.com/valscion/cypress-stale-cookie-issue-reproduction/actions/runs/5750824749

Firefox

issue httpsgithub comcypress-iocypressissues25841 reproduction -- does not use stale cookies (failed)

Electron

issue httpsgithub comcypress-iocypressissues25841 reproduction -- does not use stale cookies (failed)

spec.cy.js.mp4
@valscion

This comment was marked as outdated.

@valscion

This comment was marked as outdated.

@valscion

This comment was marked as outdated.

@valscion
Copy link
Owner Author

valscion commented Aug 3, 2023

Log output with Cypress v12.17.3

DEBUG=cypress-verbose:proxy:http npm run cypress:run 2>stderr.log
DevTools listening on ws://127.0.0.1:59828/devtools/browser/4a7ea799-0c64-4943-aa3b-9f8a4a6f3eb1
2023-08-03T12:44:32.794Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingRequest proxying request { req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_a', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '__cypress.initial=true' } } }
2023-08-03T12:44:32.795Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingRequest waiting for prerequest
2023-08-03T12:44:32.795Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingRequest Incoming request GET-http://localhost:3333/page_a matches known pre-request: { browserPreRequest: { requestId: '83B03E11F7D981EE0D447B3FF10DAE76', method: 'GET', url: 'http://localhost:3333/page_a', headers: { Referer: 'http://localhost:3333/__/', 'Upgrade-Insecure-Requests': '1', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' }, resourceType: 'other', originalResourceType: 'Document' }, timestamp: 1691066672786 }
2023-08-03T12:44:32.796Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingRequest ending request with buffered response
2023-08-03T12:44:32.797Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse received response { browserPreRequest: { requestId: '83B03E11F7D981EE0D447B3FF10DAE76' }, req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_a', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '__cypress.initial=true' } }, incomingRes: { headers: { 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'x-download-options': 'noopen', 'x-permitted-cross-domain-policies': 'none', 'referrer-policy': 'strict-origin-when-cross-origin', 'content-type': 'text/html; charset=utf-8', etag: 'W/"eeb3456fdcb92aff868f07c281b47b93"', 'cache-control': 'max-age=0, private, must-revalidate', 'x-request-id': '20cd4e91-b546-4628-b7dc-25d12d772d80', 'x-runtime': '0.003220', 'transfer-encoding': 'chunked' }, statusCode: 200 } }
2023-08-03T12:44:32.800Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse determine injection
2023-08-03T12:44:32.801Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse - already has injection: full
2023-08-03T12:44:32.801Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse injection levels: { isInitial: true, wantsInjection: 'full', wantsSecurityRemoved: true }
2023-08-03T12:44:32.803Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse injecting into HTML
2023-08-03T12:44:32.803Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse ensuring resStream is plaintext
2023-08-03T12:44:32.804Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse inferred charset from response { httpCharset: 'utf8' }
2023-08-03T12:44:32.899Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingRequest proxying request { req: { method: 'GET', proxiedUrl: 'http://localhost:3333/redirect_back_to_a', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/page_a', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '__cypress.initial=true' } } }
2023-08-03T12:44:32.899Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingRequest waiting for prerequest
2023-08-03T12:44:32.899Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingRequest Incoming request GET-http://localhost:3333/redirect_back_to_a matches known pre-request: { browserPreRequest: { requestId: '44280F01FE536CB98EC60D87D495C46C', method: 'GET', url: 'http://localhost:3333/redirect_back_to_a', headers: { Referer: 'http://localhost:3333/page_a', 'Upgrade-Insecure-Requests': '1', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' }, resourceType: 'other', originalResourceType: 'Document' }, timestamp: 1691066672896 }
2023-08-03T12:44:32.909Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingResponse received response { browserPreRequest: { requestId: '44280F01FE536CB98EC60D87D495C46C' }, req: { method: 'GET', proxiedUrl: 'http://localhost:3333/redirect_back_to_a', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/page_a', 'accept-encoding': 'gzip', 'accept-language': 'en-GB', cookie: '__cypress.initial=true' } }, incomingRes: { headers: { 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'x-download-options': 'noopen', 'x-permitted-cross-domain-policies': 'none', 'referrer-policy': 'strict-origin-when-cross-origin', location: 'http://localhost:3333/page_a', 'content-type': 'text/html; charset=utf-8', 'cache-control': 'no-cache', 'set-cookie': [Array], 'x-request-id': '47151e3c-08b5-42e6-b638-706a49ef22f1', 'x-runtime': '0.002082', 'transfer-encoding': 'chunked' }, statusCode: 302 } }
2023-08-03T12:44:32.910Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingResponse determine injection
2023-08-03T12:44:32.910Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingResponse - full injection
2023-08-03T12:44:32.911Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingResponse injection levels: { isInitial: true, wantsInjection: 'full', wantsSecurityRemoved: true }
2023-08-03T12:44:32.911Z cypress-verbose:proxy:http GET http://localhost:3333/redirect_back_to_a IncomingResponse redirecting to new url { statusCode: 302, newUrl: 'http://localhost:3333/page_a' }
2023-08-03T12:44:32.917Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingRequest proxying request { req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_a', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/page_a', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '__cypress.initial=true; _cypress_cookie_issue_reproduction_session=5AUZjbbRK0kgxMxAD%2Bg5qhvD4AG6mLoMBr1WpeLQ0VG2dtD5R%2BjbzwagOW8pBlQ4DNVY6Lzkw5bMM4jApjpDQm0Lvh3HXCqSuFCdAomyaPWR558rXfPQ0jsNJVFcxRhiYnZckwOBELZWrCJD4kj0OW3ldLIxlpIODcYis1zZct90%2B8UyI1b8sFBBxGOFlo0iePxyIG4NRH6V%2F2CTumT%2BpEVGrPFda7LSFbut%2BLpQaajjmpk90XqWSv5dtaLnrS%2Fw%2BvDkLrITvBJXO95Gxbp9jNMEClILyzbyNt9ECsZY5Qzv0ZGJCAD5tSZS43DgeXMWjfh6%2FdrwT2WLXf36%2FCt4Us3FZPrNj0%2BCLGAhFgk8jXIlZg%3D%3D--%2Fj%2FnQEZlmu9pSSoR--cNJYWxRT6X4juY04CaliKA%3D%3D' } } }
2023-08-03T12:44:32.917Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingRequest waiting for prerequest
2023-08-03T12:44:32.918Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingRequest Incoming request GET-http://localhost:3333/page_a matches known pre-request: { browserPreRequest: { requestId: '44280F01FE536CB98EC60D87D495C46C', method: 'GET', url: 'http://localhost:3333/page_a', headers: { Referer: 'http://localhost:3333/page_a', 'Upgrade-Insecure-Requests': '1', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' }, resourceType: 'other', originalResourceType: 'Document' }, timestamp: 1691066672915 }
2023-08-03T12:44:32.926Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse received response { browserPreRequest: { requestId: '44280F01FE536CB98EC60D87D495C46C' }, req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_a', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/page_a', 'accept-encoding': 'gzip', 'accept-language': 'en-GB', cookie: '__cypress.initial=true; _cypress_cookie_issue_reproduction_session=5AUZjbbRK0kgxMxAD%2Bg5qhvD4AG6mLoMBr1WpeLQ0VG2dtD5R%2BjbzwagOW8pBlQ4DNVY6Lzkw5bMM4jApjpDQm0Lvh3HXCqSuFCdAomyaPWR558rXfPQ0jsNJVFcxRhiYnZckwOBELZWrCJD4kj0OW3ldLIxlpIODcYis1zZct90%2B8UyI1b8sFBBxGOFlo0iePxyIG4NRH6V%2F2CTumT%2BpEVGrPFda7LSFbut%2BLpQaajjmpk90XqWSv5dtaLnrS%2Fw%2BvDkLrITvBJXO95Gxbp9jNMEClILyzbyNt9ECsZY5Qzv0ZGJCAD5tSZS43DgeXMWjfh6%2FdrwT2WLXf36%2FCt4Us3FZPrNj0%2BCLGAhFgk8jXIlZg%3D%3D--%2Fj%2FnQEZlmu9pSSoR--cNJYWxRT6X4juY04CaliKA%3D%3D' } }, incomingRes: { headers: { 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'x-download-options': 'noopen', 'x-permitted-cross-domain-policies': 'none', 'referrer-policy': 'strict-origin-when-cross-origin', 'content-type': 'text/html; charset=utf-8', etag: 'W/"88a032ea12244d6c34efb3d3798321bf"', 'cache-control': 'max-age=0, private, must-revalidate', 'set-cookie': [Array], 'x-request-id': '32e14301-5e0a-4465-b4f4-f56fdddd23a1', 'x-runtime': '0.002742', 'transfer-encoding': 'chunked' }, statusCode: 200 } }
2023-08-03T12:44:32.927Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse determine injection
2023-08-03T12:44:32.927Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse - full injection
2023-08-03T12:44:32.927Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse injection levels: { isInitial: true, wantsInjection: 'full', wantsSecurityRemoved: true }
2023-08-03T12:44:32.928Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse injecting into HTML
2023-08-03T12:44:32.928Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse ensuring resStream is plaintext
2023-08-03T12:44:32.929Z cypress-verbose:proxy:http GET http://localhost:3333/page_a IncomingResponse inferred charset from response { httpCharset: 'utf8' }
2023-08-03T12:44:32.986Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingRequest proxying request { req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_b', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '_cypress_cookie_issue_reproduction_session=Jav37OdBh36jh8YfuS5kf708Zj%2BfCtkIQsLui9znYKaCkDoy168J8gYCJWEcx%2BjVfb4kfwpxYYBrSQ%2BDOROzGnm88jseHCVXJxVhtQPfcBsyEcFxYByJk59HWIHebDPELvZeXrDJ5%2FVUzdr0nSrgyNi2pS21Ry2wwDNnInc9XjzzHCSGmCqfsQWReMIF823%2F2o6G2UEfoaHTV%2BkQy4y3dwVS--0Z40Fyx5zRXlJzYV--EyzR1i%2FBtco24x9xEYmwOg%3D%3D; __cypress.initial=true' } } }
2023-08-03T12:44:32.986Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingRequest waiting for prerequest
2023-08-03T12:44:32.986Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingRequest Incoming request GET-http://localhost:3333/page_b matches known pre-request: { browserPreRequest: { requestId: '76756803F4EE5680552F6C130BE36C1A', method: 'GET', url: 'http://localhost:3333/page_b', headers: { Referer: 'http://localhost:3333/__/', 'Upgrade-Insecure-Requests': '1', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' }, resourceType: 'other', originalResourceType: 'Document' }, timestamp: 1691066672983 }
2023-08-03T12:44:32.987Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingRequest ending request with buffered response
2023-08-03T12:44:32.987Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse received response { browserPreRequest: { requestId: '76756803F4EE5680552F6C130BE36C1A' }, req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_b', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/__/', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '_cypress_cookie_issue_reproduction_session=Jav37OdBh36jh8YfuS5kf708Zj%2BfCtkIQsLui9znYKaCkDoy168J8gYCJWEcx%2BjVfb4kfwpxYYBrSQ%2BDOROzGnm88jseHCVXJxVhtQPfcBsyEcFxYByJk59HWIHebDPELvZeXrDJ5%2FVUzdr0nSrgyNi2pS21Ry2wwDNnInc9XjzzHCSGmCqfsQWReMIF823%2F2o6G2UEfoaHTV%2BkQy4y3dwVS--0Z40Fyx5zRXlJzYV--EyzR1i%2FBtco24x9xEYmwOg%3D%3D; __cypress.initial=true' } }, incomingRes: { headers: { 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'x-download-options': 'noopen', 'x-permitted-cross-domain-policies': 'none', 'referrer-policy': 'strict-origin-when-cross-origin', 'content-type': 'text/html; charset=utf-8', etag: 'W/"b6e3b5707c23022f8c3480d79bed8500"', 'cache-control': 'max-age=0, private, must-revalidate', 'set-cookie': [Array], 'x-request-id': '669cc6f9-996e-4093-91a3-24cb285d47ee', 'x-runtime': '0.004320', 'transfer-encoding': 'chunked' }, statusCode: 200 } }
2023-08-03T12:44:32.988Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse determine injection
2023-08-03T12:44:32.988Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse - already has injection: full
2023-08-03T12:44:32.988Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse injection levels: { isInitial: true, wantsInjection: 'full', wantsSecurityRemoved: true }
2023-08-03T12:44:32.989Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse injecting into HTML
2023-08-03T12:44:32.989Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse ensuring resStream is plaintext
2023-08-03T12:44:32.990Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse inferred charset from response { httpCharset: 'utf8' }
2023-08-03T12:44:33.058Z cypress-verbose:proxy:http POST http://localhost:3333/set_the_flash IncomingRequest proxying request { req: { method: 'POST', proxiedUrl: 'http://localhost:3333/set_the_flash', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'content-length': '0', 'sec-ch-ua': '"Not;A=Brand";v="99", "Chromium";v="106"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', 'sec-ch-ua-platform': '"macOS"', accept: '*/*', origin: 'http://localhost:3333', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'http://localhost:3333/page_b', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '_cypress_cookie_issue_reproduction_session=Ok0UJjHwD%2F1nN3zmT%2FWuuTx%2FIaUaj7a1IOvICXZMI1aZnWLuH6fjS7PxnQjwmA0ayyGodDXpgqMkmHhTXh2%2FqERNQEBnPEeC3%2FKpmBewgcemrfwcgattB%2B4tB2bbocsg%2BmPXrJWotUFTnOy7g%2BfyB2ABo0kkLWBH0Hr5z2d6Ge4C3BpEJ0ePPJKp0WOtPG61cxdytmRe22WVYDKU2aUXGFGy--V%2FnyMbQa41gY4yzo--TfhLRJdxjVJad6v9dI00fg%3D%3D' } } }
2023-08-03T12:44:33.058Z cypress-verbose:proxy:http POST http://localhost:3333/set_the_flash IncomingRequest waiting for prerequest
2023-08-03T12:44:33.082Z cypress-verbose:proxy:http POST http://localhost:3333/set_the_flash IncomingResponse received response { browserPreRequest: { requestId: '60830.70' }, req: { method: 'POST', proxiedUrl: 'http://localhost:3333/set_the_flash', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'content-length': '0', 'sec-ch-ua': '"Not;A=Brand";v="99", "Chromium";v="106"', 'sec-ch-ua-mobile': '?0', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', 'sec-ch-ua-platform': '"macOS"', accept: '*/*', origin: 'http://localhost:3333', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'cors', 'sec-fetch-dest': 'empty', referer: 'http://localhost:3333/page_b', 'accept-encoding': 'gzip', 'accept-language': 'en-GB', cookie: '_cypress_cookie_issue_reproduction_session=Ok0UJjHwD%2F1nN3zmT%2FWuuTx%2FIaUaj7a1IOvICXZMI1aZnWLuH6fjS7PxnQjwmA0ayyGodDXpgqMkmHhTXh2%2FqERNQEBnPEeC3%2FKpmBewgcemrfwcgattB%2B4tB2bbocsg%2BmPXrJWotUFTnOy7g%2BfyB2ABo0kkLWBH0Hr5z2d6Ge4C3BpEJ0ePPJKp0WOtPG61cxdytmRe22WVYDKU2aUXGFGy--V%2FnyMbQa41gY4yzo--TfhLRJdxjVJad6v9dI00fg%3D%3D' } }, incomingRes: { headers: { 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'x-download-options': 'noopen', 'x-permitted-cross-domain-policies': 'none', 'referrer-policy': 'strict-origin-when-cross-origin', 'cache-control': 'no-cache', 'set-cookie': [Array], 'x-request-id': 'f06fbfb8-b735-49bc-ba50-44afff115a2e', 'x-runtime': '0.018025' }, statusCode: 204 } }
2023-08-03T12:44:33.083Z cypress-verbose:proxy:http POST http://localhost:3333/set_the_flash IncomingResponse determine injection
2023-08-03T12:44:33.083Z cypress-verbose:proxy:http POST http://localhost:3333/set_the_flash IncomingResponse - no injection (not html)
2023-08-03T12:44:33.083Z cypress-verbose:proxy:http POST http://localhost:3333/set_the_flash IncomingResponse injection levels: { isInitial: false, wantsInjection: false, wantsSecurityRemoved: false }
2023-08-03T12:44:33.099Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingRequest proxying request { req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_b', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'cache-control': 'max-age=0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/page_b', 'accept-encoding': 'gzip, deflate, br', 'accept-language': 'en-GB', cookie: '_cypress_cookie_issue_reproduction_session=J5vbu2e1TEKev3vrGIy17OwCaNnv0SIUI7pu9Ogsl6FMQywtPJzIJh24WbMAkR5eX12kHGqIMqJxYaj4xUi5rbC6V2xULxW9I0klVFODvVtrUJomE%2BQWQiBJvMvL5hlw%2FBzhkvSh3vH%2F6TyN9Ek0mZxzcZG28cr%2FLRs4WAHLMvhTRqKOm4QuTneYnTzbBeAP%2F0RNe5x2vhilnlKRgtcD48DPRk5cDVAspyOo769bUjnNjLYePoFEsRBDYsSOVUqiX3cfUQOvZe3GyhxmxLMEaDW%2FZd4wcamPG%2BnB33iYOW%2BpPgVgAcXuyTbin2f3GgppIqPqJq%2B%2FPZPkVqMqhzsXTVklgQeEYCIBzx9G%2BaHDk6mYe46LXaL2NIjixZVGBUnoAIj9s43j--Cs3FRMFGADI8DDwM--mrhJqmXHnpCm1LilspWdzQ%3D%3D; __cypress.initial=true' } } }
2023-08-03T12:44:33.099Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingRequest waiting for prerequest
2023-08-03T12:44:33.099Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingRequest Incoming request GET-http://localhost:3333/page_b matches known pre-request: { browserPreRequest: { requestId: '40BA848C49007C1293E4D73939BD755C', method: 'GET', url: 'http://localhost:3333/page_b', headers: { Referer: 'http://localhost:3333/page_b', 'Upgrade-Insecure-Requests': '1', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36' }, resourceType: 'other', originalResourceType: 'Document' }, timestamp: 1691066673096 }
2023-08-03T12:44:33.110Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse received response { browserPreRequest: { requestId: '40BA848C49007C1293E4D73939BD755C' }, req: { method: 'GET', proxiedUrl: 'http://localhost:3333/page_b', headers: { host: 'localhost:3333', 'proxy-connection': 'keep-alive', 'cache-control': 'max-age=0', 'upgrade-insecure-requests': '1', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/12.17.3 Chrome/106.0.5249.51 Electron/21.0.0 Safari/537.36', accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9', 'sec-fetch-site': 'same-origin', 'sec-fetch-mode': 'navigate', 'sec-fetch-dest': 'iframe', referer: 'http://localhost:3333/page_b', 'accept-encoding': 'gzip', 'accept-language': 'en-GB', cookie: '_cypress_cookie_issue_reproduction_session=J5vbu2e1TEKev3vrGIy17OwCaNnv0SIUI7pu9Ogsl6FMQywtPJzIJh24WbMAkR5eX12kHGqIMqJxYaj4xUi5rbC6V2xULxW9I0klVFODvVtrUJomE%2BQWQiBJvMvL5hlw%2FBzhkvSh3vH%2F6TyN9Ek0mZxzcZG28cr%2FLRs4WAHLMvhTRqKOm4QuTneYnTzbBeAP%2F0RNe5x2vhilnlKRgtcD48DPRk5cDVAspyOo769bUjnNjLYePoFEsRBDYsSOVUqiX3cfUQOvZe3GyhxmxLMEaDW%2FZd4wcamPG%2BnB33iYOW%2BpPgVgAcXuyTbin2f3GgppIqPqJq%2B%2FPZPkVqMqhzsXTVklgQeEYCIBzx9G%2BaHDk6mYe46LXaL2NIjixZVGBUnoAIj9s43j--Cs3FRMFGADI8DDwM--mrhJqmXHnpCm1LilspWdzQ%3D%3D; __cypress.initial=true' } }, incomingRes: { headers: { 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '0', 'x-content-type-options': 'nosniff', 'x-download-options': 'noopen', 'x-permitted-cross-domain-policies': 'none', 'referrer-policy': 'strict-origin-when-cross-origin', 'content-type': 'text/html; charset=utf-8', etag: 'W/"90c739af2a852b118e860c3fff334833"', 'cache-control': 'max-age=0, private, must-revalidate', 'set-cookie': [Array], 'x-request-id': 'bbf606a5-2297-48e5-9954-9c057fc5a70c', 'x-runtime': '0.004487', 'transfer-encoding': 'chunked' }, statusCode: 200 } }
2023-08-03T12:44:33.110Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse determine injection
2023-08-03T12:44:33.111Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse - full injection
2023-08-03T12:44:33.111Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse injection levels: { isInitial: true, wantsInjection: 'full', wantsSecurityRemoved: true }
2023-08-03T12:44:33.112Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse injecting into HTML
2023-08-03T12:44:33.112Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse ensuring resStream is plaintext
2023-08-03T12:44:33.112Z cypress-verbose:proxy:http GET http://localhost:3333/page_b IncomingResponse inferred charset from response { httpCharset: 'utf8' }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant