File tree Expand file tree Collapse file tree 2 files changed +19
-140
lines changed Expand file tree Collapse file tree 2 files changed +19
-140
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,19 @@ Run Codeception, installed via Composer
4141
4242Please check out ` /tests ` folder for some good test examples provided.
4343
44+ ### Acceptance
45+
46+ Demonstrates tests with PhpBrowser and Codeception Chrome plugin:
47+ https://chrome.google.com/webstore/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik
48+
49+ ### API Tests
50+
51+ Demonstrates functional testing of API using REST and Laravel5 modules connected, with
52+
53+ * partial json inclusion in response
54+ * GET/POST/PUT/DELETE requests
55+ * check changes inside database
56+
4457### Functional Tests
4558
4659Demonstrates testing of CRUD application with
@@ -52,10 +65,11 @@ Demonstrates testing of CRUD application with
5265* creating and checking records in database
5366* testing of form errors
5467
55- ### API Tests
68+ ### Seeds Tests
5669
57- Demonstrates functional testing of API using REST and Laravel5 modules connected, with
70+ Just seed the DB and test if records are there. For integration testing
5871
59- * partial json inclusion in response
60- * GET/POST/PUT/DELETE requests
61- * check changes inside database
72+ ### Unit Tests
73+
74+ Various scenarios for Unit tests with Cest Cept.
75+ Shows how to properly test even controllers and mock dependencies
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments