Reference
Test Groups
Create groups of related test cases
test.group(groupName: string, options?: TestOptions, tests: () => void)
Parameters
groupName: string
- Name of the test group
options?: TestOptions
- Test options to apply to all test cases in the group
tests: () => void
- Function containing test declarations