mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[EDR Workflows] Osquery Package Policy test fix (#171305)
This commit is contained in:
parent
27bc658fd0
commit
1ecb6ba073
2 changed files with 2 additions and 1 deletions
|
@ -224,6 +224,7 @@ describe('ALL - Packs', { tags: ['@ess', '@serverless'] }, () => {
|
|||
cy.getBySel('createAgentPolicyNameField').type(agentPolicy);
|
||||
cy.getBySel('createAgentPolicyFlyoutBtn').click();
|
||||
cy.contains(`Agent policy '${agentPolicy}' created`).click();
|
||||
closeToastIfVisible();
|
||||
cy.contains(agentPolicy).click();
|
||||
cy.contains('Add integration').click();
|
||||
cy.getBySel('epmList.searchBar').type('osquery');
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"cypress:run": "yarn cypress run",
|
||||
"cypress:serverless": "NODE_OPTIONS=--openssl-legacy-provider node ../security_solution/scripts/start_cypress_parallel --config-file ../osquery/cypress/serverless_cypress.config.ts --ftr-config-file ../../../x-pack/test/osquery_cypress/serverless_cli_config",
|
||||
"cypress:serverless:open": "yarn cypress:serverless open",
|
||||
"cypress:serverless:run": "yarn cypress:serverless run",
|
||||
"cypress:serverless:run": "yarn cypress:serverless run --spec ./cypress/e2e/all/packs_integration.cy.ts",
|
||||
"nyc": "../../../node_modules/.bin/nyc report --reporter=text-summary",
|
||||
"junit:merge": "../../../node_modules/.bin/mochawesome-merge ../../../target/kibana-osquery/cypress/results/mochawesome*.json > ../../../target/kibana-osquery/cypress/results/output.json && ../../../node_modules/.bin/marge ../../../target/kibana-osquery/cypress/results/output.json --reportDir ../../../target/kibana-osquery/cypress/results && yarn junit:transform && mkdir -p ../../../target/junit && cp ../../../target/kibana-osquery/cypress/results/*.xml ../../../target/junit/",
|
||||
"junit:transform": "node ../security_solution/scripts/junit_transformer --pathPattern '../../../target/kibana-osquery/cypress/results/*.xml' --rootDirectory ../../../ --reportName 'Osquery Cypress' --writeInPlace",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue