|
|
преди 6 дни | |
|---|---|---|
| .. | ||
| tests | преди 1 месец | |
| utils | преди 3 месеца | |
| README.md | преди 3 месеца | |
| eslint.config.js | преди 6 дни | |
| package.json | преди 2 месеца | |
| playwright.config.ts | преди 3 месеца | |
| tsconfig.json | преди 3 месеца | |
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