CR char are transformed into spaces
I created a .ini file under windows and by default my editor add CRLF at the end of each line.
It introduce white spaces in my env var as displayed into Cypress :
I then converted my file with CRLF to only LF and it works in cypress.
Here is an example of file (to rename as .as-a.ini, github don't support .ini files) as-a.txt
Is it possible to make you tool compatible with windows end line chars ?
Anthony
Hmm, it is weird, I would be open to a pull request fixing this
Getting the below error while running >as-a npx cypress open and >npx as-a test cypress open in windows.

I created .ini file as per the doc.
I have tried configuring .ini file as below too [test] CYPRESS_username=Admin CYPRESS_password=admin123
I have the same situation - v.2.2.2

:tada: This issue has been resolved in version 2.2.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket: