We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca51dc0 commit 3ffb5f3Copy full SHA for 3ffb5f3
packages/testing/src/prompts.js
@@ -17,17 +17,21 @@ module.exports = function () {
17
'Please choose which testing harnesses to install (only Qv2-compatible harnesses are shown):',
18
choices: [
19
{
20
- name: 'Jest Unit Testing',
+ name: 'Jest Unit Testing (Webpack only, beta)',
21
value: 'unit-jest@beta',
22
},
23
24
- name: 'Vitest Unit Testing',
+ name: 'Vitest Unit Testing (Vite only, alpha)',
25
value: 'unit-vitest@alpha',
26
27
28
- name: 'Cypress e2e Testing',
+ name: 'Cypress 9 e2e and component testing',
29
value: 'e2e-cypress',
30
31
+ {
32
+ name: 'Cypress 10 e2e and component testing (beta)',
33
+ value: 'e2e-cypress@beta',
34
+ },
35
],
36
37
];
0 commit comments