Magento DevDocs
  • Magento 2.0
  • Magento 2.1
  • Magento 2.2
  • Magento 2.3
  • Cloud
    • Cloud Guide
    • Cloud Architecture
    • Local Development
    • Docker quick reference
    • Configure Environments
    • Upgrades and Patches
    • Release Notes
  • Setup
    • Installation Guide
    • Extension Update and System Upgrade Guide
    • Configuration Guide
    • Performance Best Practices
    • Migration Guide
    • Magento Commerce (Cloud) Guide
    • Release Information
  • Development
    Backend
    • Architecture
    • PHP Developer Guide
    • Extension Developer Best Practices
    • Module Reference Guide
    • Coding Standards
    • Contributor Guide
    Frontend
    • Frontend Developer Guide
    • UI Components Guide
    • JavaScript Developer Guide
    • Admin Design Pattern Library
    • Admin Style Guide
    API
    • Get Started with Magento Web APIs
    • REST API Reference
    • SOAP API Reference
    • Marketplace EQP API Reference
    • Magento BI Import REST API
  • Testing
    • Magento Testing Guide
    • Functional Acceptance Testing (MFTF)
    • Functional Testing
    • Integration Testing
    • JavaScript Unit Testing
    • PHP Unit Testing
    • Web API Functional Testing
  • Functional Areas
    • Advanced Reporting
    • B2B
    • Checkout
    • Order Management
    • Payment Integrations
    • Staging
  • Tutorials
    • Rest Tutorials
    • Customize Product Creation Form
    • Customize Checkout
    • Magento Support
    • Video Tutorials
Table of Contents

Functional Testing Framework Guide

  • Introduction
  • Installation
  • Quick Start
    • Adjust configuration
    • Prepare Magento application
    • Prepare environment for test run
    • Test run
    • See logs for failed tests
  • Create a Test
    • Out-of-the-box test
    • New functional test. Theory
    • New functional test. Practice
  • Features
    • Isolation management
    • Modularity
    • Parallel execution flow
    • Reporting
    • Test suite
    • Web driver replacement
  • Entities
    • Fixture
    • Fixture Repository
    • Handler
    • Block
    • Typified element
    • Page
    • Constraint
    • Data set
    • Test case
    • Scenario test
  • Configuration
  • Update
  • Troubleshooting
  • Changelog

Troubleshoot the Functional Testing Framework issues

Installation issues

Selenium Server issue

Error message:

PHPUnit_Extensions_Selenium2TestCase_WebDriverException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: in selenium server console output
  • Reason: a Selenium server is incompatible with your browser version
  • Solution: download the latest Selenium Standalone Server version
Edit this page on GitHub
Give us feedback
  • Become a Contributor
  • Glossary
  • Privacy Policy
  • Terms of Service
  • License/Trademark FAQ
  • Release Notes
  • Third-Party Licenses
© 2019 Magento. All rights reserved.