-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ftr] use typed chromeOptions object, adding TEST_BROWSER_BINARY_PATH #71279
[ftr] use typed chromeOptions object, adding TEST_BROWSER_BINARY_PATH #71279
Conversation
This is really important for Developers using Windows but working out of the WSL2 Linux subsystem. I would be able to set TEST_BROWSER_BINARY_PATH to Without this solution, I need to have a separate installation of Chromium for the Linux subsystem. |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / kibana-xpack-agent / Kibana Embedded in iframe with X-Pack Security.x-pack/test/functional_embedded/tests/iframe_embedded·ts.Kibana embedded in iframe should open Kibana for logged-in userStandard Out
Stack Trace
Build metrics
History
To update your PR or re-run it, just comment with: |
…elastic#71279) Co-authored-by: Elastic Machine <[email protected]>
…elastic#71279) Co-authored-by: Elastic Machine <[email protected]> # Conflicts: # test/functional/services/remote/webdriver.ts
…#71279) (#71324) Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
…Y_PATH (#71279) (#71326) * [ftr] use typed chromeOptions object, adding TEST_BROWSER_BINARY_PATH (#71279) Co-authored-by: Elastic Machine <[email protected]> # Conflicts: # test/functional/services/remote/webdriver.ts * revert some changes in webdriver.ts
…11y-overlay * 'master' of github.com:elastic/kibana: (33 commits) address index templates feedback (elastic#71353) Upgrade EUI to v26.3.1 (elastic#70243) [build] Creates Linux aarch64 archive (elastic#69165) [SIEM][Detection Engine] Fixes skipped tests (elastic#71347) [SIEM][Detection Engine][Lists] Adds read_privileges route for lists and list items [kbn/optimizer] implement "requiredBundles" property of KP plugins (elastic#70911) [Security Solution][Exceptions] - Exceptions modal pt 2 (elastic#70886) [ML] DF Analytics: stop status polling when job stopped (elastic#71159) [SIEM][CASE] IBM Resilient Connector (elastic#66385) jenkins_xpack_saved_objects_field_metrics.sh expects to be run from the KIBANA_DIR in CI Deduplication of entries and items before sending to endpoint (elastic#71297) [services/remote/webdriver] fix eslint error (elastic#71346) send slack notifications on visual baseline failures fix visual regression job (elastic#70999) [Ingest Manager] Add schema to usageCollector. (elastic#71219) [ftr] use typed chromeOptions object, adding TEST_BROWSER_BINARY_PATH (elastic#71279) [Ingest Manager] Fix limited packages incorrect response (elastic#71292) Support multiple features declaring same properties (elastic#71106) [Security_Solution][Resolver]Add beta badge to Resolver panel (elastic#71183) [DOCS] Clarify trial subscription levels (elastic#70636) ...
Webdriver.chrome.Options
to set capabilities for a new session