AS a developer and tester, I want there to be automatic unit testing #15
Labels
No labels
blocked
duplicate
needs criteria
needs estimate
needs testing
question
requires documentation
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
spike
type
story
type
subtask
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 39 minutes 47 seconds
Due date
Vylpes
39 minutes 47 seconds
No due date set.
Dependencies
No dependencies set.
Reference: External/card-drop#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 teststo AS a developer and tester, I want there to be automatic unit testing