Skip to content

Avoid npx for Playwright dependencies #4437

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

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

code-asher
Copy link
Member

@code-asher code-asher commented Nov 3, 2021

It was causing version mismatch errors.

It might make more sense to have this in the postinstall but for now I
have foregone that as it would be installed in every step including
those that do not run e2e tests.

@code-asher code-asher requested a review from a team as a code owner November 3, 2021 19:09
@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #4437 (2614d86) into main (0cbf1ca) will not change coverage.
The diff coverage is n/a.

❗ Current head 2614d86 differs from pull request most recent head 457299a. Consider uploading reports for the commit 457299a to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4437   +/-   ##
=======================================
  Coverage   66.29%   66.29%           
=======================================
  Files          31       31           
  Lines        1620     1620           
  Branches      316      316           
=======================================
  Hits         1074     1074           
  Misses        468      468           
  Partials       78       78           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cbf1ca...457299a. Read the comment docs.

@code-asher code-asher force-pushed the playwright-install branch 2 times, most recently from 211f8f5 to 944f490 Compare November 3, 2021 20:17
@code-asher code-asher changed the title Use install instead of install-deps with Playwright Install Playwright dependencies as part of postinstall Nov 3, 2021
It was causing version mismatch errors.

It might make more sense to have this in the postinstall but for now I
have foregone that as it would be installed in every step including
those that do not run e2e tests.
@code-asher code-asher changed the title Install Playwright dependencies as part of postinstall Avoid npx for Playwright dependencies Nov 3, 2021
@code-asher code-asher merged commit dcc9cf3 into coder:main Nov 3, 2021
@code-asher code-asher deleted the playwright-install branch November 3, 2021 21:17
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.

3 participants