[Vega] add functional tests for Vega visualization#74097
Merged
alexwizp merged 16 commits intoelastic:masterfrom Aug 12, 2020
Merged
[Vega] add functional tests for Vega visualization#74097alexwizp merged 16 commits intoelastic:masterfrom
alexwizp merged 16 commits intoelastic:masterfrom
Conversation
Contributor
Author
|
@elasticmachine merge upstream |
dmlemeshko
reviewed
Aug 6, 2020
# Conflicts: # test/functional/apps/visualize/_vega_chart.ts
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
|
Pinging @elastic/kibana-app (Team:KibanaApp) |
stratoula
reviewed
Aug 10, 2020
dmlemeshko
reviewed
Aug 10, 2020
Contributor
|
I got 2/30 failures with https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/767/ @alexwizp please check how it can be improved |
Contributor
Author
|
@elasticmachine merge upstream |
dmlemeshko
approved these changes
Aug 12, 2020
Contributor
dmlemeshko
left a comment
There was a problem hiding this comment.
Code LGTM.
Flaky test runner 40/40 https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/773/
stratoula
approved these changes
Aug 12, 2020
Contributor
stratoula
left a comment
There was a problem hiding this comment.
LGTM, very happy for this PR 🎉
alexwizp
added a commit
to alexwizp/kibana
that referenced
this pull request
Aug 12, 2020
* [Vega] [Inspector] add functional tests for Request tab * add some tests for Vega Debug tab * add clipboard permissions for webdriver * add smoke tests for data grid * fix CI * add some tests for vega expression funcitons * change order * Update _vega_chart.ts * Rename dagta_grid.ts to data_grid.ts * Update index.ts * Update data_grid.ts * stabilize tests Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
20 tasks
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Aug 12, 2020
* master: [Vega] add functional tests for Vega visualization (elastic#74097) [ML] Removing full lodash library imports (elastic#74742) [Search] Server strategy example (elastic#71679) [Reporting] Fix and test for Listing of Reports (elastic#74453) [maps] fix drawing shapes (elastic#74689) [Resolver] Improve simulator. Add more click-through tests and panel tests. (elastic#74601) Deprecate schema-less specs in Vega (elastic#73805) [Security Solution] Rename Administration > Hosts subtab to Endpoints (elastic#74287) Timelion deprecation doc (elastic#74508)
alexwizp
added a commit
that referenced
this pull request
Aug 12, 2020
* [Vega] [Inspector] add functional tests for Request tab * add some tests for Vega Debug tab * add clipboard permissions for webdriver * add smoke tests for data grid * fix CI * add some tests for vega expression funcitons * change order * Update _vega_chart.ts * Rename dagta_grid.ts to data_grid.ts * Update index.ts * Update data_grid.ts * stabilize tests Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Contributor
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.

Part of #21721
Summary
Add function tests for:
Checklist
Delete any items that are not applicable to this PR.
For maintainers