You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. My cypress test is works very well in local. But on the CircleCI, all of non english characters(Korean, hangul, 한글) are broke out. So I change browser from electron to chrome69 browser but it was broke out again. Is this issue caused by the CircleCI machine? or Cypress Orb browser? Thanks.
Some Korean web pages uses euc-kr Encoding.
I visited "https://news.naver.com" using cypress.
The encoding was broken.
"https://www.naver.com" is fine.
at naver.com, I clicked a text link to news.naver.com. and then it stucked at page load status.
"https://m.news.naver.com" is also fine.
Is it possible to add supported language of chrome runner in cypress?
I tried to add Korean in language setting in the chrome which opened by cypress. But It seemed not possible.
The code for this is done in cypress-io/cypress#4698, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Activity
jennifer-shehane commentedon Feb 15, 2019
Hey @say8425, could you provide a reproducible example?
When I paste in these characters, I am able to see them render in Electron and Chrome, so I cannot reproduce.
Do you have use any special encoding on the html?
Do you have the proper fonts installed on your container?
bahmutov commentedon Feb 15, 2019
I think this is the problem with fonts missing on Linux
junghanChoi commentedon Apr 10, 2019
Some Korean web pages uses
euc-kr
Encoding.I visited "https://news.naver.com" using cypress.
The encoding was broken.
"https://www.naver.com" is fine.
at naver.com, I clicked a text link to news.naver.com. and then it stucked at page load status.
"https://m.news.naver.com" is also fine.
jennifer-shehane commentedon Apr 18, 2019
Thank you @junghanChoi, this site does exhibit the problem with the encoding.
Visiting https://news.naver.com/ within Cypress browser (any browser)
Visiting https://news.naver.com/ outside of Cypress
Haven't tracked down what the difference is. I do see some of the Request headers in a different caps within Cypress vs outside.
[-]Non english characters are broken[/-][+]Non english characters (Korean) encoding is broken[/+]junghanChoi commentedon Apr 25, 2019
Is it possible to add supported language of chrome runner in cypress?
I tried to add Korean in language setting in the chrome which opened by cypress. But It seemed not possible.
cypress-bot commentedon Jul 15, 2019
The code for this is done in cypress-io/cypress#4698, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
cypress-bot commentedon Jul 29, 2019
Released in
3.4.1
.