Wheels Tests #1864
Answered
by
zainforbjs
michaeldiederich
asked this question in
Q&A
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! |
Answered by
zainforbjs
Feb 10, 2026
Replies: 1 comment 2 replies
|
Ok, for 2) I found this: I will rename the file to |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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.