Replies: 1 comment
-
For one case I don't think it is needed. But I agree that commenting out the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I thought about adding a
.env
(a.k.adotenv
) file to the project. It could be very useful when we want to provide user-specific preference .for example: if I want to open the browser when a test runs, I should comment the
--headless=new
arg infixtures.js
, but I need to uncomment it before I create a pull request so it won't affect any other developer's configuration.I'd like to hear your thoughts about it.
Beta Was this translation helpful? Give feedback.
All reactions