esharsh / testpack
A testing package which can test es apis with proper response.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:composer-plugin
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: 2025-02-24 12:28:09 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