Playwright sounds like 'play-right' not 'play-wright', and Vitest inherits Vite's VEE pronunciation. This quiz locks in the correct pronunciation for five essential testing tools.
0 / 5 completed
1 / 5
How is Vitest correctly pronounced?
Vitest is pronounced 'VEE-test' — two syllables, stress on the first. 'Vi' as in Vite (VEE-tuh) + 'test'. It is the testing framework for Vite-based projects. In a technical interview: 'We run unit tests with VEE-test because it shares our Vite config and is dramatically faster than Jest.'
2 / 5
How is Cypress correctly pronounced?
Cypress is pronounced 'SY-press' — two syllables, stress on the first, like the cypress tree. The 'y' makes a long I sound. In a technical interview: 'Our end-to-end tests run in SY-press with automatic waiting and network stubbing built in.'
3 / 5
How is Playwright correctly pronounced?
Playwright is pronounced 'PLAY-ryt' — two syllables, stress on the first, like the person who writes plays. The 'wr' in 'wright' is silent, making it sound like 'right'. In a technical interview: 'We use PLAY-ryt for cross-browser E2E tests because it supports Chromium, Firefox, and WebKit in one suite.'
4 / 5
How is Puppeteer correctly pronounced?
Puppeteer is pronounced 'pup-uh-TEER' — three syllables, stress on the last, like 'puppeteer' the person who controls puppets. In a technical interview: 'We use pup-uh-TEER to generate PDF invoices server-side by rendering HTML in headless Chrome.'
5 / 5
How is TestCafe correctly pronounced?
TestCafe is pronounced 'TEST-kaf' — two syllables, stress on the first. 'Cafe' here is shortened and anglicised as 'kaf', not the French 'kuh-FAY'. In a technical interview: 'We evaluated TEST-kaf for E2E testing because it requires no WebDriver and can inject scripts into any browser.'