kibana/x-pack/plugins/osquery/package.json
Kibana Machine 124f057fc5
[8.0] [Osquery] Add Osquery cypress tests to buildkite (#115902) (#120443)
* [Osquery] Add Osquery cypress tests to buildkite (#115902)

* hardcode agent version

Co-authored-by: Patryk Kopyciński <patryk.kopycinski@elastic.co>
Co-authored-by: Patryk Kopycinski <contact@patrykkopycinski.com>
2021-12-14 08:15:55 -07:00

14 lines
651 B
JSON

{
"author": "Elastic",
"name": "osquery",
"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/osquery_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/osquery_cypress/cli_config.ts",
"nyc": "../../../node_modules/.bin/nyc report --reporter=text-summary"
}
}