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.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

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

This package is auto-updated.

Last update: 2024-04-24 10:37:24 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