We are using Drone to run Cypress on EKS. Cypress returns an url for its results output. Right now, with CodeBuild we can access the logs and find that url in the logs to pass back to the user.
How can we do that wih Drone running in EKS(k8s)?
The idea is that the Drone script would read the logs for the run and wait until the Cypress url was available, then return the cypress url as an output.