mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [Fleet] cypress setup (#113106) * added cypress setup for fleet * updated readme * fixed types * fix unused * starting up fleet server in cypress * added more fleet tests * added package update test * updated readme * trying jenkins run * trying jenkins run * trying jenkins run * fix types, cypress config * example of mocked requests * added getBySel * fix test after refactor * removed duplication * fix tests * added to buildkite * updated tests * starting agent with docker * trying to fix ip address * ifconfig * ip address * ip address * ip address * type fix * remove extra logging * fixed test * fix buildkite * cleanup * cleanup * using docker for fleet_server * fix * fix * trying to fix * update config * test * test * test * test * revert changes * test * test * static ip on linux * docker version * try again * fixed review comments * fixed types Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com> * using 8.0.0 docker image for backport Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com> Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com> Co-authored-by: Julia Bardi <julia.bardi@elastic.co>
13 lines
569 B
JSON
13 lines
569 B
JSON
{
|
|
"author": "Elastic",
|
|
"name": "fleet",
|
|
"version": "8.0.0",
|
|
"private": true,
|
|
"license": "Elastic-License",
|
|
"scripts": {
|
|
"cypress:open": "../../../node_modules/.bin/cypress open --config-file ./cypress/cypress.json",
|
|
"cypress:open-as-ci": "node ../../../scripts/functional_tests --config ../../test/fleet_cypress/visual_config.ts",
|
|
"cypress:run": "../../../node_modules/.bin/cypress run --config-file ./cypress/cypress.json",
|
|
"cypress:run-as-ci": "node ../../../scripts/functional_tests --config ../../test/fleet_cypress/cli_config.ts"
|
|
}
|
|
}
|