You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I'm currently using advanced template, but have one big problem - tests. My application has been moved from standard Yii structure. Everything is ok, except tests. Are there any simple and nice way to integrate them? i mean configs, etc.
The text was updated successfully, but these errors were encountered:
@smartfin@blitzjs what kind of tests are you talking about? @smartfin I didn't find any tests intergrated to Yiinitializr, can you show me a link with such tests?
A few months ago I've started to make a "test" project (based on advanced Yiinitializr template) with @Codeception tests (Borales/yiitinializr-codeception), but to a due a lack of time still can't finish it.
In that project, I have 3 main scripts (test_api.sh, test_backend.sh, test_frontend.sh) - each of them runs tests for a specific app-part. I think it's possible to make a root codeception.yml config to run all tests at once (read Codeception manual).
For this point - all tests are working as expected
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! Thanks for your project.
I'm currently using advanced template, but have one big problem - tests. My application has been moved from standard Yii structure. Everything is ok, except tests. Are there any simple and nice way to integrate them? i mean configs, etc.
The text was updated successfully, but these errors were encountered: