Skip to content

Releases: laracasts/Integrated

0.13.2

13 Apr 21:35
Compare
Choose a tag to compare
Return setUp and tearDown methods in proper order.

0.13.1: Change content() to response()

13 Apr 19:39
Compare
Choose a tag to compare
You may call this method from your tests, if you wish.

Version 0.13.0

13 Apr 17:54
Compare
Choose a tag to compare
  • Add Laravel trait for use with Selenium extension. Allows you to load the Laravel app, even for tests that use the Selenium extension.

Version 0.12.1

13 Apr 16:21
Compare
Choose a tag to compare
  • press('Submit') will now look for a button with the text "Submit", in addition to an input with a value of "Submit".
  • Better feedback for missing integrated.json config.

Version 0.12.0

12 Apr 15:49
Compare
Choose a tag to compare
  • Add attachFile method to API
  • Add seeFile method to API

Version 0.11.3

27 Mar 14:03
Compare
Choose a tag to compare
  • Fixes an issue with asserting the homepage (/)

Version 0.11.2

26 Mar 04:29
Compare
Choose a tag to compare

Adds method spoofing support.

Version 0.11.1

25 Mar 18:23
Compare
Choose a tag to compare

Fixes an issue, where @setup annotations weren't being loaded properly.

Version 0.11.0

25 Mar 16:30
Compare
Choose a tag to compare
  • DatabaseTransactions trait is now available
  • Automatically triggers trait methods with @setup and @teardown annotations.

If using the Laravel extension, your test classes should extend the default "tests/TestCase.php" class that is included with Laravel. Have that file extend Laracasts\Integrated\Extension\Laravel instead.

Version 0.10.1

25 Mar 01:30
Compare
Choose a tag to compare
Merge pull request #4 from paulboco/patch-1

Fix typo preventing file write.