-
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
[Security Solution] Introducing PLI testing on AET Cypress tests for serverless #165254
[Security Solution] Introducing PLI testing on AET Cypress tests for serverless #165254
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
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.
Woohoo! 👍🏼
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
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.
That is awesome! 👏 👏
Thank you, Glo!
I left a nit comment.
|
||
Per the way we set the environment during the execution process on CI, the above configuration is going to be valid when the test is executed on headless mode. | ||
|
||
For test developing or test debugging purposes, you need to modify the configuration but without the changes in `x-pack/test/security_solution_cypress/serverless_config.ts` |
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.
... you need to modify the configuration but without the changes in
x-pack/test/security_solution_cypress/serverless_config.ts
This part is confusing to me. Should I update serverless_config.ts
or not? If not, which file do I need to update?
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.
Thanks for the comment @machadoum!! I wanted to say:
For test developing or test debugging purposes, you need to modify the configuration but without committing and pushing the changes in `x-pack/test/security_solution_cypress/serverless_config.ts`
Seems that I was tired and I didn't write the sentence properly. Can you please let me know if is clear now? Thanks!! :)
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.
It looks great. Thank you!
Summary
In this PR we are introducing PLI testing on AET cypress tests for serverless.