-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
4.0
-
MOODLE_400_STABLE
-
MDL-70022-master_behat_repeated_generator -
Problem: A test requires bulk mock data to make sense. E.g. Testing pagination.
Current solution: Use a generator for the data, and insert every instance in the feature file.
Proposed solution: Create a 'repeated generator' that can iteratively generate bulk data based on a generator and a count.
And I create [count] [generator] with data:
|
| category | CAT1 |
|
| fullname | Course [count] |
|
| shortname | course[count |
|
| idnumber | C[count] |
|
Andrew Nicol's implementation: https://github.com/andrewnicols/moodle/commit/repeatedgenerator
- will be (partly) resolved by
-
MDL-69092 Add pagination to the manage tools page to help with large volumes of tools
-
- Closed
-