good first issue
倉庫指標
- Star
- (2 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Feedback:
ask 1:
- simple structure and readability ~ very basic functional and not functional testing coverage ~ findings reported, although info is minimal (no proper description, steps to reproduce, additional info like screenshots/video..)
- No reasoning for the priority set
- No risks analysis
Task 2:
- Simple implementation of the UI task
- use of beforeEach to handle repetitive actions
- coverage of core operations
- Improvable readability
- No clean project structure (tasks are mixed in the same folder, many files in the main root that should be moved to dedicated task’s folder.
- Missing dedicated Readme addressing the challenge’s requirements
- Hardcoded values
- Tests are dependent on each other for their correct execution.
Task 3:
- use of custom commands
- Core functionality coverage
- use of dynamic names
- assertion of API response
- utility functions used
- parameterisation of commands
- no error handling
- Tests are dependent on each other
- Hardcoded values