Error in running Kibana 8.10.4 functional test

Hi, I am getting an error about (KbnI18n) while running the test, please help me


Hi @mzm1370 ,

If you check Kibana server logs, you might find an error that explains the failure.
kibanaChrome is a header attribute and if header is not displayed in the browser, most likely your Kibana instance is not running properly.

If you run server from the source code, make sure to bootstrap & build plugins before running tests:

node scripts/kbn bootstrap
node scripts/build_kibana_platform_plugins.js

Best, Dima

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.