Martin Høst Normark

Results 18 comments of Martin Høst Normark

Adding my two cents on a few end2end testing frameworks. Options you could consider: - Selenium - Cypress - Playwright - Puppeteer ## Selenium web: https://www.selenium.dev/ docs: https://www.selenium.dev/documentation/ ### Pros...

> is there any framework that renders the ui component to generate a screen shot image? Yes, to my knowledge all these end2end frameworks supports both screenshot- and video capture....

Just stumbled onto [Nightwatch JS](https://github.com/nightwatchjs/nightwatch) from my Github starred repos. I do not have hands-on experience with it, but it checks the same boxes as Playwright but calls out in...

@fozziethebeat Yes, wanted to take a stab at it but had some troubles with `docker compose` on Mac with M1 chip since PR #119. Do you want me to comment...

👍 I found a workaround, described in https://github.com/LAION-AI/Open-Assistant/issues/134#issuecomment-1367005345. I have Playwright end2end for email log in running in my fork here: https://github.com/martinnormark/Open-Assistant

Turning out to be a bit of a rabbit hole... Current state, I have Playwright and Cypress implemented with a basic e2e test and a basic component test, which uses...

Fixed presumably long time ago, verified in c51393b8f085c1905dfcc50122498dfc58ac6eb2

The reason for the unexpected numbers, is because the commits contained in the deployments are older than the time range. This is by design, the measure is to calculate from...