Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
symfony
/
panther
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
233
Star
3k
Code
Issues
198
Pull requests
12
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
v1.1.0
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 13, 2021
Changelog for version 1.1.0 (#485)
dunglas
authored
1779026
Copy full SHA for 1779026
fix some deprecations (#484)
dunglas
authored
8e27862
Copy full SHA for 8e27862
Commits on Jul 12, 2021
ci: fix PHPStan and PHP CS Fixer (#483)
Show description for 4c22ea1
dunglas
authored
4c22ea1
Copy full SHA for 4c22ea1
fix a bug introduced in #468 (#482)
dunglas
authored
66c1e38
Copy full SHA for 66c1e38
Fixed undefined constant error when using PantherTestCaseTrait (#439)
Show description for e902d59
nusje2000
authored
e902d59
Copy full SHA for e902d59
ServerTrait: Don't check isWebServerStarted on pause (#440)
shadowc
authored
fa8885c
Copy full SHA for fa8885c
allow options chromeManager (#444)
Damienbelingheri
authored
c23f267
Copy full SHA for c23f267
Adding link to dbrekelmans/browser-driver-installer (#454)
ThomasLandauer
authored
5477650
Copy full SHA for 5477650
Allow custom environment variables (#451)
Show description for 6318370
ThomasTr
and
dunglas
authored
6318370
Copy full SHA for 6318370
Adding self-signed certificates for Firefox (#456)
ThomasLandauer
authored
0ef1deb
Copy full SHA for 0ef1deb
Option for disable devtools (#468)
Show description for c164ce1
kacpermajczak
and
dunglas
authored
c164ce1
Copy full SHA for c164ce1
Add option to attach screenshots to phpunit junit report (#474)
trakos
authored
815494d
Copy full SHA for 815494d
Find the chromedriver installed by lanfest/binary-chromedriver (#471)
I-Valchev
authored
fb9b9b6
Copy full SHA for fb9b9b6
Fix registeringClient in ServerExtension in consecutive calls from the same test class (#473)
trakos
authored
fe3ecee
Copy full SHA for fe3ecee
Commits on Mar 1, 2021
Added logging options (#430)
Show description for ec2ff07
3 people
authored
ec2ff07
Copy full SHA for ec2ff07
Commits on Feb 27, 2021
Adding the zip extension to the CI process (#435)
halfer
authored
7b90d74
Copy full SHA for 7b90d74
Commits on Feb 12, 2021
Typo (#426)
OskarStark
authored
624d40e
Copy full SHA for 624d40e
Commits on Feb 11, 2021
Fix: Indentation (#424)
OskarStark
authored
2bb40e0
Copy full SHA for 2bb40e0
Fixed assertions to work with clients other than the PantherClient (#423)
Show description for cb5349c
dunglas
and
nusje2000
authored
cb5349c
Copy full SHA for cb5349c
Add documentation about multi-domain & separate processes (#422)
Show description for 2e41643
3 people
authored
2e41643
Copy full SHA for 2e41643
Commits on Feb 8, 2021
Add GitHub Sponsor
dunglas
authored
2064e17
Copy full SHA for 2064e17
Add Tidelift link
dunglas
authored
f97ffdc
Copy full SHA for f97ffdc
Commits on Feb 3, 2021
fix: screenshot on error feature (#417)
Show description for d129434
dunglas
authored
d129434
Copy full SHA for d129434
Add back logo and changelog for version 1.0 (#415)
Show description for 622613b
dunglas
authored
622613b
Copy full SHA for 622613b
fix some regressions introduced in #413 (#416)
dunglas
authored
30271c9
Copy full SHA for 30271c9
Remove support for deprecated features (#414)
dunglas
authored
a4d4227
Copy full SHA for a4d4227
feat: add missing type hints (#413)
Show description for 1883612
dunglas
authored
1883612
Copy full SHA for 1883612
[Feature] Automatically take screenshot on failure/error (#392)
Show description for 81316c9
kbond
and
dunglas
authored
81316c9
Copy full SHA for 81316c9
feat: add future assertion (#411)
Show description for 016d7ef
Gregcop1
and
dunglas
authored
016d7ef
Copy full SHA for 016d7ef
ci: fix PHPStan errors (#412)
dunglas
authored
cd7501b
Copy full SHA for cd7501b
Commits on Feb 2, 2021
Fix typo (#408)
matthieumota
authored
0cb4c05
Copy full SHA for 0cb4c05
Commits on Jan 18, 2021
Merge pull request #406 from symfony/cleanup
Show description for 19c3171
nicolas-grekas
authored
19c3171
Copy full SHA for 19c3171
Cleanups
nicolas-grekas
committed
c37c6e5
Copy full SHA for c37c6e5
Dont allow unserializing classes with a destructor - panter
jderusse
authored and
nicolas-grekas
committed
09e4a2e
Copy full SHA for 09e4a2e
Remove logo for now
nicolas-grekas
committed
b535e37
Copy full SHA for b535e37
Pagination
Previous
Next
You can’t perform that action at this time.