kibana/test/functional
Matthew Kime cccf15a3f4
Index pattern field class refactor (#73180)
- Better distinction and relationship between IndexPatternField and its spec
- IndexPatternField class is no longer defined via object mutation
- Reduction of dependencies
- UI code moved into Index Pattern class (will be removed in next ticket)
- IndexPattern field list was previously composed of IndexPatternFields or specs, now only IndexPatternFields
- IndexPattern field list was previously redefined when loading fields, now only its contents are replaced.
2020-08-10 07:35:12 -05:00
..
apps Index pattern field class refactor (#73180) 2020-08-10 07:35:12 -05:00
fixtures/es_archiver [Discover] Improve histogram tests (#72235) 2020-07-21 07:09:25 +02:00
page_objects [Discover] Improve saveSearch functional test handling (#73626) 2020-07-31 06:52:36 +02:00
screenshots Convert functional vega tests to ts and unskip tests (#72238) 2020-07-27 10:45:23 +02:00
services Improve state sync error handling (#74264) 2020-08-06 15:34:32 +02:00
config.coverage.js apply prettier styles 2020-05-22 09:08:58 +02:00
config.edge.js apply prettier styles 2020-05-22 09:08:58 +02:00
config.firefox.js apply prettier styles 2020-05-22 09:08:58 +02:00
config.js [ftr] add support for docker servers (#68173) 2020-06-18 15:24:16 -07:00
ftr_provider_context.d.ts
README.md

Kibana Functional Testing

See our Functional Testing Guide