You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Registered test tags for selective runs, e.g. `npm test -- --tagsFilter='e2e'`
// or excluding the slow real-CLI tests with `--tagsFilter='!e2e'`.
tags: [
{
name: 'e2e',
description:
'Real end-to-end tests that spawn the built CLI and create real sites. Require `npm run cli:build` first; run in the slower (release/manual) suite, not per-PR.',