From ce11bc2a84248421215372aa185b4c3716c42c30 Mon Sep 17 00:00:00 2001 From: Alex Kolesnyk Date: Fri, 8 Dec 2017 23:43:29 +0200 Subject: [PATCH] MQE-599: Move composer.json, README, etc from EE to CE - Update changelog.md --- CHANGELOG.MD | 19 +++++++++++++++++++ changelog.md | 20 -------------------- 2 files changed, 19 insertions(+), 20 deletions(-) create mode 100644 CHANGELOG.MD delete mode 100644 changelog.md diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 000000000..3ccc6d54b --- /dev/null +++ b/CHANGELOG.MD @@ -0,0 +1,19 @@ + * MFTF Version 1.0 - Changelog + * Initial commit of MFTF v1.0.0 + + * Core Features: + * **Traceability** for clear logging and reporting capabilities + * **Modularity** to run tests based on modules/extensions installed + * **Customizability** to have an ability to customize existed tests + * **Readability** using clear declarative XML test steps + * **Maintainability** based on simple test creation and overall structure + + * Supported Systems: + * OS + * Windows 10 + * OSX (Sierra) + * Browser + * Chrome (Latest) with ChromeDriver Latest + * Known Issues: + * Support for Firefox is curently incomplete. This will be resolved to support Firefox 57 (Quantum) and latest Gecko driver in next minor release. + * MAGENTO_BASE_URL in .env file must have final "/" e.g. "http://magento.com/" \ No newline at end of file diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 579b23850..000000000 --- a/changelog.md +++ /dev/null @@ -1,20 +0,0 @@ -MFTF Version 1.0 - Changelog - -Core Features: - -Supported Systems: -OS - Windows 10 - OSX (Sierra) - -Browser - Chrome (Latest) with ChromeDriver Latest - - -Known Issues: -*Support for Firefox is curently incomplete. This will be resolved to support Firefox 57 (Quantum) and latest Gecko driver in next minor release. - - - - -