kibana/x-pack/plugins/lens
2020-05-01 12:57:29 +02:00
..
common
public load lens app lazily (#64769) 2020-05-01 12:57:29 +02:00
server fix: fix migration (#64894) 2020-04-30 14:08:30 -04:00
config.ts Move Lens frontend to Kibana Platform (#62965) 2020-04-15 12:22:37 +02:00
kibana.json Move Lens frontend to Kibana Platform (#62965) 2020-04-15 12:22:37 +02:00
readme.md Move Lens frontend to Kibana Platform (#62965) 2020-04-15 12:22:37 +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.js --grep=Lens