-
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
[Cases] Serverless tests covering basic functionality #164552
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
Comments
adcoelho
added
technical debt
Improvement of the software architecture and operational architecture
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Feature:Cases
Cases feature
labels
Aug 23, 2023
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/response-ops-cases (Feature:Cases) |
1 task
This was referenced Aug 24, 2023
js-jankisalvi
added a commit
that referenced
this issue
Aug 25, 2023
## Summary Serverless test for list view #164552 ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <[email protected]>
js-jankisalvi
added a commit
that referenced
this issue
Aug 25, 2023
## Summary Serverless test for configure cases #164552 ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
adcoelho
added a commit
that referenced
this issue
Aug 25, 2023
Connected with #164552 ## Summary This PR creates a serverless version of the tests currently in `x-pack/test/functional_with_es_ssl/apps/cases/group1/create_case_form.ts`. --------- Co-authored-by: kibanamachine <[email protected]>
adcoelho
added a commit
that referenced
this issue
Sep 7, 2023
Connected with #164552 ## Summary This PR creates a serverless version of the tests currently in `x-pack/test/functional_with_es_ssl/apps/cases/group1/view_case.ts`. --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Janki Salvi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
Summary
We need to improve the test coverage of basic cases features in serverless.
Some of the existing e2e tests for Cases should be duplicated/reproduced in the Serverless Security and Serverless Observability test environments.
Tests to add
x-pack/test/functional_with_es_ssl/apps/cases/group1/view_case.ts
[Cases] Serverless tests for Cases detail view #164827
x-pack/test/functional_with_es_ssl/apps/cases/group1/create_case_form.ts
[Cases] Create case form tests in serverless. #164837
x-pack/test/functional_with_es_ssl/apps/cases/group1/deletion.ts
all about users and roles, we need to rethink it for serverlessx-pack/test/functional_with_es_ssl/apps/cases/group2/list_view.ts
[Cases] Added serverless functional tests for list view #164604
x-pack/test/functional_with_es_ssl/apps/cases/group2/configure.ts
[Cases] Serverless functional tests for configure cases #164805
x-pack/test/functional_with_es_ssl/apps/cases/group2/upgrade.ts
? this is about cases migration, need to verify if it is needed in serverlessMissing
While migrating the tests above we might have encountered some issues preventing us from fully implementing every test for serverless. The list of issues below is what we came across:
The text was updated successfully, but these errors were encountered: