Testing Symfony applications with Codeception
Description
A perfect workshop for everyone feeling overwhelmed by bugs in the Symfony projects!
While discussing the testing process in general, this workshop aims to equip attendees to overcome the testing challenges of projects that are deep in the development or maintenance phases.
Here are the segments we’d like to cover and the question we’ll provide answers for:
- Which tests are suitable for specific projects or project phases?
- How to maintain existing tests?
- Does writing PHP tests make sense if we have a QA team?
- An overview of Codeception and showcase of how to configure Codeception within Symfony.
- Which Symfony bundles should we use when testing with Codeception?
- An overview of different types of tests in Codeception.
- Providing a link to the GitHub project where we will prepare a Symfony application with configured Codeception and existing test cases.
- Diving into Functional and Acceptance tests on Symfony application.
Preparations
- Clone the repo: https://github.com/factoryhr/websc-24
- docker-compose up