esharsh/testcept

There is no license information available for the latest version (v1.0.12) of this package.

Testing apis

Maintainers

👁 esharsh

Package info

github.com/esharsh/apicept

Issues

pkg:composer/esharsh/testcept

Statistics

Installs: 29

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.12 2024-01-17 12:52 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 0d95655ff6591e79954f95618de7af8740c69cd8

  • Harsh Pawar <harsh.pawar.woop@enigmaticsmile.com>

This package is auto-updated.

Last update: 2026-06-17 18:06:49 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.

Version : 1.0.11

Description : Add final script and test all the scenarios of apis.

Version : 1.0.12

Description : Add final script and test all the scenarios of apis.

Introduction

api codeception test package

Instructions

First, install this package:

composer require esharsh/testcept

Next, move the files from vendor folder to root folder using below script

cp -r ./vendor/esharsh/testcept/src/tests ./tests

Hit below command to run the api test

./vendor/bin/codecept run -v