https://github.com/mftf-buddy/mftf-buddy-tests
Magento functional tests made easy!
https://github.com/mftf-buddy/mftf-buddy-tests
cloud codeception functional-testing magento2 mftf selenium
Last synced: 2 months ago
JSON representation
Magento functional tests made easy!
- Host: GitHub
- URL: https://github.com/mftf-buddy/mftf-buddy-tests
- Owner: MFTF-Buddy
- License: other
- Created: 2023-03-19T15:28:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T17:48:53.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T21:42:11.672Z (about 1 year ago)
- Topics: cloud, codeception, functional-testing, magento2, mftf, selenium
- Language: PHP
- Homepage: https://www.mftf-buddy.com
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# MFTF-Buddy tests
Magento functional tests made easy!
---
## Steps to run MFTF tests in MFTF-Buddy cloud:
1. Register at https://www.mftf-buddy.com to get `MFTF Buddy Secret Key`
2. Install this module in your Magento project:
- `composer require mftf-buddy/tests`
- `bin/magento module:enable MFTFBuddy_Tests`
- `bin/magento setup:upgrade`
3. Set `MFTF Buddy Secret Key` as MB_SECRET_KEY env variable in dev/tests/acceptance/.env_mb file
4. Run suite of tests via Magento CLI command:
`bin/magento mftf-buddy:run-tests `
This command will output Test Session ID, which can be used to get detailed logs from finished test run
5. Get detailed logs from finished test run:
`bin/magento mftf-buddy:dump-logs []`