We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeping notes for Unit testing in Gutenberg repo
Testing overview
JS Unit Test
Old e2e testing with Pupeteer
e2e playwright test
npx playwright install
npm run test:e2e:playwright -- test/e2e/specs/editor/various/multi-block-selection.spec.js
snapshot testing
npm run test:e2e:playwright -- --update-snapshots test/e2e/specs/editor/various/copy-cut-paste.spec.js
Start development env
admin
The text was updated successfully, but these errors were encountered:
bangank36
No branches or pull requests
Summary
Keeping notes for Unit testing in Gutenberg repo
Testing overview
JS Unit Test
Old e2e testing with Pupeteer
e2e playwright test
npx playwright install
npm run test:e2e:playwright -- test/e2e/specs/editor/various/multi-block-selection.spec.js
snapshot testing
npm run test:e2e:playwright -- --update-snapshots test/e2e/specs/editor/various/copy-cut-paste.spec.js
Start development env
admin
admin
The text was updated successfully, but these errors were encountered: