Skip to content

Commit

Permalink
[Security Solution] Adds missing configuration to the cypress tests (e…
Browse files Browse the repository at this point in the history
…lastic#199959)

## Summary

Adds missing configuration to the cypress tests.
  • Loading branch information
MadameSheema authored and CAWilson94 committed Nov 18, 2024
1 parent 1b98506 commit afa0a2d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import { defineCypressConfig } from '@kbn/cypress-config';
import { esArchiver } from './support/es_archiver';
import { samlAuthentication } from './support/saml_auth';
import { esClient } from './support/es_client';

// eslint-disable-next-line import/no-default-export
export default defineCypressConfig({
Expand Down Expand Up @@ -56,6 +57,7 @@ export default defineCypressConfig({
return launchOptions;
});
samlAuthentication(on, config);
esClient(on, config);
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
// eslint-disable-next-line @typescript-eslint/no-var-requires
require('@cypress/grep/src/plugin')(config);
Expand Down

0 comments on commit afa0a2d

Please sign in to comment.