esharsh / testpack
There is no license information available for the latest version (v1.0.0) of this package.
A testing package which can test es apis with proper response.
v1.0.0
2024-01-24 09:58 UTC
Requires
- codeception/codeception: ^4.2
- codeception/module-asserts: ^1.0.0
- codeception/module-phpbrowser: ^1.0.0
- codeception/module-rest: ^2.0
- codeception/module-sequence: ^2.0
This package is auto-updated.
Last update: 2026-02-24 14:27:18 UTC
README
api codeception test package
For version push use below commands
- git tag v1.0.0
- git push origin v1.0.0
Version : 1.0.0
Description : Create Sample test package with sample test api files.
Introduction
api codeception test package
Instructions
First, install this package:
composer require esharsh/testpack
Next, copy this code to composer.json file script section
"scripts": {
"post-update-cmd": [
"echo 'Copying directory...'",
"cp -r ./vendor/esharsh/testpack/src/tests ./tests",
"echo 'Directory copied successfully.'"
]
},
Hit below command to run the api test
./vendor/bin/codecept run -v