-
-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Description
When running tests in Firefox that rely on focus being present in the browser, running at a concurrency above 1 can create a situation wherein the browser/tab of the test is not currently in focus and the assertions therein will fail (rather flakily, too).
Thinking through possible approaches to the situation:
- Create concurrency settings by that apply by the browser rather than by an entire test run.
- Set/document a practice to separate focus relevant tests from other tests and run in multiple passes.
- Is it possible the
headless: true
isn't really "headless" for that launcher? I also triedlaunchOptions.args = ['-headless']
to similar effect. - It looks like by default the launcher uses Nightly, it's possible that it's too far ahead of the build right now?
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels