Hey guys :wave: I'm trying to use playwright to ru...
# general
b
Hey guys 👋 I'm trying to use playwright to run my end to end tests. To install playwright their docs instruct to run
pip install playwright
and then run
playwright install
. I've been trying to use the
experimental_run_shell_command
to run the
playwright install
part but pants runs this before installing the pip dependencies. Can this be done using
experimental_run_shell_command
or should i be using something else?
c
Hi! I think something else. The
experimental_shell_command
does not interact with your pyenv for testing..
not sure what/how, though…
🤔 1