mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.3K
active users

#cypress

2 posts2 participants0 posts today

Trying to check all sitemap.xml URLs with cypress-axe was too memory heavy. But cypress-axe sure could be helpful for indivual route / page testing. 👍

Got better results with axe and puppeteer for ~100 URLs and two viewports (desktop, mobile) - just frequent restarts of headless browser needed between runs 🎉 For testing ~1000 or more URLs, it could take some time tough. npmjs.com/package/@axe-core/pu

npm@axe-core/puppeteerProvides a chainable axe API for Puppeteer and automatically injects into all frames. Latest version: 4.10.2, last published: a month ago. Start using @axe-core/puppeteer in your project by running `npm i @axe-core/puppeteer`. There are 28 other projects in the npm registry using @axe-core/puppeteer.
#a11y#axe#cypress

Is there a reliable way to wait for CSS loading & Co in #cypress #axe #testing?

It's a project with useColorMode, Tailwind and Nuxt SSR nuxt.com/modules/color-mode

Tried a lot of things, but only thing which really worked for cypress-axe accessibility checks was `cy.wait(1500)`. 🤦 (I know, bad practice!)

I want to wait to switch to a High Contrast Theme via a ThemeSwitcher component - and only afterwards run cypress-axe checks for #wcag #a11y.

But without wait(), I see contrast errors from standard light theme, not the switched theme... Thx for any advice!

Nuxt@nuxtjs/color-mode · Nuxt ModulesDark and Light mode for Nuxt with auto detection

"Cypress In The Mist"
By Scott Loring Davis, Fine Art Photography
pixels.com/profiles/scottlorin
This beautiful print offers a calming, serene and relaxing feel to any room and is especially suitable for hospitals, medical practices, law practices and any other public location where a calming effect is beneficial. FULL DESCRPTION pixels.com/featured/cypress-in

Когда ИИ тестирует лучше тебя: ищу баги в OWASP Juice Shop с помощью Cypress и Workik

Тестирую уязвимое приложение с ИИ и Cypress: практика на OWASP Juice Shop. Генерирую тест-кейсы, запускаю автотесты, оформляю баг-репорты и провожу эксплоративное тестирование. В статье — реальный разбор + код.

habr.com/ru/companies/minerva_

ХабрКогда ИИ тестирует лучше тебя: ищу баги в OWASP Juice Shop с помощью Cypress и WorkikЯ — Solution Architect с 19 годами в IT, часто помогаю новичкам в тестировании. Джуны обычно жалуются на вагон теории, отсутствие практики и примеров, где основные алогритмы собраны вместе.  Я...

Как я тестировал OWASP Juice Shop с ИИ: от генерации кейсов до баг-репортов. Часть 1

Развернул OWASP Juice Shop в Docker, чтобы протестировать ИИ на практике. В статье — пошаговая инструкция для джунов: генерация тест-кейсов, запуск автотестов, баг-репорты и фидбэк от нейросети. В следующей части — гайд для мидлов и сеньоров.

habr.com/ru/companies/minerva_

ХабрКак я тестировал OWASP Juice Shop с ИИ: от генерации кейсов до баг-репортов. Часть 1Я — Solution Architect с 19 годами в айти и частенько помогаю новичкам в тестировании. Но джуны постоянно жалуются на вагон теории, отсутствие практики и примеров, где всё собрано в одном месте....