A comprehensive end-to-end test automation suite built with Playwright for testing a Notes application. This project demonstrates modern web testing practices using the Playwright framework.
- End-to-end testing of a Notes application
- Test coverage for critical user flows including:
- User authentication
- Note creation and management
- Note importance toggling
- Error handling validation
- Environment variable support for secure credential management
- Helper functions for common testing operations
- Playwright v1.54.1 - Modern web testing framework
- Node.js v18+ (required by Playwright)