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.

Maintainers

👁 esharsh

Package info

github.com/esharsh/testpack

Issues

Type:composer-plugin

pkg:composer/esharsh/testpack

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.0 2024-01-24 09:58 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License bd3f9136ae729361abd0f630d6d33278713b5569

  • HarshPawar

This package is auto-updated.

Last update: 2026-06-24 15:16:44 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