Skip to content

Commit 3ffb5f3

Browse files
committed
feat(testing): upgrade testing AE prompts
1 parent ca51dc0 commit 3ffb5f3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

packages/testing/src/prompts.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,21 @@ module.exports = function () {
1717
'Please choose which testing harnesses to install (only Qv2-compatible harnesses are shown):',
1818
choices: [
1919
{
20-
name: 'Jest Unit Testing',
20+
name: 'Jest Unit Testing (Webpack only, beta)',
2121
value: 'unit-jest@beta',
2222
},
2323
{
24-
name: 'Vitest Unit Testing',
24+
name: 'Vitest Unit Testing (Vite only, alpha)',
2525
value: 'unit-vitest@alpha',
2626
},
2727
{
28-
name: 'Cypress e2e Testing',
28+
name: 'Cypress 9 e2e and component testing',
2929
value: 'e2e-cypress',
3030
},
31+
{
32+
name: 'Cypress 10 e2e and component testing (beta)',
33+
value: 'e2e-cypress@beta',
34+
},
3135
],
3236
},
3337
];

0 commit comments

Comments
 (0)