Skip to content

Releases: laracademy/interactive-dusk

Human Readable Test Filenames

10 Oct 19:20
Compare
Choose a tag to compare
Merge pull request #6 from laracademy/human-readable-filenames

Added better human readable filenames for the tests

PhpUnit test execution options

10 Oct 17:55
Compare
Choose a tag to compare

Thanks to @jackwh you can now pass in phpunit execution options.

--stop-on-error       : Stop execution upon first error
--stop-on-failure     : Stop execution upon first error or failure
--stop-on-warning     : Stop execution upon first warning
--stop-on-risky       : Stop execution upon first risky test
--stop-on-skipped     : Stop execution upon first skipped test
--stop-on-incomplete  : Stop execution upon first incomplete test
--fail-on-warning     : Treat tests with warnings as failures
--fail-on-risky       : Treat risky tests as failures

Version 0.3

06 Oct 16:30
Compare
Choose a tag to compare
use relative paths

Cleaner Code

06 Oct 16:00
Compare
Choose a tag to compare
Merge pull request #3 from laracademy/code-cleanup

Initial code cleanup

Initial Release

06 Oct 15:41
Compare
Choose a tag to compare

Initial Release