Jump to content

Devops experts need help


Pandubabu

Recommended Posts

Just now, dasari4kntr said:

experminental antunnadu...

 

We are excited to bring you an update on one of our most popular user requests: Cypress support for testing in Safari! Apple’s Safari browser accounts for almost 20% of worldwide internet usage. In 10.8.0, Cypress users can test their web applications using WebKit, the same browser engine used in Safari. By running your existing Cypress tests in WebKit, you can feel confident that your web application is bug-free and works as intended for Safari users.

We are releasing experimental support for testing in WebKit today. After upgrading to 10.8.0, you can set the experimentalWebKitSupport config option in Cypress to opt-in to this feature. Check out the docs for complete instructions.

Yeah z, it is experimental,  but it should work with basic features.. I went through everything . I even setup to run tests locally .

Issues running only on remote 

Link to comment
Share on other sites

4 minutes ago, Pandubabu said:

Yeah z, it is experimental,  but it should work with basic features.. I went through everything . I even setup to run tests locally .

Issues running only on remote 

hmm..

dont know..this..i never tried...

may be this friday or weekend..i will try this using bitbucket pipelines... or github...

Link to comment
Share on other sites

2 minutes ago, Spartan said:

then issue might be with Jenkins 

Not Jenkins,  I may not be installing the required dependencies needed to run webkit on Linux...

But I am following the official documentation ..

So just want to connect to Ubuntu to see wtf is going on ..

Link to comment
Share on other sites

2 minutes ago, Pandubabu said:

Not Jenkins,  I may not be installing the required dependencies needed to run webkit on Linux...

But I am following the official documentation ..

So just want to connect to Ubuntu to see wtf is going on ..

ok might be the issue then 

Link to comment
Share on other sites

try a sample one like this using public CI CD products... (remote)....

cypress vaadu vaadi sample tests istaadu gaa vaadi website paina...avi run chesi chooda..ila github actions..lo

not sure..it will really helps you or not...this is not exact replica of your problem...but remote running...

https://glebbahmutov.com/blog/cypress-webkit/

Link to comment
Share on other sites

2 minutes ago, dasari4kntr said:

try a sample one like this using public CI CD products... (remote)....

cypress vaadu vaadi sample tests istaadu gaa vaadi website paina...avi run chesi chooda..ila github actions..lo

not sure..it will really helps you or not...this is not exact replica of your problem...but remote running...

https://glebbahmutov.com/blog/cypress-webkit/

mostly paina pandu chepinnatu runtime env issue la undi

  • Upvote 1
Link to comment
Share on other sites

5 minutes ago, dasari4kntr said:

try a sample one like this using public CI CD products... (remote)....

cypress vaadu vaadi sample tests istaadu gaa vaadi website paina...avi run chesi chooda..ila github actions..lo

not sure..it will really helps you or not...this is not exact replica of your problem...but remote running...

https://glebbahmutov.com/blog/cypress-webkit/

Need sudo access to install webkit dependencies which is not there in work machine . Instead downloading dependencies from docker

  • Upvote 1
Link to comment
Share on other sites

1 minute ago, Pandubabu said:

Need sudo access to install webkit dependencies which is not there in work machine . Instead downloading dependencies from docker

I am talking about " npx playwright install-deps webkit" . This won't work from Jenkins,  as the Jenkins user does not have sudo access 

Link to comment
Share on other sites

5 minutes ago, Pandubabu said:

I am talking about " npx playwright install-deps webkit" . This won't work from Jenkins,  as the Jenkins user does not have sudo access 

i will try with hands on...then we can discuss more on this...

anyway...i learned something today...

Link to comment
Share on other sites

8 minutes ago, dasari4kntr said:

i will try with hands on...then we can discuss more on this...

anyway...i learned something today...

Yeah . I will try in my personal machine too. Thanks for responding 

Link to comment
Share on other sites

On 2/8/2023 at 10:42 PM, dasari4kntr said:

hmm..

dont know..this..i never tried...

may be this friday or weekend..i will try this using bitbucket pipelines... or github...

 

On 2/8/2023 at 11:01 PM, dasari4kntr said:

i will try with hands on...then we can discuss more on this...

anyway...i learned something today...

 

On 2/8/2023 at 11:10 PM, Pandubabu said:

Yeah . I will try in my personal machine too. Thanks for responding 

 

i tired this...see the below github action pipeline...it executed the webkit tests...it failed in one or few test cases...but that is different reason....bottomline is few tests ran using webkit...

another important thing is...cypress not allowing running the webkits in CI just like that...you need to create cypress cloud account and create projectid and recordkey...

not sure..did i simulate your issue here...

 

 

IO3jEBD.png

ANQsDaJ.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...