as-a icon indicating copy to clipboard operation
as-a copied to clipboard

CR char are transformed into spaces

Open amoissant opened this issue 4 years ago • 3 comments

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 : Capture

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

amoissant avatar Aug 03 '21 17:08 amoissant

Hmm, it is weird, I would be open to a pull request fixing this

bahmutov avatar Aug 18 '21 14:08 bahmutov

Getting the below error while running >as-a npx cypress open and >npx as-a test cypress open in windows. as-a_issue

I created .ini file as per the doc.

kalyansatvik2727 avatar Nov 07 '21 05:11 kalyansatvik2727

I have tried configuring .ini file as below too [test] CYPRESS_username=Admin CYPRESS_password=admin123

kalyansatvik2727 avatar Nov 07 '21 05:11 kalyansatvik2727

I have the same situation - v.2.2.2 image image

przedab avatar Mar 29 '23 07:03 przedab

:tada: This issue has been resolved in version 2.2.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Dec 22 '23 14:12 github-actions[bot]