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
- Host: GitHub
- URL: https://github.com/didikz/laravel-codecept-testing
- Owner: didikz
- Created: 2017-06-10T05:08:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T06:50:42.000Z (about 8 years ago)
- Last Synced: 2025-01-27T15:45:00.032Z (12 months ago)
- Topics: api, codeception, jwt, laravel, testing
- Language: PHP
- Homepage: https://medium.com/teknomuslim/automated-api-testing-laravel-using-jwt-and-codeception-6c587516fea6
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Automated API Testing Laravel Using JWT and Codeception
[](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.