AS a developer and tester, I want to be able to test cards by forcing a rarity type #16
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
2 participants
Notifications
Total time spent: 20 minutes
Due date
Vylpes
15 minutes
VylpesTester
5 minutes
No due date set.
Depends on
Reference: External/card-drop#16
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: 2
AS a developer and tester, I want to be able to test cards by forcing a rarity type
SO THAT I don't have to rely on the randomiser to test a card type
Acceptance Criteria
AS a developer and tester
GIVEN I want to randomly pick a card that's a specific rarity
WHEN I run the
/droprarity <rarity>
THEN I will be given a random card of type
<rarity>
AS a developer
GIVEN I try to use the
DROP_RARITY
environment variableWHEN I run the drop command
THEN this should no longer be used
Subtasks
Notes
Create drop command for test server to force a rarity typeto AS a developer and tester, I want to be able to test cards by forcing a rarity typeThis has passed testing: