Ryan Albrecht
07/07/2022, 2:15 PMtests.specs.intergration.CORSSpec
inherits tests.resources.ModuleIntergrationSpec
but the setup() method is not being executed by testbox.
• The second issue I face is that the majority of the tests do a cfhttp (hyper in this case) call to test/resources/app/index.cfm
which I understand is a separate coldbox application but I dont understand how the cors module is suppose to be loaded in that application.
My understanding about testbox is that all I have to do is start the server and hit tests/runner.cfm
and the existing tests should work. Am I missing something?Ryan Albrecht
07/07/2022, 2:15 PMScott Steinbeck
07/07/2022, 5:02 PMbox install
in the root directory of the module?Scott Steinbeck
07/07/2022, 5:03 PMRyan Albrecht
07/07/2022, 5:53 PMRyan Albrecht
07/07/2022, 6:03 PMelpete
07/07/2022, 9:48 PMmaster
branch and try again? That test suite was messed up.elpete
07/07/2022, 9:48 PMelpete
07/07/2022, 9:49 PMRyan Albrecht
07/07/2022, 9:51 PM