-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Serverless e2e tests #161931
Comments
Pinging @elastic/apm-ui (Team:APM) |
We also need to update the Testing doc with steps on how to run E2E and API Tests for Serverless |
@smith should we reconsider the overall strategy around testing ui for serverless? i think we really need to consider both functional and performance ongoing... |
@chrisdistasio what do you have in mind? @andrewvc has looked at this some, he might have an opinion. |
@smith @chrisdistasio @andrewvc could one of you provide a small summary here on where the automated e2e testing stands? I'm interested in educating myself in previous efforts and defining together what should be in place for GA. |
@simitt The serverless e2e live in https://github.com/elastic/kibana/tree/main/x-pack/test_serverless. The observability tests are there under https://github.com/elastic/kibana/tree/main/x-pack/test_serverless/functional/test_suites/observability. I think tests in this directory run only for serverless, while the much larger suite of e2e tests is in /x-pack/test. |
@smith @kpatticha is this effort done and can this be completed or is there more work left? |
In this PR #160674 we added a basic setup to start running Cypress on serverless environment.
The goal of this ticket is to start adding APM e2e test to cover the following
Tasks
As part of this task we need to restructure the folder https://github.com/kpatticha/kibana/tree/395dc32ab4ed1faa0cb043424658b0115e09cb3e/x-pack/test_serverless/functional/test_suites/observability
The text was updated successfully, but these errors were encountered: