Alice
Codeception
Alice | Codeception | |
---|---|---|
1 | 12 | |
2,493 | 4,763 | |
0.4% | 0.2% | |
8.1 | 7.4 | |
7 days ago | about 1 month ago | |
PHP | PHP | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Alice
-
Hautelook's AliceBundle has disappeared :O
Some information from theofidry and a temporary solution > https://github.com/nelmio/alice/issues/1089
Codeception
- Any good resources on how to do “interaction” tests?
-
Any pro-tips for writing automated tests with Selenium PHP?
Personal experience: - don’t use Behat unless you really needed a “story telling”, it has a intermediate layer Gherkin that you’ll need to code. You can write “Given/When/Then” steps but you’ll also need to write “php code” that will interpret this step. - using real browser be prepared for instability - any interaction with JavaScript can broken/delay execution - be prepared that this tests are call functional they are the most expensive test, so start small unit then integration and only then functional. - use https://github.com/symfony/panther or https://codeception.com/ you’ll have phpunit alike interface to run them. - you’ll need to reset state of your database each time to provide “isolation” and stability
-
PHPUnit, do i need to learn it?
Codeception: https://codeception.com/
-
Advice for an older symfony 4.4 project
I would say to check out Codeception. Codeceptions has modules for Symfony and database generally. Long and short of it is that if you want you can run api tests that go into the controllers and rollback the database afterwards.
-
Automating Tests using CodeceptJS and Testomat.io: First Steps
There are enough blog posts about Jest or Cypress already, so let me introduce Codecept. It comes in two flavors. There is Codeception for PHP, and there is CodeceptJS for JavaScript which we will be using here.
-
Testing PHP Applications
There are many tools you can use for this purpose, but one I particularly like is CodeCeption. What I like most about it is that it's a unified tool that can be used to perform several types of tests, acceptance being one of them.
- Codeception - Full-stack testing PHP framework
-
Takeaways from a Testing and Refactoring Conference (apart from the T-Shirt)
This is a quote from this year's new Testify T-Shirt, my physical takeway from this event. While I don't agree that we should automate everything we can, I still chose this design as it shows Codeception code.
- How do you test php form login in gitlab testing stage? I just know testing python or fastapi... Thanks!
-
Symfony Station Communiqué - 04 March 2022. A Look at Symfony and PHP news!
And within the Symfony ecosystem Codeception, which “collects and shares best practices and solutions for testing PHP web applications. With a flexible set of included modules tests are easy to write, easy to use, and easy to maintain.”
What are some alternatives?
Faker
PHPUnit - The PHP Unit Testing framework.
hautelook.alice-bundle - An archive of hautelook/alice-bundle.
Behat - BDD in PHP
DBUnit
Pest - Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
PHPT - The PHP Interpreter
Prophecy - Highly opinionated mocking framework for PHP 5.3+
Mockery - Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
PHPSpec - SpecBDD Framework for PHP
ParaTest - :computer: Parallel testing for PHPUnit