AS a developer and tester, I want there to be automatic unit testing #15

Open
opened 2023-09-03 17:34:41 +01:00 by Vylpes · 0 comments
Owner

Story Points: 8


AS a developer and tester, I want there to be automatic unit testing
SO THAT I can have my code tested automatically to ensure everything is working as expected

Acceptance Criteria

AS a developer and tester
GIVEN I have cloned the repository
WHEN I run yarn test
THEN the code should be tested automatically

AS a developer and tester
GIVEN I have cloned the repository
WHEN I run yarn test --coverage
THEN the code should be covered at least 80%

AS a developer
GIVEN I have code to merge in
WHEN I push code to the server
THEN the code should be automatically tested by drone

Subtasks

  • Create unit tests
  • Setup Drone testing
Story Points: 8 --- AS a developer and tester, I want there to be automatic unit testing SO THAT I can have my code tested automatically to ensure everything is working as expected ## Acceptance Criteria AS a developer and tester GIVEN I have cloned the repository WHEN I run `yarn test` THEN the code should be tested automatically AS a developer and tester GIVEN I have cloned the repository WHEN I run `yarn test --coverage` THEN the code should be covered *at least* 80% AS a developer GIVEN I have code to merge in WHEN I push code to the server THEN the code should be automatically tested by drone ## Subtasks - [ ] Create unit tests - [ ] Setup Drone testing
Vylpes added the
type
story
label 2023-09-03 17:34:48 +01:00
Vylpes changed title from Create tests to AS a developer and tester, I want there to be automatic unit testing 2023-10-29 14:56:58 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: External/card-drop#15
No description provided.