How to download SSL certs from kubernetes pod with cypress testsThere are few automation tests needed to have the ssl certs configured for authentication. when you run the tests on pipeline, certs are…Mar 26Mar 26
Import secrets from Kuberneteswhat if you need to run your test automation using the secrets used in the project but it is only available in the kubernetes clusters on…Nov 16, 20231Nov 16, 20231
Cypress API request with aws4 signatureI searched everywhere in the internet for how to make an API request using cypress with AWS version 4 signature authorisation but no luck…Nov 7, 20231Nov 7, 20231
How to import environment variable from AWS secrets manager & use it for Cypress test automationI worked in a project for end to end automation where the application deployed on aws cloud so some of the details like auth_realm…Oct 9, 20231Oct 9, 20231
How to grep logs from Kubernetes pods using Cypress TAFHave you ever needed to connect to Kube pods from your automation tests to extract log messages and use it in the tests ? then this story…Oct 6, 2023Oct 6, 2023
Intercepting specific XHR request when there are more than one request with the same URLThis story is about using network wait in end to end automation tests.Oct 5, 2023Oct 5, 2023
How to configure SSL certs for automation test with Cypress.ioAs you know there are many ways to authenticate to APIs, One of the ways to authenticate to the API request is SSL certificates.Oct 4, 2023Oct 4, 2023
Reduce your test automation execution time by login to your app using aws amplify & Cypress.ioIs your application hosted on AWS cloud & are you responsible for test automation of your application ? then this story is for you !!Oct 3, 2023Oct 3, 2023
How to download and parse pdf file in cypress test automationThere are scenarios where we need to download the pdf documents in our automation tests and also make sure downloaded file has the expected…Oct 1, 2023Oct 1, 2023