mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [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>
14 lines
651 B
JSON
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"
|
|
}
|
|
}
|