Skip to content

fix(test): update task runner e2e snapshots for npm output format changes#7

Draft
Copilot wants to merge 4 commits into
mainfrom
copilot/fix-runners-not-working
Draft

fix(test): update task runner e2e snapshots for npm output format changes#7
Copilot wants to merge 4 commits into
mainfrom
copilot/fix-runners-not-working

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 30, 2026

npm output format changed, removing blank lines between task execution outputs. Task runner e2e tests were failing on snapshot mismatches.

Changes

  • Updated snapshots in 7 e2e test files to reflect current npm output format:
    • include-dependencies-with-target-config
    • include-dependencies-with-target-config-in-package-json
    • incompatible-options and incompatible-options-without-nx-json
    • multiple-targets, task-runner, with-nx-config

Example of format change:

  > package-X@0.0.0 print-name
  > echo test-package-X
- 
  test-package-X
- 
- > package-X:print-name
- 
- 
  > package-X@0.0.0 print-name
  > echo test-package-X

Note

Tests with parallel execution (incompatible-options family) remain susceptible to flakiness from non-deterministic output ordering.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cloud.nx.app
    • Triggering command: /usr/local/bin/node node ./bin/post-install (dns block)
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/lerna/lerna/node_modules/.bin/nx prepare-for-e2e e2e-run-task-REDACTED --no-cloud (dns block)
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/lerna/lerna/node_modules/.bin/nx build lerna --no-dte --no-cloud (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Reference: https://github.com/Jabidahs-Creations-Systems/lerna/actions/runs/21503677742/job/61955294150

runners are not working fix


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits January 30, 2026 04:01
Co-authored-by: jarlungoodoo73 <201750283+jarlungoodoo73@users.noreply.github.com>
… changes

Co-authored-by: jarlungoodoo73 <201750283+jarlungoodoo73@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with non-functioning runners fix(test): update task runner e2e snapshots for npm output format changes Jan 30, 2026
Copilot AI requested a review from jarlungoodoo73 January 30, 2026 04:31
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.

2 participants