Skip to content

[Testing] [Panther] Add component documentation #19109

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

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .doctor-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ whitelist:
- '.. versionadded:: 3.6' # MonologBundle
- '.. versionadded:: 3.8' # MonologBundle
- '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
- '.. End to End Tests (E2E)'
- 'End to End Tests (E2E)'
15 changes: 9 additions & 6 deletions testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1166,12 +1166,15 @@ HttpClient Assertions

The HttpClient assertions were introduced in Symfony 6.4.

.. TODO
.. End to End Tests (E2E)
.. ----------------------
.. * panther
.. * testing javascript
.. * UX or form collections as example?
End to End Tests (E2E)
~~~~~~~~~~~~~~~~~~~~~~

If you need to test the application as a whole, including the JavaScript
code, you can use a real browser instead of the test client. This is
called an end-to-end test and it's a great way to test the application.

This can be achieved thanks to the Panther component. You can learn more
about it in :doc:`the dedicated page </testing/end_to_end>`.

Learn more
----------
Expand Down
Loading