
Javascript has become one of the most popular and widely used languages due to the massive improvements it has seen and the introduction of the run...
For further actions, you may consider blocking this person and/or reporting abuse
Holy moly, i was just about to write about this topic, but i guess now i dont have to :-) Good job!
I had plan to write about:
1) nodejs + jsdom,
2) nodejs + testcafe (because sometimes you just need that real browser APIs for SPAs and i prefer testcafe to puppeteer :-) )
What do you mean by real browser APIs ?
I mean mostly rendering of JS powered SPAs, which is not happening in JSDOM.
oh k got it !
testcafe can handle that rendering by js ?
Yeah, basically it runs browser just like puppeteer :)
ok i'll look into it. Thnx 👍
Might be worthwhile to look at Playwright. Our team uses Cypress for integration tests but really enjoyed using that for a recent web automation project
...but why? Why do people do that to themselves? Do they like pain?