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. - - - - -