feat: add tournament schedule feature test (issue #7)
- Add tournament-schedule.feature with 4 scenarios - Add step definitions for tournament schedule navigation - Tests viewing schedule, generating round-robin, bye rounds, and matchup navigation - Note: Some @wip scenarios require data setup (tournament creation, team addition)
This commit is contained in:
@@ -16,6 +16,7 @@ export interface WorldState {
|
||||
password: string;
|
||||
};
|
||||
tournament?: any;
|
||||
tournamentTeamCount?: number;
|
||||
player?: any;
|
||||
match?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user