GithubHelp home page GithubHelp logo

Comments (4)

taylorfsteele avatar taylorfsteele commented on August 15, 2024 5

@citypaul @anthonyshew Just ran into this and was able to fix this pretty quickly thanks to your posts here. For anyone else, all I had to do was add the PLAYWRIGHT_BROWSERS_PATH to the env of the task, just like @anthonyshew said.

    "test:playwright": {
      "dependsOn": ["build"],
      "env": ["PLAYWRIGHT_BROWSERS_PATH"]
    }

Thank you!!

from turbo.

anthonyshew avatar anthonyshew commented on August 15, 2024 4

Quick note: globalEnv will cause cache misses for all tasks when PLAYWRIGHT_BROWSERS_PATH changes. You might want to use the task's env or passThroughEnv instead.

Additional context: There's a Playwright doc that still needs to be written that will include this information. Thanks for putting the fix you found into the open for now. 🙌

from turbo.

citypaul avatar citypaul commented on August 15, 2024 1

@anthonyshew ah, thanks for that, I'll update my own setup accordingly :)

from turbo.

AlecRust avatar AlecRust commented on August 15, 2024

There's a Playwright doc that still needs to be written that will include this information

Any word on when this will be released.?

from turbo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.