Commit Graph

  • ace7ed1489 Merge cb9fd1bc7b into 5b5854c0df jeffreyguo 2016-04-08 12:15:15 +0000
  • 5b5854c0df Merge pull request #113 from silverstripe-labs/helpful-tips-on-disabling-firefox-automatic-update Damian Mooyman 2016-04-04 13:18:11 +1200
  • 0186e69e99 Helpful tips on disabling Firefox auto update... Christopher Pitt 2016-04-04 13:17:07 +1200
  • 805a0e69ed Merge pull request #112 from hafriedlander/fix/version_api_changes Ingo Schommer 2016-03-17 17:31:33 +1300
  • 4241f78bbc Fix Fixture bug with new Versioned API changes in 4.x Hamish Friedlander 2016-03-17 17:12:33 +1300
  • 4297f56352 Fixed framework dependency Ingo Schommer 2016-02-24 22:47:41 +1300
  • 7ef575c961 Don't use PHPUnit backupGlobals, break with 4.x 2.0.0 Ingo Schommer 2016-02-24 22:24:07 +1300
  • 899ed1c226 Removed PHPUnit require() reference from README Ingo Schommer 2016-02-24 21:48:18 +1300
  • 350392148f Remove Behat-related code dependant on PHPUnit 3.x Ingo Schommer 2016-02-23 22:51:56 +1300
  • 4010d987f9 Bump to use PHPUnit 4.8 / stable packages Daniel Hensby 2016-01-25 15:34:12 +0000
  • 427fc33837 Merge pull request #111 from tractorcow/pulls/fix-asset-store Ingo Schommer 2016-02-24 14:43:57 +1300
  • 58b1d87c36 BUG Compatibility with 4.0 AssetStore API - Don't delete Folders (managed by backend) - Fix deletion to match correct columns - New assertion for matching files by filename and hash - Skip createdFilesPath - Managed by backend not by behat anymore Damian Mooyman 2016-02-24 14:27:46 +1300
  • 1f5f93ddba Merge pull request #110 from chillu/pulls/fix-asset-store-compat Damian Mooyman 2016-02-24 10:27:01 +1300
  • c7ea9ef0b9 Remove Behat-related code dependant on PHPUnit 3.x Ingo Schommer 2016-02-23 22:51:56 +1300
  • 5728f8aabe Fix SS4 AssetStore compat in FixtureContext Ingo Schommer 2016-02-24 00:03:54 +1300
  • cb9fd1bc7b Run shell sript to set up SilverStripe Behat test session quickly Jeffrey Guo 2016-02-05 14:07:51 +1300
  • b6a841c11a Run shell script to set up SilverStripe Behat test session quickly Jeffrey Guo 2016-02-05 14:07:51 +1300
  • abb31cce69 Merge pull request #108 from helpfulrobot/add-standard-code-of-conduct-file Daniel Hensby 2016-02-16 09:49:01 +0000
  • 2a71637fd9 Added standard code of conduct file helpfulrobot 2016-02-16 11:44:06 +1300
  • f00a1b4aa5 Revert "Created 2.x branch alias for 4.x core compat" Jeffrey Guo 2016-02-05 16:25:38 +1300
  • 66a6b7de10 Revert: Remove php 5.3 for framework 4.0 compatibility [71cfcab] Jeffrey Guo 2016-02-05 16:23:43 +1300
  • 0571432095 Revert "Fixed Folder::find_or_make() use" Jeffrey Guo 2016-02-05 16:21:04 +1300
  • 3a292d796b Revert: API Update for filesystem refactor [15b491e] Jeffrey Guo 2016-02-05 16:20:53 +1300
  • 3ab1e93786 Merge c424b5f1fa into 2a1e1e29d6 jeffreyguo 2016-02-05 03:00:17 +0000
  • c424b5f1fa Merge pull request #103 from silverstripe-labs/revert-96-patch-detect-404 Ingo Schommer 2016-01-26 09:20:31 +1300
  • f4373a8212 Bump to use PHPUnit 4.8 / stable packages Daniel Hensby 2016-01-25 15:34:12 +0000
  • ae7b16308e Revert "ENH: adding wrapper around visit to detect 404s" Damian Mooyman 2016-01-25 17:55:03 +1300
  • 70a6d7777f Removed goutte driver from docs Ingo Schommer 2016-01-08 13:00:08 +1300
  • 1062eb2910 Merge pull request #87 from jeffreyguo/pulls/email-plaintext Ingo Schommer 2016-01-08 10:44:22 +1300
  • efd8f65c33 Merge pull request #91 from jeffreyguo/pulls/email-from-to-titled Ingo Schommer 2016-01-08 10:43:29 +1300
  • 676b2a4344 Merge pull request #96 from IgorNadj/patch-detect-404 Ingo Schommer 2016-01-08 10:41:15 +1300
  • 700e53f4f6 Merge pull request #102 from jeffreyguo/pulls/end-testsession-once Damian Mooyman 2015-12-21 14:26:34 +1300
  • 299cde3c90 add condition to prevent running endTestSession() twice Jeffrey Guo 2015-12-18 15:42:48 +1300
  • f41bb0fc53 Merge pull request #101 from benmanu/pulls/state-yml-fixture Ingo Schommer 2015-12-09 08:58:41 +1300
  • 15f1a083fc FIX: params isn't defined in this context, may be carry over from PHPUnit sessions. Changing context to $state to match other env values. Ben Manu 2015-12-08 11:10:19 +1300
  • ef1304a610 Fixed PHP build version compat Ingo Schommer 2015-12-03 12:22:45 +1300
  • 361933537e Created 2.x branch alias for 4.x core compat Ingo Schommer 2015-12-03 12:19:57 +1300
  • cfd1044ae5 Merge pull request #100 from scott1702/confirming-element-click Ingo Schommer 2015-10-22 16:29:44 +1300
  • 95c2e069f4 Merge pull request #98 from scott1702/add-double-click Ingo Schommer 2015-10-22 16:29:08 +1300
  • 33eb0adf0c Add ability to confirm/dismiss dialogs after clicking in elements scott1702 2015-10-22 16:27:48 +1300
  • b2ff3e73ad Add double click action scott1702 2015-10-22 16:13:47 +1300
  • 6009c5bdbd Merge pull request #99 from chillu/pulls/fix-folder-creation Damian Mooyman 2015-10-22 13:32:48 +1300
  • d39c8ebd29 Fix nested folder fixture creation Ingo Schommer 2015-10-22 13:27:09 +1300
  • f4b5150763 Noted --name in README Ingo Schommer 2015-10-20 11:39:36 +1300
  • 71cfcab8c0 Remove php 5.3 for framework 4.0 compatibility Damian Mooyman 2015-10-19 13:45:17 +1300
  • 8d49da2609 Fixed Folder::find_or_make() use Ingo Schommer 2015-10-19 10:55:56 +1300
  • 15b491ed74 API Update for filesystem refactor Damian Mooyman 2015-10-16 10:53:37 +1300
  • 2a1e1e29d6 Merge pull request #97 from IgorNadj/patch-safety Ingo Schommer 2015-09-10 14:58:41 +1200
  • 8088c29f5a ENH: adding safety try-catch blocks to prevent whole test suite from falling over Igor Nadj 2015-09-10 14:32:09 +1200
  • ed391da991 ENH: adding wrapper around visit to detect 404s Igor Nadj 2015-09-09 16:59:06 +1200
  • e26f0a2ba5 Merge pull request #95 from chillu/pulls/testrunner-removal Damian Mooyman 2015-08-31 10:52:21 +1200
  • 661bfe9a89 Comply with moved use_test_manifest() method Ingo Schommer 2015-08-28 16:50:51 +1200
  • 4a9db2be90 Merge pull request #93 from IgorNadj/patch-2 Ingo Schommer 2015-08-25 15:31:07 +1200
  • 2ff6ddeaaa FIX logic error where a variable is used for two purposes Igor 2015-08-24 14:27:56 +1200
  • 0672eaef97 Merge 99773358cf into 7f370df19b jeffreyguo 2015-08-06 02:46:49 +0000
  • 64c4819e68 make matched email simple Jeffrey Guo 2015-07-21 16:27:09 +1200
  • 7f370df19b Merge pull request #92 from jeffreyguo/pulls/testmailer-array Damian Mooyman 2015-07-29 11:53:22 +1200
  • 3b6b525e8c update the params to be array on sending email Jeffrey Guo 2015-07-27 15:36:36 +1200
  • 99773358cf check the value set in a field and dropdown box Jeffrey Guo 2015-07-02 14:37:20 +1200
  • 1201cded6e Merge pull request #90 from dhensby/patch-1 Damian Mooyman 2015-07-21 14:42:14 +1200
  • 1dea64847b Move to new travis containerised infrastructure Daniel Hensby 2015-07-20 16:07:22 +0100
  • ccf9d421c3 Updated symfony dependencies, avoid conflict with phpunit 3.7 (fixes #86) 1.0.0 Ingo Schommer 2015-07-18 15:14:01 +1200
  • 117c1ef662 email contains plain text Jeffrey Guo 2015-07-02 14:12:10 +1200
  • 88dabf555a Fixed "wait" step, merge regression from df4a859 Ingo Schommer 2015-04-21 15:24:51 +1200
  • 6da19dac18 Fix step when multiple relations exist between the two joined objects madmatt 2015-03-14 01:41:02 +1300
  • a02b04c727 Merge pull request #85 from phillprice/patch-2 Ingo Schommer 2015-04-21 14:31:24 +1200
  • 2bc36dbd53 DOCS: Updated definition check Phill Price 2015-04-08 17:05:35 +0100
  • dca72b30ef Lowered dom-crawler dependency for PHP 5.3 support Ingo Schommer 2015-04-08 10:54:12 +1200
  • 0cdfb2e116 Graceful handling of regions which aren't CSS selectors Ingo Schommer 2015-04-08 08:19:34 +1200
  • b28b179df7 Improved test behaviour (too much mocking) Ingo Schommer 2015-04-08 08:08:35 +1200
  • 6867fae31c Merge f7b380ad8e into cc6aa5cd46 Igor 2015-04-07 11:46:26 +0000
  • cc6aa5cd46 Limit symfony deps to 2.6 for PHP 5.3 compat Ingo Schommer 2015-04-07 23:46:18 +1200
  • b2a3fda54c Remove accidental composer.lock addition Ingo Schommer 2015-04-07 23:29:41 +1200
  • 1ec7a6a1e2 Use composer install --dev in travis Ingo Schommer 2015-04-07 23:27:02 +1200
  • c639c8b2ea Merge 4dc379a38a into 7db12fc9bb kmayo-ss 2015-04-07 11:20:28 +0000
  • 7db12fc9bb Unit tests Ingo Schommer 2015-04-07 23:15:22 +1200
  • f7b380ad8e FIX getRegionObj syntax error exception Igor 2015-04-07 16:24:13 +1200
  • 4615ef823c FIX getRegionObj syntax error exception Igor 2015-04-07 15:34:48 +1200
  • 30c0b9e5f1 Merge pull request #81 from silverstripe-iterators/pulls/fixture-tweaks Damian Mooyman 2015-03-10 09:40:18 +1300
  • cfbb91bbda Merge pull request #83 from mparkhill/patch-1 Damian Mooyman 2015-02-20 12:49:31 +1300
  • 5306efc43f FIX: broken link to selenium server jar file Michael Parkhill 2015-02-20 12:44:21 +1300
  • 74f7f66482 Merge e824abd908 into 5d4e86dbfc Christopher Pitt 2015-02-19 02:30:49 +0000
  • e824abd908 Fixing 404 problem Christopher Pitt 2015-02-19 15:30:42 +1300
  • 5d4e86dbfc Update readme for usage with firefox 26/selenium 2.41 Damian Mooyman 2015-02-16 13:03:18 +1300
  • 4297e36762 Allow updating of fixtures in creation steps if they already exist Ingo Schommer 2015-02-15 12:08:05 +1300
  • 7e8eaae73a Save ParentID alongside first record write to avoid validation errors Ingo Schommer 2015-02-15 12:07:41 +1300
  • 4dece01c34 Allow "given ... has data" notation for fixtures Ingo Schommer 2015-02-15 12:07:06 +1300
  • 5bf9eb4961 Fixed mink selenium driver reference Damian Mooyman 2015-02-09 10:29:33 +1300
  • 32f5b3968a Updated to mink 1.6 stable as 1.6 unstable is no longer available See 87a18d72e4 Damian Mooyman 2015-02-05 14:27:14 +1300
  • 50cf107242 Unrestrict behat access to framework 4.x branch Damian Mooyman 2015-01-16 13:25:50 +1300
  • f3c5df7957 Merge pull request #80 from silverstripe-iterators/pulls/password-complexity Damian Mooyman 2015-01-12 09:48:58 +1300
  • df4a859dbc Scroll to page top/bottom or an element Jeffrey Guo 2014-10-03 17:30:55 +1300
  • fcdfb04825 More complex password default to comply with custom authenticators Ingo Schommer 2015-01-06 13:54:01 +1300
  • 13271a8a6d FIX: adding caller class parameter to DataObject get Ben Manu 2014-12-08 16:47:04 +1300
  • 76145df1ae Merge pull request #79 from jeffreyguo/pulls/email-contains Ingo Schommer 2014-12-15 23:11:22 +1300
  • 9a51b32196 Updated and added new step to check the email contains text Jeffrey Guo 2014-11-14 11:47:17 +1300
  • 752abd4447 Note about publication state on child pages Ingo Schommer 2014-11-11 15:59:24 +1300
  • 6a24609dab More examples on versioned Ingo Schommer 2014-11-11 15:47:00 +1300
  • a35636f6b0 Add relationship example to README Ingo Schommer 2014-11-11 13:31:35 +1300
  • c6edcccb03 Merge pull request #78 from phillprice/patch-1 Sean Harvey 2014-10-14 12:01:23 +1300