aklump / manual-test
A solution for writing and running manual functional tests for websites using markdown and pdf.
1.3.3
2021-02-19 00:36 UTC
Requires
- aklump/documentation: ^1.0
- aklump/loft-lib: ^1.1
- erusev/parsedown: ^1.7
- justinrainbow/json-schema: ^5.2
- symfony/css-selector: ^3.4
- symfony/dom-crawler: ^3.4
- symfony/yaml: ^3.4
README
Summary
Manual test is a way to create QA testing for human running. It's for those situations where automated testing is forthcoming, would not be feasible. It's meant to be a very quick and simple way to have QA.
Visit https://aklump.github.io/manual_test for full documentation.
Quick Start
This one-liner will create a folder called tests_manual and install this library there using composer.
mkdir -p ./tests_manual && (cd tests_manual && composer require --dev aklump/manual-test && cp ./vendor/aklump/manual-test/examples/config.xml .)
- Modify tests_manual/config.xml as necessary
- Create at least one folder, with a manual test.
- Relative paths are relative to the config file.
export TEST_BASE_URL=http://mysite.com; ./vendor/bin/generate --configuration=config.xml
- You can also do like this:
export SIMPLETEST_BASE_URL=http://mysite.com; ./vendor/bin/generate --configuration=coanfig.xml
Contributing
If you find this project useful... please consider making a donation.