You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Ideally, we should be able to run tests against sample applications running test code in a webserver. This will allow us to test things like framework integrations, response codes, and other edge cases that are hard to test with only unit tests.
Curl
Doctrine
Eloquent
Grpc
Guzzle
Laravel
Memcached
Mysql
PDO
Postgres
Symfony
Wordpress
The text was updated successfully, but these errors were encountered:
Your library looks super useful for something like testing our Guzzle integrations.
As for testing framework integrations, we'd probably want some sample applications where we install the library and possibly run a local webserver and hit the app with requests - checking that stuff like trace context propagation works.
This issue is probably too general and we can break it into smaller issues.
Ideally, we should be able to run tests against sample applications running test code in a webserver. This will allow us to test things like framework integrations, response codes, and other edge cases that are hard to test with only unit tests.
The text was updated successfully, but these errors were encountered: