kibana/x-pack/plugins/lens
2020-05-19 11:14:26 +02:00
..
common Switch to core application service (#63443) 2020-05-13 09:19:24 +02:00
public [Lens] Fix datatable empty state (#66744) 2020-05-19 11:14:26 +02:00
server Switch to core application service (#63443) 2020-05-13 09:19:24 +02:00
config.ts
kibana.json Lens drilldowns (#65675) 2020-05-15 12:01:27 +02:00
readme.md

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.js --grep=Lens