|
|
hace 6 días | |
|---|---|---|
| .. | ||
| tests | hace 1 mes | |
| utils | hace 3 meses | |
| README.md | hace 3 meses | |
| eslint.config.js | hace 6 días | |
| package.json | hace 2 meses | |
| playwright.config.ts | hace 3 meses | |
| tsconfig.json | hace 3 meses | |
This project contains end-to-end (E2E) tests for demo-fixed-layout to ensure core workflows are stable and reliable.
e2e/ ├─ tests/ # Test cases │ ├─ layout.spec.js │ ├─ node.spec.js │ └─ ... ├─ test-results/ # Store Test Results ├─ utils/ # Some utils
# Install dependencies
rush update
# Run all tests
cd e2e/fixed-layout & npm run e2e:test
# Update ScreenShots
cd e2e/fixed-layout & npm run e2e:update-screenshot