-
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
[Automatic Import] Add serverless availability cypress test #202872
Conversation
Pinging @elastic/security-scalability (Team:Security-Scalability) |
d158eee
to
ac70605
Compare
ccecae0
to
291ba26
Compare
.buildkite/pipelines/pull_request/security_solution/automatic_import.yml
Show resolved
Hide resolved
x-pack/test/security_solution_cypress/cypress/e2e/automatic_import/feature_essentials.cy.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not quite sure if Cypress is the best place to test that exact behaviour.
I have seen some other security solution ai_assistant tests in cypress. Thought that might be the case for us too |
💚 Build Succeeded
Metrics [docs]
History
cc @bhapas |
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…02872) (#203207) # Backport This will backport the following commits from `main` to `8.x`: - [[Automatic Import] Add serverless availability cypress test (#202872)](#202872) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Bharat Pasupula","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-05T20:25:07Z","message":"[Automatic Import] Add serverless availability cypress test (#202872)","sha":"5145d76fb1159b7a574eafaacbcf57e51cf00273","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["test","release_note:skip","v9.0.0","backport:prev-minor","Team:Security-Scalability","Feature:AutomaticImport"],"number":202872,"url":"https://github.com/elastic/kibana/pull/202872","mergeCommit":{"message":"[Automatic Import] Add serverless availability cypress test (#202872)","sha":"5145d76fb1159b7a574eafaacbcf57e51cf00273"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202872","number":202872,"mergeCommit":{"message":"[Automatic Import] Add serverless availability cypress test (#202872)","sha":"5145d76fb1159b7a574eafaacbcf57e51cf00273"}}]}] BACKPORT-->
Summary
Closes #200735
This PR creates cypress tests to test the availability of
Automatic Import
forSecurity Essentials
tier of Serverless project.