Test::Mojo is a test user agent based on Mojo::UserAgent, it is usually used together with Test::More to test Mojolicious applications. Just run your tests with prove. $ prove -l -v $ prove -l -v t/foo.t If it is not already defined, the "MOJO_LOG_LE...
SRI/Mojolicious-8.71 - 17 Jan 2021 17:06:28 UTC - Search in distribution- Mojolicious - Real-time web framework
- Mojo::Util - Portable utility functions
- Mojo::DOM - Minimalistic HTML/XML DOM parser with CSS selectors
- 29 more results from Mojolicious »
Test::Mojo::Pg makes the creation and removal of a transitory database during testing when using Mojo::Pg. This is useful when every test should work from a 'clean' database....
RICHE/Test-Mojo-Pg-0.33 - 01 Oct 2015 00:15:25 UTC - Search in distributionTest::Mojo::IRC is a module for making it easier to test Mojo::IRC applications....
JHTHORSEN/Mojo-IRC-0.45 - 07 Jun 2018 06:41:34 UTC - Search in distribution- Mojo::IRC - IRC Client for the Mojo IOLoop
Test::Mojo::More is an extension for the Test::Mojo which allows you to test Mojo and Mojolicious applications....
COOLMEN/Test-Mojo-More-0.061 - 14 Mar 2016 18:51:13 UTC - Search in distributionTest::Mojo::Trim is an extension to Test::Mojo, that adds an additional string comparison function....
CSSON/Test-Mojo-Trim-0.1000 - 22 Jul 2016 12:47:06 UTC - Search in distribution"Test::Mojo::Role" is not a real module, just documentation. Roles do not inherit from a base, but if they did, this would be the base class for "Test::Mojo::Role::"s. Roles should be built in such a way that they can be applied via Role::Tiny. Roles...
JBERGER/Test-Mojo-WithRoles-0.02 - 03 Mar 2015 05:05:52 UTC - Search in distribution- Test::Mojo::WithRoles - Use Test::Mojo roles cleanly and safely
- lib/Test/Mojo/Role/Null.pm
NICOMEN/Test-Mojo-Plack-0.11 - 19 Apr 2020 18:11:52 UTC - Search in distribution
Test::Mojo::Session is an extension for the Test::Mojo, which allows you to conveniently test session in Mojolicious applications....
AVKHOZOV/Test-Mojo-Session-1.06 - 17 May 2020 14:35:48 UTC - Search in distribution- Test::Mojo::Role::Session - Testing session in Mojolicious applications
The Test::Mojo::Role::Log role enhances Test::Mojo with additional methods to check log output....
OETIKER/Test-Mojo-Role-Log-0.1.0 - 03 Sep 2020 09:28:04 UTC - Search in distributionThis module provides component tests for web pages: Instead of selecting individual elements and testing their parts, these methods test complete components in a way that allows for cosmetic, non-material changes to be made without editing the test. ...
PREACTION/Mojolicious-Plugin-Moai-0.012 - 04 Apr 2020 20:56:11 UTC - Search in distribution- Mojolicious::Plugin::Moai - Mojolicious UI components using modern UI libraries
Test::Mojo makes testing Mojolicious applications easy and fun. Wouldn't it be nice if there was some way to use it for non-Mojolicious apps? Test::Mojo::Role::PSGI does just that....
JBERGER/Test-Mojo-Role-PSGI-0.07 - 10 Dec 2018 22:19:54 UTC - Search in distributionWhen you chain up a bunch of tests and they fail, you really want an easy way to dump up your markup at a specific point in that chain and see what's what. This module comes to the rescue....
ZOFFIX/Test-Mojo-Role-Debug-1.005001 - 09 Dec 2020 20:49:04 UTC - Search in distributionTest::Mojo::Role::Phantom is a Role::Tiny role which adds a phantom_ok method to Test::Mojo or a Test::Mojo instance. This method tests the javascript behavior of the app via an external PhantomJS <http://phantomjs.org/> process. You must install tha...
JBERGER/Mojo-Phantom-0.11 - 14 Feb 2018 01:23:36 UTC - Search in distribution- Mojo::Phantom - Interact with your client side code via PhantomJS
Test::Mojo::Role::Selenium is a role that extends Test::Mojo with additional methods which checks behaviour in a browser. All the heavy lifting is done by Selenium::Remote::Driver. Some of the Selenium::Remote::Driver methods are available directly i...
JHTHORSEN/Test-Mojo-Role-Selenium-0.17 - 07 May 2020 02:02:13 UTC - Search in distributionThis module adds some Test::Deep functionality to Test::Mojo. "Test::Deep" allows for extremely-customizable testing of data structures. This module adds some helper methods to "Test::Mojo" (using Test::Mojo::WithRoles) to test your web app's respons...
PREACTION/Test-Mojo-Role-TestDeep-0.007 - 15 Mar 2016 06:28:04 UTC - Search in distributionMojo is an MVC Web Application Framework. Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing. The Test::WWW::Mechanize::Mojo module meshes the two to allow easy testing of Mojo applications wit...
SHLOMIF/Test-WWW-Mechanize-Mojo-0.0.21 - 07 Oct 2020 07:49:20 UTC - Search in distributionWrite long chains of Test::Mojo methods manipulating the pages and doing tests on them is neat. Often, contents of the page inform what the following tests will do. This requires breaking the chain, writing a few calls to get to the DOM, then save st...
ZOFFIX/Test-Mojo-Role-DOMinizer-1.001001 - 17 Dec 2020 21:44:27 UTC - Search in distributionRole to add some extra methods to Test::Mojo for testing routes' HTTP status codes...
DCANTRELL/Test-Mojo-Role-HTTPstatus-1.0.0 - 19 Sep 2020 20:41:09 UTC - Search in distributionWhen you have many tests, you may want to stop the test suite after the first failure. This modules does a "Test::More::BAIL_OUT", like the "die_on_fail" on Test::Most behavior....
FVOX/Test-Mojo-Role-StopOnFail-0.01 - 07 Jan 2019 14:10:00 UTC - Search in distributionA Test::Mojo role that allows you submit forms, optionally overriding any of the values already present...
ZOFFIX/Test-Mojo-Role-SubmitForm-1.004002 - 30 Dec 2020 19:52:59 UTC - Search in distribution