Mehdi Sharifi

Results 9 comments of Mehdi Sharifi

@fuatakgun it would be really nice if you have any updates for this. thanks!

1. Dotenv does not work with Jenkins, so I need to maintain two different set of env variables (one for dotenv and one in Jenkinsfile) 2. I have to use...

@pavelfeldman I can assure you that the 89 people who supported this are very well aware of dotenv. Dotenv doesn’t solve the issue as mentioned when asked by you. Almost...

Yeah, dotenv definitely has its place. However, for a testing tool and complete environment it is simply not adequate. There is a reason that Cypress, the most popular testing tool...

@pavelfeldman that is not true. Cypress can use OS environment variables. A quick Google search would make that obvious. From what you have explained it is clear that Playwright team...

@jwohlfahrt actually others fully understand the issue. there is like 100 likes on the original request, making it a popular request. Unfortunately, the guy who is handling this issue, doesn't...

> npx playwright test -g "tag1^|tag2" This clearly doesn't work on Windows and many people have already mentioned this, however, it is still being replied as answer to multiple threads....

> For those looking for a workaround in the meantime, switching to body type 'Form URL Encoded' and adding the same params with variables there worked for me. This doesn't...

@helloanoop your suggested solution is perfect. Any idea when are you going to deliver it?