|
|
2 months ago | |
|---|---|---|
| .. | ||
| tests | 3 months ago | |
| utils | 3 months ago | |
| .eslintrc.js | 6 months ago | |
| README.md | 3 months ago | |
| package.json | 2 months ago | |
| playwright.config.ts | 3 months ago | |
| tsconfig.json | 3 months ago | |
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