AS a developer and tester, I want to be able to test cards by forcing a rarity type #16

Closed
opened 2023-09-03 19:19:40 +01:00 by Vylpes · 1 comment
Owner

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 variable
WHEN I run the drop command
THEN this should no longer be used

Subtasks

  • Create droprarity command
  • Remove DROP_RARITY environment variable

Notes

  • The environment variable for this should be removed too
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 variable WHEN I run the drop command THEN this should no longer be used ## Subtasks - [x] Create droprarity command - [x] Remove DROP_RARITY environment variable ## Notes - The environment variable for this should be removed too
Vylpes added this to the 0.1.0 milestone 2023-09-03 19:19:44 +01:00
Vylpes removed this from the 0.1.0 milestone 2023-09-03 20:56:22 +01:00
Vylpes added the
type
story
label 2023-09-10 14:30:17 +01:00
Vylpes added the
blocked
label 2023-09-10 19:34:07 +01:00
Vylpes added this to the 0.2.0 milestone 2023-09-11 20:28:25 +01:00
Vylpes changed title from Create drop command for test server to force a rarity type to AS a developer and tester, I want to be able to test cards by forcing a rarity type 2023-09-13 15:11:45 +01:00
Vylpes removed the
blocked
label 2023-10-21 14:49:09 +01:00
Vylpes added this to the 0.2 Sprint 3 project 2023-10-21 14:49:43 +01:00
Vylpes self-assigned this 2023-10-26 18:18:31 +01:00
Vylpes modified the project from 0.2 Sprint 3 to 0.2 Sprint 4 2023-11-05 15:01:54 +00:00
Vylpes started working 2023-11-06 19:00:12 +00:00
Vylpes canceled time tracking 2023-11-06 19:00:14 +00:00
Vylpes added spent time 2023-11-06 19:00:17 +00:00
15 minutes
Member

This has passed testing:

  • Adding a response makes it send a type only of that you said about
  • Adding an invalid type says so
This has passed testing: - Adding a response makes it send a type only of that you said about - Adding an invalid type says so
VylpesTester added spent time 2023-11-11 18:07:44 +00:00
5 minutes
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Total time spent: 20 minutes
Vylpes
15 minutes
VylpesTester
5 minutes
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

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