Skip to content

[test-runner] Advanced Concurrency Settings #238

@Westbrook

Description

@Westbrook

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 tried launchOptions.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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions