kibana/x-pack/plugins/lens
2020-06-26 16:33:09 +02:00
..
common Switch to core application service (#63443) 2020-05-13 09:19:24 +02:00
public [Lens] Last used Index pattern is saved to and retrieved from local storage (#69511) 2020-06-26 16:33:09 +02:00
server [Lens] Add description property and check duplicate title on save (#68219) 2020-06-10 18:28:00 +02:00
config.ts Move Lens frontend to Kibana Platform (#62965) 2020-04-15 12:22:37 +02:00
kibana.json [kbn/optimizer] share all plugin bundles (#68986) 2020-06-15 22:15:31 -07:00
readme.md Register privileges in Kibana Platform Security plugin and remove legacy getUser API. (#65472) 2020-06-05 08:11:58 +02:00

Lens

Testing

Run all tests from the x-pack root directory

  • Unit tests: node scripts/jest --watch lens
  • Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="lens app"
    • You may want to comment out all imports except for Lens in the config file.
  • API Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/api_integration/config.ts --grep=Lens