Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Comptoir Comptoir
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ComptoirComptoir
  • ComptoirComptoir
  • Issues
  • #7
Closed
Open
Issue created Feb 26, 2020 by Fabrice Gangler@fgangler🎨Owner

Functional tests: add dependencies (browser-kit, css-selector and panther)

Documentation:

  • https://symfony.com/doc/current/testing.html#your-first-functional-test
  • https://symfony.com/doc/current/components/browser_kit.html
  • https://symfony.com/doc/current/components/css_selector.html
  • https://github.com/symfony/panther

Panther examples:

  • https://www.christophe-meneses.fr/article/remplir-un-champ-de-formulaire-cache-avec-symfony-panther-php-webdriver
  • https://symfony.com/blog/introducing-symfony-panther-a-browser-testing-and-web-scrapping-library-for-php

Installation:

composer require --dev symfony/browser-kit
composer require --dev symfony/css-selector
composer require --dev panther
Edited Feb 26, 2020 by Fabrice Gangler
Assignee
Assign to
Time tracking