Skip to content

Instantly share code, notes, and snippets.

@dmonllao
dmonllao / gist:7981702
Created December 16, 2013 02:58
XAMPP 1.8.1 contents
[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
@dmonllao
dmonllao / gist:7746252
Last active December 29, 2015 23:59
Behat cross-browser config excluding non-supported tags
// 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(
@dmonllao
dmonllao / gist:6879254
Created October 8, 2013 03:57
Should fail as "Permissions" is hidden
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"
@dmonllao
dmonllao / gist:4728164
Created February 7, 2013 03:27
Nonsense feature to check that MDL-37750 does not provoke any regression
@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 |