Skip to content

test(chrome-plugin): always run "headless" when testing + increase workers#3783

Merged
elijah-potter merged 32 commits into
masterfrom
chrome-test-speed
Jul 15, 2026
Merged

test(chrome-plugin): always run "headless" when testing + increase workers#3783
elijah-potter merged 32 commits into
masterfrom
chrome-test-speed

Conversation

@elijah-potter

@elijah-potter elijah-potter commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Description

While debugging a failing snapshot test in the Chrome plugin, I realized there are some simple things that can be done to make the testing experience in the Chrome plugin a tad better:

  1. Force it to always run headless on Linux. I'm sure there's a way to do this on other platforms, but this one is easy.
  2. Increase the number of workers are spawned per run. This change does not affect CI, only local platforms.
  3. Increased the number of repetitions of each test required to pass the suite.
  4. Decreased the number of retries allowed to pass the suite down to 0.
  5. Fixed a number of subtle bugs that were allowed to pass due to flaky tests.

How Has This Been Tested?

Manually.

AI Disclosure

  • I am a human and didn't use any AI.
  • I used LLM features of my editor, but not an agent.
  • I used an AI agent interactively.
  • I am an agent or I got an agent to do the work autonomously.

Checklist

  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have considered splitting this into smaller pull requests.

@elijah-potter
elijah-potter added this pull request to the merge queue Jul 15, 2026
Merged via the queue into master with commit 718ae49 Jul 15, 2026
13 checks passed
@elijah-potter
elijah-potter deleted the chrome-test-speed branch July 15, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant