[Cloud Posture] test latest findings table sort#144668
Merged
orouz merged 18 commits intoelastic:mainfrom Nov 28, 2022
Merged
Conversation
edcd16d to
050396d
Compare
8 tasks
orouz
commented
Nov 8, 2022
x-pack/test/cloud_security_posture_functional/page_objects/findings_page.ts
Outdated
Show resolved
Hide resolved
orouz
commented
Nov 8, 2022
x-pack/test/cloud_security_posture_functional/page_objects/findings_page.ts
Outdated
Show resolved
Hide resolved
orouz
commented
Nov 8, 2022
x-pack/test/cloud_security_posture_functional/page_objects/findings_page.ts
Outdated
Show resolved
Hide resolved
orouz
commented
Nov 8, 2022
x-pack/test/cloud_security_posture_functional/page_objects/findings_page.ts
Outdated
Show resolved
Hide resolved
87bcfdb to
171de48
Compare
b69ac9c to
6734388
Compare
3b2f220 to
4478b07
Compare
4478b07 to
8db0b0f
Compare
orouz
commented
Nov 14, 2022
x-pack/plugins/cloud_security_posture/server/routes/status/status.ts
Outdated
Show resolved
Hide resolved
Contributor
|
Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security Posture) |
jbudz
approved these changes
Nov 14, 2022
kfirpeled
requested changes
Nov 20, 2022
Contributor
There was a problem hiding this comment.
For some reason it didn't worked for me locally, from the view of it, it doesn't change the current page size from 25 to 10
This could be due to that we save in localstorage the user preference - I would recommend that part of your tests you'll always set the page size to be 10. Because you are relaying on this step on your pagination tests.
x-pack/plugins/cloud_security_posture/server/routes/status/status.ts
Outdated
Show resolved
Hide resolved
x-pack/test/cloud_security_posture_functional/page_objects/findings_page.ts
Outdated
Show resolved
Hide resolved
CohenIdo
reviewed
Nov 20, 2022
x-pack/test/cloud_security_posture_functional/pages/findings.ts
Outdated
Show resolved
Hide resolved
kfirpeled
reviewed
Nov 22, 2022
x-pack/test/cloud_security_posture_functional/page_objects/findings_page.ts
Outdated
Show resolved
Hide resolved
orouz
commented
Nov 22, 2022
x-pack/test/cloud_security_posture_functional/page_objects/findings_page.ts
Outdated
Show resolved
Hide resolved
kfirpeled
approved these changes
Nov 24, 2022
💚 Build Succeeded
Metrics [docs]Async chunks
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
jloleysens
added a commit
to jloleysens/kibana
that referenced
this pull request
Nov 28, 2022
* main: (30 commits) [Cloud Posture] test latest findings table sort (elastic#144668) [api-docs] 2022-11-28 Daily api_docs build (elastic#146359) [api-docs] 2022-11-27 Daily api_docs build (elastic#146353) [api-docs] 2022-11-26 Daily api_docs build (elastic#146350) [DataViews] Fix form validation UX when the same data view name already exists (elastic#146126) [Discover] Prevent agg based visualizations of Discover saved objects with adhoc data views (elastic#145583) [Health Gateway] Update response aggregation (elastic#145761) [api-docs] 2022-11-25 Daily api_docs build (elastic#146341) [Metric threshold rule] Adds new context variable for group by keys (elastic#145654) [Controls] [Portable Dashboards] Add control group renderer example plugin (elastic#146189) Refactor Observability Overview Page (elastic#146182) Send complete test data to xMatters, so it can create an alert (elastic#145431) [Dashboard] [Controls] Allow options list suggestions to be sorted (elastic#144867) Add open API specification for list connector types (elastic#145951) skip flaky suite (elastic#146086) [ML] Removing duplicate tooltip text (elastic#146308) Refactor Rules Page (elastic#146193) [DOCS] Alert limit for cases (elastic#145950) Extend session index fields mapping with a session creation timestamp. (elastic#145997) [Files] Move <Image /> component to `@kbn/shared-ux` package (elastic#145995) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
this PR incudes initial setup and tests for cloud-posture's functional tests (for Findings)
it takes about
1.5minutes to run in total. (includinges/kibana, actual test run in about25s)a follow-up PR will include details on how to run/add FTR tests in our README file.
local testing:
development
yarn test:ftr:server --config x-pack/test/cloud_security_posture_functional/config.ts --debugyarn test:ftr:runner --config x-pack/test/cloud_security_posture_functional/config.tsCI
node scripts/functional_tests.js --config x-pack/test/cloud_security_posture_functional/config.ts