[docs] remove outdated note on how to run x-pack functional tests (#143093)

This commit is contained in:
Thomas Watson 2022-10-11 17:23:47 +02:00 committed by GitHub
parent 77742577a1
commit a2f2bc5aaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,14 +67,6 @@ export TEST_ES_PASS=<password>
node scripts/functional_test_runner
----------
** If you are running x-pack functional tests, start server and runner from {blob}xpack[x-pack] folder:
+
["source", "shell"]
----------
node scripts/functional_tests_server.js
node ../scripts/functional_test_runner.js
----------
** Selenium tests are run in headless mode on CI. Locally the same tests will be executed in a real browser. You can activate headless mode by setting the environment variable:
+
["source", "shell"]