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

Closed
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 automated 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 - [x] Create unit tests - [x] Setup automated 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
Vylpes added the
won't fix
label 2024-07-14 13:24:37 +01:00
Vylpes reopened this issue 2024-07-22 18:08:52 +01:00
Vylpes removed the
won't fix
label 2024-07-22 18:08:55 +01:00
Vylpes self-assigned this 2024-07-22 18:47:18 +01:00
Vylpes added this to the 0.8.0 milestone 2024-07-22 18:47:19 +01:00
Vylpes added this to the 0.8 Sprint 1 project 2024-07-22 18:47:21 +01:00
Vylpes started working 2024-07-24 17:57:06 +01:00
Vylpes stopped working 2024-07-24 18:19:18 +01:00
22 minutes 12 seconds
Vylpes started working 2024-07-25 18:27:09 +01:00
Vylpes stopped working 2024-07-25 18:44:44 +01:00
17 minutes 35 seconds
Vylpes referenced this issue from a commit 2024-07-26 18:31:06 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 39 minutes 47 seconds
Vylpes
39 minutes 47 seconds
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.