This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2012-09-30] XAMPP for Linux 1.8.1 | |
| This version of XAMPP includes: | |
| - Apache 2.4.3 | |
| - MySQL 5.5.27 | |
| - PHP 5.4.7 | |
| - Perl 5.14.2 | |
| - ProFTPD 1.3.4a | |
| - phpMyAdmin 3.5.2.2 | |
| - OpenSSL 1.0.1c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Remember to move the @_only_local tag to the non-local servers. | |
| // Set servers IPs. | |
| $linuxip = '127.0.0.1'; | |
| $windowsip = '192.168.xxx.xxx'; | |
| $osxip = '192.168.xxx.xxx'; | |
| $CFG->behat_config = array( | |
| 'phantomjs-linux' => array( | |
| 'filters' => array( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Feature: Test the should see hover | |
| @javascript | |
| Scenario: Hover a non visible text | |
| Given I am on homepage | |
| And I log in as "admin" | |
| And I should see "Permissions" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @MDL-37750 | |
| Feature: Wait ALWAYS for the page to be loaded | |
| In order to avoid false failures | |
| As a moodle developer | |
| I need to check that this patch works | |
| @javascript | |
| Scenario: Big tests to run all the modified steps | |
| Given the following "courses" exists: | |
| | fullname | shortname | category | |
NewerOlder