kibana/x-pack/plugins/lens
2020-07-16 11:34:22 -04:00
..
common
public [Lens] Unskip Lens smokescreen test (#71986) 2020-07-16 11:34:22 -04:00
server [Lens] Fix cross cluster bug and optimize existence query (#70132) 2020-06-29 13:47:08 -04:00
config.ts
kibana.json [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07: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.ts --grep=Lens