__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@mod @mod_bigbluebuttonbn
Feature: As a user I can complete a BigblueButtonBN activity by usual or custom criteria
Background:
Given I enable "bigbluebuttonbn" "mod" plugin
And the following "courses" exist:
| fullname | shortname | category | enablecompletion |
| Test course | C1 | 0 | 1 |
And the following "activities" exist:
| activity | name | intro | course | idnumber | type | recordings_imported |
| bigbluebuttonbn | RoomRecordings | Test Room Recording description | C1 | bigbluebuttonbn1 | 0 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
| traverst | Terry | Travers | t.travers@example.com |
And the following "course enrolments" exist:
| user | course | role |
| traverst | C1 | student |
Scenario: I set the completion to standard type of completion.
Given I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
When I click on "Settings" "link"
And I expand all fieldsets
And I set the following fields to these values:
| Add requirements | 1 |
| View the activity | 1 |
And I press "Save and display"
And I log out
And I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as traverst
Then I should see "Done: View"
@javascript
Scenario: I set the completion type to custom completion
Given a BigBlueButton mock server is configured
And the following config values are set as admin:
| bigbluebuttonbn_meetingevents_enabled | 1 |
And I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
And I click on "Settings" "link"
And I expand all fieldsets
And I set the following fields to these values:
| Add requirements | 1 |
| Chats | 1 |
And I press "Save and display"
# We start the meeting here so to make sure that meta_analytics-callback-url is set.
And the following "mod_bigbluebuttonbn > meeting" exists:
| activity | RoomRecordings |
And I log out
And I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as traverst
When I click on "Join session" "link"
And I switch to "bigbluebutton_conference" window
And I wait until the page is ready
And I follow "End Meeting"
And the BigBlueButtonBN server has received the following events from user "traverst":
| instancename | eventtype | eventdata |
| RoomRecordings | chats | 1 |
# Selenium driver does not like the click action to be done before we
# automatically close the window so we need to make sure that the window
# is closed before.
And I close all opened windows
And I switch to the main window
And the BigBlueButtonBN activity "RoomRecordings" has sent recording all its events
And I run all adhoc tasks
And I reload the page
Then I should see "Done: Participate in 1 chat(s)"
@javascript
Scenario: Validate completion when registering live sessions
Given the following config values are set as admin:
| bigbluebuttonbn_meetingevents_enabled | 1 |
When I am on the "RoomRecordings" "bigbluebuttonbn activity" page logged in as admin
And I click on "Validate completion" "link"
Then I should see "Validate completion has been triggered."
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| fixtures | Folder | 0777 |
|
|
| add_instance.feature | File | 2.57 KB | 0777 |
|
| add_instance_in_empty_state.feature | File | 2.36 KB | 0777 |
|
| behat_mod_bigbluebuttonbn.php | File | 10.28 KB | 0777 |
|
| bigbluebuttonbn_activity_availability.feature | File | 2.31 KB | 0777 |
|
| completion.feature | File | 3.48 KB | 0777 |
|
| edit_instance.feature | File | 3.06 KB | 0777 |
|
| end_meeting.feature | File | 4.45 KB | 0777 |
|
| group_mode.feature | File | 7.95 KB | 0777 |
|
| guest_access.feature | File | 4.28 KB | 0777 |
|
| join_meeting.feature | File | 2.97 KB | 0777 |
|
| join_meeting_as_guest.feature | File | 2.4 KB | 0777 |
|
| lock_settings.feature | File | 2.99 KB | 0777 |
|
| meeting_roles.feature | File | 1.78 KB | 0777 |
|
| recordings.feature | File | 3.85 KB | 0777 |
|
| recordings_import.feature | File | 6.96 KB | 0777 |
|
| roles.feature | File | 1.11 KB | 0777 |
|
| room.feature | File | 2.22 KB | 0777 |
|
| start_meeting.feature | File | 4.41 KB | 0777 |
|
| subplugins.feature | File | 5.99 KB | 0777 |
|
| view_presentation.feature | File | 2.96 KB | 0777 |
|