Testing frameworks are discussed in every sprint review and job interview. This exercise helps you pronounce Vitest, Playwright, Cypress, Puppeteer, and Nightwatch correctly so you sound confident when discussing your QA stack.
0 / 5 completed
1 / 5
How is 'Vitest' pronounced?
Vitest is named after Vite (the build tool) with '-test' appended, so it inherits Vite's community pronunciation: /ˈvaɪtɛst/. Vite means 'fast' in French but the developer community pronounces it /vaɪt/. Stress is on the first syllable. In context: 'We switched from Jest to VY-test for native ESM support.'
2 / 5
How is 'Playwright' pronounced?
Playwright is an English word meaning a person who writes plays, pronounced /ˈpleɪraɪt/. The '-wright' suffix means a maker or craftsman (like 'wheelwright') and is /raɪt/, rhyming with 'right'. Stress is on the first syllable 'PLAY'. The vowel in 'play' is the diphthong /eɪ/. In context: 'The E2E suite is built on PLAY-ryte and runs in CI on every PR.'
3 / 5
How is 'Cypress' pronounced?
Cypress is an English word (a type of evergreen tree) and the testing framework, both pronounced /ˈsaɪprɛs/. The first syllable has the diphthong /aɪ/ as in 'my', and the stress falls on 'SY'. The '-press' ending is /prɛs/ with a short /ɛ/. Non-native speakers sometimes use /ɪ/ in the first syllable ('SIP-ress'), influenced by spelling, but native pronunciation is /aɪ/. In context: 'Write your component tests in SY-press for visual assertions.'
4 / 5
How is 'Puppeteer' pronounced?
Puppeteer (Google's headless Chrome library) follows the pattern of 'puppet' + the agentive suffix '-eer', giving /ˌpʌpɪˈtɪər/. Stress falls on the final '-teer' syllable, just like 'engineer' or 'volunteer'. The vowel in '-teer' is /ɪər/ — a long /iː/ gliding to /ər/. In context: 'The scraper uses pup-i-TEER to render JavaScript before extracting data.'
5 / 5
How is 'Nightwatch' pronounced?
Nightwatch is a compound of 'night' + 'watch', pronounced /ˈnaɪtwɒtʃ/ in British English or /ˈnaɪtwɑːtʃ/ in American English. The diphthong /aɪ/ in 'night' is as in 'my'. Stress is on 'NIGHT'. The 'watch' vowel differs by dialect (/ɒ/ British vs /ɑː/ American) but both are correct. In context: 'The legacy UI tests still run in NITE-wotch against a staging environment.'