Wheels Tests #1864
-
|
After all your help, my basic wheels framework is running. I was checking the new tests and I found the
Example url: Output: Congratulations! is there no detail view of this test like in wheels 2.x?
Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Ok, for 2) I found this: I will rename the file to |
Beta Was this translation helpful? Give feedback.
@michaeldiederich For 2), Testbox 7 requires your test files to have either "spec" or "test" in their name. Otherwise the test would not run.
For 1), I tested it and it was actually an issue. Running singular tests was working correctly when URL Rewriting was turned ON but was redirecting to the home page when running with URL Rewriting turned OFF. It is fixed now. Kindly download the latest stable version of
wheels-coreand you are good to go. Let me know if you find anything further.