Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Symfony Panther for functional tests #220

Open
TomaszGasior opened this issue Apr 8, 2023 · 0 comments
Open

Use Symfony Panther for functional tests #220

TomaszGasior opened this issue Apr 8, 2023 · 0 comments
Labels
help wanted Help from outside is needed refactor Tries to make code better

Comments

@TomaszGasior
Copy link
Owner

Current functional test use Symfony BrowserKit which just boostraps Symfony framework and fakes HTTP requests. Most of the time BrowserKit based tests are fine but they don't verify whether frontend specific HTML, CSS and JavaScript work correctly. For example, broken HTML validation may make creating new radio stations impossible but current BrowserKit-based tests won't show that.

It's needed to verify in which tests it may make sense to use Panther instead of BrowserKit.

@TomaszGasior TomaszGasior added help wanted Help from outside is needed refactor Tries to make code better and removed help wanted Help from outside is needed labels Apr 8, 2023
@TomaszGasior TomaszGasior added the help wanted Help from outside is needed label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Help from outside is needed refactor Tries to make code better
Projects
None yet
Development

No branches or pull requests

1 participant