Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Latest commit

 

History

History
366 lines (303 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

366 lines (303 loc) · 12.1 KB

1.0.0-rc.64

  • Update MTF to support PHP 7.3

1.0.0-rc.63

  • Bump "symfony/console" version to be compatible with Magento dependencies
  • Remove "Readiness metrics"

1.0.0-rc.62

  • Readiness metrics added to verify Magento is ready to be tested

1.0.0-rc.61

  • Added item attribute name to idAttributes in config reader

1.0.0-rc.60

  • Update MTF tests to support PHPUnit 6.5 and PHP 7.2

1.0.0-rc.59

  • Added possibility to press key without an element object]
  • Added possibility to setup custom resolution for browser window

1.0.0-rc.58

  • Added Allure attachment support to capture screenshots/logs

1.0.0-rc.57

  • Fixed an issue with blocked element selector

1.0.0-rc.56

  • Added an ability to rerun failed Variation

1.0.0-rc.55

  • Fixed issue with triggerChangeEvent() in Selenium Driver

1.0.0-rc.54

  • Added support for PHP 7.1.x

1.0.0-rc.53

  • Default value is applied for events preset configuration
  • Added an ability to run CLI commands

1.0.0-rc.52

  • Copyright year update
  • Added possibility to send any variables from phpunit to the tests in parallel run

1.0.0-rc.51

  • Fixed an issue with xsi:type null in merging of variation and building of repository

1.0.0-rc.50

  • Added an ability to open new tab/window
  • Ignore PEER verification for curl transfer

1.0.0-rc.49

  • Added isPresent method to the ElementInterface
  • Fixed issue with using not existing in PHP 5.6 interface for wrapping exception
  • Add change trigger event to keys method for selenium driver

1.0.0-rc.48

  • Updated dependencies to use the latest PHPUnit version

1.0.0-rc.47

  • Added an ability to run specified variation by name
  • Fixed a bug with wrong variation name in reports when variation has been failed before test execution

1.0.0-rc.46

  • Added an ability to replace fields value in repositories using config file
  • Added an ability to persist sources for ConfigData fixture

1.0.0-rc.45

  • Added an ability to load configurations in nested folders
  • Added and configured generator pool

1.0.0-rc.44

  • Added DELETE HTTP Request method
  • Added an ability upload/download files

1.0.0-rc.43

  • Added an ability scroll to up if element is overlapped by another element
  • Changed README.md to be consistent with devdocs
  • Added an ability to pass window handle to SelectWindow() method

1.0.0-rc.42

  • Added date and time prefix to file artifacts name
  • Deleted PageUrl observer events from 'base' event preset
  • Updated copyright year

1.0.0-rc.41

  • Updated COPYING.txt file to follow Open Software License 3.0
  • Added getTitle() method for Driver to get page title
  • Added an ability to gather form mapping based on application module sequence
  • Set driver instance from Selenium Driver to PageLoader

1.0.0-rc.40

  • Added context to getData() method for composite form elements
  • Updated 'base' event preset. Change event 'click_after' to 'click_before'

1.0.0-rc.39

  • Throw an exception with text error message for the cURL operation
  • Added an ability to replace variations and fixtures using 'replace' attribute
  • Added fallback mechanism to generators
  • Added an ability to wait the element before finding it

1.0.0-rc.38

  • Added an ability to use the same steps in scenarios several times using 'alias' attribute

1.0.0-rc.37

  • Updated radio button element to get and set value based on label

1.0.0-rc.36

  • Added constraint execution logging to system events observer

1.0.0-rc.35

  • Updated README.md
  • Added radio button typified element
  • Fixed sending parameters using PUT method

1.0.0-rc.34

  • Set ticketId attribute for testCase as optional

1.0.0-rc.33

  • Added mage_mode environment variable support in functional test

1.0.0-rc.32

  • Wait for an element while getting its value on the form
  • Added *.dist file for global configuration
  • Set CurlInterface as non shared object
  • Provided framework with CurlTransport class
  • Created handler fallback in config.xml. Moved constants defining from ObjectManagerFactory to bootstrap.php
  • Moved selenium server dependency from require section to suggest section.
  • Added an ability to hover over element

1.0.0-rc.31

  • Updated variation.xsd for new attributes in test case xml files

1.0.0-rc.30

  • Code adaptation to PHP7

1.0.0-rc.29

  • Trigger change event after setValue()

1.0.0-rc.28

  • Moved all test data to repositories

1.0.0-rc.27

  • Added wait to form element before filling a value
  • Display variation name in PHPUnit test result log file

1.0.0-rc.26

  • Add an ability to specify several values for one tag type
  • Removed code duplication in generators
  • Stability improvement for dynamic JavaScript forms interaction

1.0.0-rc.25

  • Fixed that incomplete tests are displayed as passed in test results list
  • Added mechanism of cleaning up data in steps after scenario execution
  • Optimized getValue method for select element

1.0.0-rc.24

  • Added an ability to generate pages for external solutions

1.0.0-rc.23

  • Added an ability to merge form mapping from different modules

1.0.0-rc.22

  • Fixed config data structure
  • Updated credential template file
  • Fixed module filter for test suite rules

1.0.0-rc.21

  • Unified configuration usage
  • Performed general code clean up
  • Updated license information

1.0.0-rc.20

  • Fixed losing focus from the iframe during setting value to element

1.0.0-rc.19

  • Introduced unified format for Fixtures configuration
  • Introduced unified format for Repositories configuration
  • Implemented dynamic entities generation

1.0.0-rc.18

  • Fixed wrong tests number is displayed for functional tests on Bamboo
  • Fixed fatal error after create screenshot or report on Windows
  • Implemented mechanism of applying 3rd party credentials
  • Fixed setValue() method for StrictselectElement class
  • Fixed an issue with applying variations rules in parallel run after configuration unification

1.0.0-rc.17

  • Unified Format for pages configuration
  • Unified Format for TestCase Variations, TestCase Scenario declarations

1.0.0-rc.16

  • Unified Format for framework configuration
  • Unified Format for TestCase Variations, TestCase Scenario declarations

1.0.0-rc.15

  • Fixed wrong screenshot is taken for test failure if tearDown() method is present
  • Implemented fixture and repository merger
  • Changed generators of fixtures and repositories
  • Updated setValue() method to trigger JS events

1.0.0-rc.14

  • Magento vendor name is used as root MTF namespace

1.0.0-rc.13

  • Added ability to skip injectable test including prepare and inject methods
  • Removed dependency on Magento Framework
  • Added alternative web driver support and adapter for Facebook web driver as an example

1.0.0-rc.12

  • Fixed issue with applying tagging mechanism on variation scope in parallel mode
  • Code marked with @SuppressWarnings annotations

1.0.0-rc.11

1.0.0-rc.10

  • Implemented tagging functionality to run custom test scope
  • Fixed getting configuration path from environment variable
  • Fixed an issue with default timeout
  • Fixed handling for Incomplete and Skipped tests in parallel mode
  • Fixed issues when final tests were missed in report in parallel mode

1.0.0-rc.9

  • Sync factory class from Magento/Framework/ObjectManager/Factory
  • Fixed issue with applying placeholders to selectors in fixture data mapping
  • Fixed an issue with method keys() in \Magento\Mtf\Client\Driver\Selenium\Element
  • Added 'Interface' suffix to all interface names within Magento/Framework directory

1.0.0-dev.8

  • Replaced license and copyright placeholders with appropriate license information
  • Fixed an issue where the test will crash when user name and password is incorrect
  • Added environment variable module_filter_strict to limit test cases to specified modules

1.0.0-dev.7

  • Fixed issues with waiting for element in parallel mode
  • Added logic to run a subset of tests based on affected modules
  • Added logic to get a list of enabled modules in target Magento instance
  • Changed module file resolver to only search files in modules that are enabled in target Magento instance
  • Added dynamic generation of page classes based on enabled modules in target Magento instance
  • Changed path to generated page classes
  • Implemented recursive re-initialization for Block
  • Implemented scenario configuration reader
  • Implemented recursive merge for injectable fixture data from repository and variations(*.csv file)
  • Updated scenario configuration reader and fixed issues with preparing step sequence

1.0.0-dev.6

  • Added support for MTF Reporting for the parallel running mode
  • Fixed issues with running injectable tests in the parallel mode
  • Added exception handling to prevent build interruption
  • Rewrote the page generator to collect related blocks from all modules
  • Created mechanism for running test cases using the scenario approach

1.0.0-dev.5

  • Added an ability to skip variation execution by specifying a value in 'issue' column in data set file
  • Updated block/fixture/page/handler generators to created file without @package annotation
  • Updated 'base' event preset configuration to take screenshots on failures
  • Fixed bugs:
    • Fixed an issue with second test case failure if for a fixture persist the same UI handler is used

1.0.0-dev.4

  • Fixed bugs:
    • Fixed an issue where an exception was thrown while running functional tests in the parallel mode
    • Fixed an issue where the getElements() method performed the search of elements in a specified context incorrectly
    • For a typified element added the ability to select strict and non-strict values Fixed an issue where an exception was thrown when running injectable tests in the parallel mode 1.0.0-dev.3 Created Event Management and observers structure Added logger to store errors and events Added logger for html source code Added screenshots capturing on events Added logger for client js errors Added exception handler logger Move to phpunit 4.x Set the version requirement to be >= 3.7, both 3.7.x and 4.x phpunit should be acceptable Add addRiskyTest function to StateListener, the phpunit 4.x interface PHPUnit_Framework_TestListener requires it Fixed bugs: Fixed an issue with using specified class as typified element Fixed an issue with running Injectable tests on PHPUnit 4.1.0 Added getElements() method which returns an array of wrappedElements by specified locator Added an ability to return objects from test case method Added an ability to skip field in *.csv data set file for any array depth 1.0.0-dev.2 Added requirements section into a composer.json file Updated README.md file with User Documentation Running the Magento Test Framework (MTF) Installing and Configuring the Magento Test Framework (MTF) MTF Improvements Fixed Mtf\Fixture\InjectableFixture::__construct() method Moved __prepare() method call from __construct() to run() method in Mtf\Constraint\AbstractConstraint\Injectable class Added validations for Mtf\Block\Form class methods Updated return value for Mtf\Client\Driver\Selenium\Element\CheckboxElement::getValue() method Fixed bugs: Fixed an issue in Mtf\ObjectManager\Factory with resolving arguments in __construct() during new instance creation 1.0.0-dev.1 Added initial version of MTF to public repository