Download the PHP package kirdia/codeception-test without Composer
On this page you can find all versions of the php package kirdia/codeception-test. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kirdia/codeception-test
More information about kirdia/codeception-test
Files in kirdia/codeception-test
Package codeception-test
Short Description BDD-style testing framework
License MIT
Homepage http://codeception.com/
Informations about the package codeception-test
Codeception
Modern PHP Testing for everyone
Codeception is a modern full-stack testing framework for PHP. Inspired by BDD, it provides an absolutely new way of writing acceptance, functional and even unit tests. Powered by PHPUnit.
General | Windows | Webdriver | HHVM |
---|---|---|---|
Contributions
At Codeception we are glad to receive contributions from the community. If you want to send additions or fixes to the code or the documentation please check the Contributing guide.
At a Glance
Describe what you test and how you test it. Use PHP to write descriptions faster.
Run tests and see what actions were taken and what results were seen.
Sample test
For unit testing you can stay on classic PHPUnit tests, as Codeception can run them too.
Installation
Composer
Phar
Download codecept.phar
Copy it into your project.
You can also make Codeception an executable and it put it into your $PATH
, for instance:
You can then run Codecept in the command line using: codecept bootstrap
, codecept run
, etc
Run CLI utility:
See also Installation | QuickStart
Getting Started
After you successfully installed Codeception, run this command:
This will create a default directory structure and default test suites.
Documentation
Documentation is included within the project. Look for it in the 'docs' directory.
License
MIT
(c) Codeception Team 2011-2018
All versions of codeception-test with dependencies
ext-json Version *
ext-mbstring Version *
facebook/webdriver Version >=1.1.3 <2.0
guzzlehttp/guzzle Version >=4.1.4 <7.0
guzzlehttp/psr7 Version ~1.0
symfony/finder Version >=2.7 <5.0
symfony/console Version >=2.7 <5.0
symfony/event-dispatcher Version >=2.7 <5.0
symfony/yaml Version >=2.7 <5.0
symfony/browser-kit Version >=2.7 <5.0
symfony/css-selector Version >=2.7 <5.0
symfony/dom-crawler Version >=2.7 <5.0
behat/gherkin Version ^4.4.0
codeception/phpunit-wrapper Version ^6.0.9|^7.0.6
codeception/stub Version ^2.0