Framework Mode - Value and attribute assertions
Folder Structure
cypress/ ├── e2e/ │ ├── valueAttributeAssertions.spec.js <-- Test files with value and attribute assertions │ └── otherTests.spec.js ├── fixtures/ │ └── example.json <-- Test data for assertions ├── support/ │ ├── commands.js <-- Custom commands for assertions │ └── e2e.js <-- Global setup └── cypress.config.js <-- Configuration for browsers, baseUrl