Skip to content

Fix git ignore for livewire so we don't ignore /includes/js/livewire #560

Fix git ignore for livewire so we don't ignore /includes/js/livewire

Fix git ignore for livewire so we don't ignore /includes/js/livewire #560

Triggered via push November 22, 2025 00:13
Status Failure
Total duration 3m 50s
Artifacts 6

ci.yml

on: push
Matrix: Tests
Simple 'box publish'
0s
Simple 'box publish'
Fit to window
Zoom out
Zoom in

Annotations

884 errors and 6 warnings
FileUpload.cfc should return an object (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should load without error (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the meta data (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return expected preview URL (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is NOT image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the file size (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the MIME type (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Layout should have component request assets added in head (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should return a rendered component (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should provide _id variable to template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render string booleans as booleans (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render with a onRender method (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should implicitly render a view template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should cache computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should be able to access event from template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc shouldn't isolate by default (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using isolate=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using lazyLoad=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:script tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:assets tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track assets in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track scripts in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should validate() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should access validation from view (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should auto validate (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should thrown exception for validateOrFail() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should hasError( field) (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should entangle (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should reference application helper methods (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render complex HTML structures (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support single file components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should support $refresh action (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return an object (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should load without error (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the meta data (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return expected preview URL (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is NOT image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the file size (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the MIME type (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Layout should have component request assets added in head (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should return a rendered component (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should provide _id variable to template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should return the same id (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should run action we pass it (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event without params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event with params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchSelf() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchTo() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onUpdate if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onHydrate() if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should track return values (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should redirect the user (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should isolate when lazy loading (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should detect lazy loaded children (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Layout should have component request assets added in head (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should return a rendered component (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should provide _id variable to template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render string booleans as booleans (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render with a onRender method (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should implicitly render a view template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should cache computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should be able to access event from template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc shouldn't isolate by default (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using isolate=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using lazyLoad=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:script tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:assets tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track assets in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track scripts in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should validate() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should access validation from view (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should auto validate (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should thrown exception for validateOrFail() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should hasError( field) (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should entangle (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should reference application helper methods (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render complex HTML structures (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render string booleans as booleans (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render with a onRender method (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should implicitly render a view template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should cache computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should be able to access event from template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc shouldn't isolate by default (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using isolate=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using lazyLoad=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:script tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:assets tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track assets in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track scripts in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should validate() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should access validation from view (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should auto validate (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should thrown exception for validateOrFail() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should hasError( field) (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should entangle (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should reference application helper methods (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render complex HTML structures (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support single file components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should support $refresh action (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support single file components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should support $refresh action (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should return the same id (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should run action we pass it (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event without params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event with params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchSelf() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchTo() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onUpdate if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onHydrate() if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should track return values (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should redirect the user (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should isolate when lazy loading (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should detect lazy loaded children (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should return the same id (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should run action we pass it (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event without params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event with params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchSelf() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchTo() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onUpdate if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onHydrate() if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should track return values (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should redirect the user (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should isolate when lazy loading (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should detect lazy loaded children (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return an object (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should load without error (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the meta data (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return expected preview URL (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is NOT image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the file size (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the MIME type (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Tests (lucee@5)
Process completed with exit code 1.
Tests (lucee@6)
Process completed with exit code 1.
Tests (boxlang-cfml@1)
Process completed with exit code 1.
FileUpload.cfc should return an object (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should load without error (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the meta data (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return expected preview URL (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is NOT image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the file size (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the MIME type (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Layout should have component request assets added in head (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should return a rendered component (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should provide _id variable to template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render string booleans as booleans (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render with a onRender method (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should implicitly render a view template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should cache computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should be able to access event from template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc shouldn't isolate by default (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using isolate=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using lazyLoad=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:script tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:assets tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track assets in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track scripts in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should validate() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should access validation from view (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should auto validate (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should thrown exception for validateOrFail() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should hasError( field) (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should entangle (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should reference application helper methods (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render complex HTML structures (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support single file components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should support $refresh action (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should return the same id (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should run action we pass it (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event without params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event with params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchSelf() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchTo() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onUpdate if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onHydrate() if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should track return values (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should redirect the user (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should isolate when lazy loading (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should detect lazy loaded children (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Tests (adobe@2023)
Process completed with exit code 1.
FileUpload.cfc should return an object (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should load without error (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the meta data (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return expected preview URL (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is NOT image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the file size (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the MIME type (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Layout should have component request assets added in head (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should return a rendered component (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should provide _id variable to template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render string booleans as booleans (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render with a onRender method (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should implicitly render a view template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should cache computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should be able to access event from template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc shouldn't isolate by default (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using isolate=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using lazyLoad=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:script tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:assets tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track assets in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track scripts in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should validate() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should access validation from view (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should auto validate (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should thrown exception for validateOrFail() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should hasError( field) (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should entangle (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should reference application helper methods (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render complex HTML structures (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support single file components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should support $refresh action (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should return the same id (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should run action we pass it (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event without params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event with params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchSelf() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchTo() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onUpdate if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onHydrate() if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should track return values (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should redirect the user (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should isolate when lazy loading (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should detect lazy loaded children (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return an object (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should load without error (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the meta data (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return expected preview URL (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should determine is NOT image (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the file size (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
FileUpload.cfc should return the MIME type (tests.specs.FileUploadSpec) with error: tests.specs.FileUploadSpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Layout should have component request assets added in head (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should return a rendered component (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should provide _id variable to template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render string booleans as booleans (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render with a onRender method (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should implicitly render a view template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should cache computed properties (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should be able to access event from template (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc shouldn't isolate by default (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using isolate=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should isolate when using lazyLoad=true (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track child components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:script tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should not render cbwire:assets tags (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track assets in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should track scripts in snapshot memo (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should validate() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should access validation from view (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should auto validate (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should thrown exception for validateOrFail() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should hasError( field) (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should entangle (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should reference application helper methods (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should render complex HTML structures (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Component.cfc should support single file components (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should support $refresh action (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should return the same id (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should run action we pass it (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event without params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatch an event with params (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchSelf() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should dispatchTo() (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onUpdate if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should call onHydrate() if it exists (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should track return values (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Incoming Requests should redirect the user (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should isolate when lazy loading (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Lazy Loading should detect lazy loaded children (tests.specs.CBWIRESpec) with error: tests.specs.CBWIRESpec#L0
test-harness/tests/results/test-results-junit.xml [took 0s]
Tests (adobe@2025)
Process completed with exit code 1.
Tests (adobe@2021)
Process completed with exit code 1.
Tests (lucee@5)
No files were found with the provided path: test-harness/.engine/**/logs/* test-harness/.engine/**/WEB-INF/cfusion/logs/*. No artifacts will be uploaded.
Tests (lucee@6)
No files were found with the provided path: test-harness/.engine/**/logs/* test-harness/.engine/**/WEB-INF/cfusion/logs/*. No artifacts will be uploaded.
Tests (boxlang-cfml@1)
No files were found with the provided path: test-harness/.engine/**/logs/* test-harness/.engine/**/WEB-INF/cfusion/logs/*. No artifacts will be uploaded.
Tests (adobe@2023)
No files were found with the provided path: test-harness/.engine/**/logs/* test-harness/.engine/**/WEB-INF/cfusion/logs/*. No artifacts will be uploaded.
Tests (adobe@2025)
No files were found with the provided path: test-harness/.engine/**/logs/* test-harness/.engine/**/WEB-INF/cfusion/logs/*. No artifacts will be uploaded.
Tests (adobe@2021)
No files were found with the provided path: test-harness/.engine/**/logs/* test-harness/.engine/**/WEB-INF/cfusion/logs/*. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
test-results-adobe@2021
379 KB
sha256:d9a321b21f78f06591b0ee056a111bf5077d246c730f09890a64fe08e4c6d95b
test-results-adobe@2023
378 KB
sha256:fee3480072063dd0c7de52328bc9548c1065a6101dd7a9ec6ae84d5453c166b3
test-results-adobe@2025
376 KB
sha256:d64db6bdb43c0e7f6003bc5c1615139b7de4c5475a02b105c748ba0835dbf46c
test-results-boxlang-cfml@1
813 KB
sha256:cfb76a57d77b58cf2e4df3640c2b03c42aa6ccf168282c2a79df65d5e632e6d3
test-results-lucee@5
962 KB
sha256:05254b05ce009e27dce08ae6a4f68b505de81cd6ba8ab6c7709ea656ed1deae1
test-results-lucee@6
961 KB
sha256:2c6b69f7f4f787dcb8e61b252075b8131e1ca50bd0475183586544c1a9c7eb8a