feat: add feature summary documentation
- Add FEATURE_SUMMARY.md with coverage overview - Fix TypeScript error in World class - Document all feature files and scenarios
This commit is contained in:
@@ -32,6 +32,7 @@ export class World implements WorldState {
|
||||
password: string;
|
||||
};
|
||||
tournament?: any;
|
||||
tournamentTeamCount?: number;
|
||||
player?: any;
|
||||
match?: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user