Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.10
-
Component/s: Automated functional tests (behat)
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_310_STABLE
-
Fixed Branches:MOODLE_35_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.5 Branch:
MDL-69068-35 -
Pull 3.5 Diff URL:
-
Pull 3.8 Branch:
MDL-69068-38 -
Pull 3.8 Diff URL:
-
Pull 3.9 Branch:
MDL-69068-39 -
Pull 3.9 Diff URL:
-
Pull Master Branch:
MDL-69068-master -
Pull Master Diff URL:
-
Story Points:0
-
Sprint:International 4.0 - Sprint 1, International 4.0 - Sprint 2
Description
At the moment if I want to use a behat data generator to create something it must look like:
And the following "activities" exist:
|
| activity | name | intro | course | idnumber | groupmode | grouping |
|
| assign | Test assign | Assign description | C1 | assign1 | 1 | GA |
|
I'd like to propose that we support a singular form so that we can support:
And the following "activity" exists:
|
| activity | assign |
|
| name | Test assign |
|
| intro | Assign description |
|
| course | C1 |
|
| idnumber | assign1 |
|
| groupmode | 1 |
|
| grouping | GA |
|
Attachments
Issue Links
- Testing discovered
-
MDL-69279 Content bank, and Backpack generators don't make sense
-
- Open
-