An open API service indexing awesome lists of open source software.

https://github.com/didikz/laravel-codecept-testing

Automated testing exercise API using Laravel + Codeception + JWT package
https://github.com/didikz/laravel-codecept-testing

api codeception jwt laravel testing

Last synced: 10 months ago
JSON representation

Automated testing exercise API using Laravel + Codeception + JWT package

Awesome Lists containing this project

README

          

## Automated API Testing Laravel Using JWT and Codeception

[![Build Status](https://travis-ci.org/didikz/laravel-codecept-testing.svg?branch=master)](https://travis-ci.org/didikz/laravel-codecept-testing)

Coding exercise & automated API testing Laravel using JWT and Codeception.
## Installation
+ Clone repo
+ Run `composer install`
+ Create `database.sqlite` inside database directory

## Run Tests
Simply run `./vendor/bin/codecept run api`

or

run `./vendor/bin/codecept run api` to display executed steps

## Our Tools

- **[Laravel](https://laravel.com)**
- **[Codeception](http://codeception.com/)**
- **[tymondesigns/jwt-auth](https://github.com/tymondesigns/jwt-auth)**

## Contributing

Feel free to modify and send pull request.