marcingolenia / mcode

Martin's Golenia software development blog.
https://mcode.it
0 stars 0 forks source link

https://mcode.it/blog/2021-07-16-playwright/?utterances=8727ee9900b8276ee35a0c487gwKR7uwJf29eYSq0avJH3U228GkeYFdSU7sf%2FaIMuVFN9snFXQLO0FPWVs3%2BJoECgXsj94cLlFi6XnfcPVpEymZ%2BV5UHEvzNWFluqfLdsbUSAB19JB6KFGLmUw%3D #25

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Let's play with playwright using F# scripts. | Blog

In June Microsoft announced that .NET SDK is stable. For a long time, Selenium was (as far as I know) the only feature-rich web testing framework in .NET (except paid ones like Ranorex or Telerik Test Studio). I never liked the waits I had to do, which often caused the tests to be fragile. Playwright's puppeteer-like SDKs promise automatic wait and support for Python/.Net/Node.js/Java. Let's try this stuff in F#!

https://mcode.it/blog/2021-07-16-playwright/?utterances=8727ee9900b8276ee35a0c487gwKR7uwJf29eYSq0avJH3U228GkeYFdSU7sf%2FaIMuVFN9snFXQLO0FPWVs3%2BJoECgXsj94cLlFi6XnfcPVpEymZ%2BV5UHEvzNWFluqfLdsbUSAB19JB6KFGLmUw%3D

mtnrbq commented 3 years ago

Nice article, previously I've used Canopy from F#, but playwright with .net is a bit simpler. Thanks