4.1.5 #458
GitHub Actions / adobe@2023 Test Results
succeeded
Jan 3, 2025 in 0s
All 119 tests pass, 13 skipped in 3s
Annotations
Check notice on line 0 in .github
github-actions / adobe@2023 Test Results
13 skipped tests found
There are 13 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.specs.CBWIRESpec ‑ Component.cfc should display component errors in a CBWIRE custom exception page
tests.specs.CBWIRESpec ‑ Component.cfc should pass validation with validateOrFail()
tests.specs.CBWIRESpec ‑ Component.cfc should provide original path to component when there is a template rendering error
tests.specs.CBWIRESpec ‑ Component.cfc should reset a single data property
tests.specs.CBWIRESpec ‑ Component.cfc should reset all data properties
tests.specs.CBWIRESpec ‑ Component.cfc should reset multiple data properties
tests.specs.CBWIRESpec ‑ Component.cfc should resetExcept a single data property
tests.specs.CBWIRESpec ‑ Component.cfc should resetExcept multiple data properties
tests.specs.CBWIRESpec ‑ Component.cfc should support deep nesting with correct count of children
tests.specs.CBWIRESpec ‑ Component.cfc should throw an error for HTML without a single outer element
tests.specs.CBWIRESpec ‑ Component.cfc should throw an error if we try to set a data property that doesn't exist
tests.specs.CBWIRESpec ‑ Component.cfc should throw error if a listener is defined but the method does not exist
tests.specs.CBWIRESpec ‑ File Uploads should _finishUpload()
Check notice on line 0 in .github
github-actions / adobe@2023 Test Results
132 tests found
There are 132 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.CBWIRESpec ‑ CBWIREController can load components from an external modules folder
tests.specs.CBWIRESpec ‑ CBWIREController can render component from ./wires folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREController can render component from nested folder using wire()
tests.specs.CBWIRESpec ‑ CBWIREController can render component from nested module using default wires location
tests.specs.CBWIRESpec ‑ CBWIREController should automatically sets passed params to wire()
tests.specs.CBWIRESpec ‑ CBWIREController should include a data-csrf token when calling getScripts()
tests.specs.CBWIRESpec ‑ CBWIREController should pass params to onMount if it exists
tests.specs.CBWIRESpec ‑ CBWIREController should provide a endWirePersist() method
tests.specs.CBWIRESpec ‑ CBWIREController should provide a wire() method that returns html
tests.specs.CBWIRESpec ‑ CBWIREController should provide a wirePersist() method
tests.specs.CBWIRESpec ‑ CBWIREController should return an object
tests.specs.CBWIRESpec ‑ CBWIREController should return getScripts()
tests.specs.CBWIRESpec ‑ CBWIREController should return getStyles()
tests.specs.CBWIRESpec ‑ CBWIREController throws error if it's unable to find a module component
tests.specs.CBWIRESpec ‑ Component.cfc should accept false flag for computed properties to prevent caching
tests.specs.CBWIRESpec ‑ Component.cfc should access validation from view
tests.specs.CBWIRESpec ‑ Component.cfc should auto validate
tests.specs.CBWIRESpec ‑ Component.cfc should be able to call UDF/action from template
tests.specs.CBWIRESpec ‑ Component.cfc should be able to call getInstance from template and component
tests.specs.CBWIRESpec ‑ Component.cfc should be able to call inherited methods from template
tests.specs.CBWIRESpec ‑ Component.cfc should be able to render coldbox views using view() from a component
tests.specs.CBWIRESpec ‑ Component.cfc should be able to render coldbox views using view() from a template
tests.specs.CBWIRESpec ‑ Component.cfc should cache computed properties
tests.specs.CBWIRESpec ‑ Component.cfc should display component errors in a CBWIRE custom exception page
tests.specs.CBWIRESpec ‑ Component.cfc should entangle
tests.specs.CBWIRESpec ‑ Component.cfc should hasError( field)
tests.specs.CBWIRESpec ‑ Component.cfc should have generated getter available in template
tests.specs.CBWIRESpec ‑ Component.cfc should have generated setters available in onMount
tests.specs.CBWIRESpec ‑ Component.cfc should implicitly render a view template
tests.specs.CBWIRESpec ‑ Component.cfc should include listeners within wire:effects on initial render
tests.specs.CBWIRESpec ‑ Component.cfc should isolate when using isolate=true
tests.specs.CBWIRESpec ‑ Component.cfc should isolate when using lazyLoad=true
tests.specs.CBWIRESpec ‑ Component.cfc should not render cbwire:assets tags
tests.specs.CBWIRESpec ‑ Component.cfc should not render cbwire:script tags
tests.specs.CBWIRESpec ‑ Component.cfc should not track assets in snapshot memo when lazy loaded
tests.specs.CBWIRESpec ‑ Component.cfc should pass validation with validateOrFail()
tests.specs.CBWIRESpec ‑ Component.cfc should provide _id variable to template
tests.specs.CBWIRESpec ‑ Component.cfc should provide original path to component when there is a template rendering error
tests.specs.CBWIRESpec ‑ Component.cfc should raise error if markers are not found in single-file component
tests.specs.CBWIRESpec ‑ Component.cfc should reference application helper methods
tests.specs.CBWIRESpec ‑ Component.cfc should render complex HTML structures
tests.specs.CBWIRESpec ‑ Component.cfc should render string booleans as booleans
tests.specs.CBWIRESpec ‑ Component.cfc should render with a onRender method
tests.specs.CBWIRESpec ‑ Component.cfc should render with correct snapshot, effects, and id attribute
tests.specs.CBWIRESpec ‑ Component.cfc should render with renderIt for backwards compatibility
tests.specs.CBWIRESpec ‑ Component.cfc should reset a single data property
tests.specs.CBWIRESpec ‑ Component.cfc should reset all data properties
tests.specs.CBWIRESpec ‑ Component.cfc should reset multiple data properties
tests.specs.CBWIRESpec ‑ Component.cfc should resetExcept a single data property
tests.specs.CBWIRESpec ‑ Component.cfc should resetExcept multiple data properties
tests.specs.CBWIRESpec ‑ Component.cfc should return a rendered component
tests.specs.CBWIRESpec ‑ Component.cfc should return proper names with child components
tests.specs.CBWIRESpec ‑ Component.cfc should support accessing data properties using legacy 'args' scope
tests.specs.CBWIRESpec ‑ Component.cfc should support child components
tests.specs.CBWIRESpec ‑ Component.cfc should support computed properties
tests.specs.CBWIRESpec ‑ Component.cfc should support deep nesting with correct count of children
tests.specs.CBWIRESpec ‑ Component.cfc should support hasErrors(), hasError( prop ), and getError( prop ) for validation
tests.specs.CBWIRESpec ‑ Component.cfc should support onBoot() firing when the component is initially rendered
tests.specs.CBWIRESpec ‑ Component.cfc should support passing params into a onRender method
tests.specs.CBWIRESpec ‑ Component.cfc should support rendering wires with x-data and arrow functions
tests.specs.CBWIRESpec ‑ Component.cfc should support single file components
tests.specs.CBWIRESpec ‑ Component.cfc should throw an error for HTML without a single outer element
tests.specs.CBWIRESpec ‑ Component.cfc should throw an error if we try to set a data property that doesn't exist
tests.specs.CBWIRESpec ‑ Component.cfc should throw an exception for a non-existent view
tests.specs.CBWIRESpec ‑ Component.cfc should throw error if a listener is defined but the method does not exist
tests.specs.CBWIRESpec ‑ Component.cfc should thrown exception for validateOrFail()
tests.specs.CBWIRESpec ‑ Component.cfc should track assets in snapshot memo
tests.specs.CBWIRESpec ‑ Component.cfc should track child components
tests.specs.CBWIRESpec ‑ Component.cfc should track scripts in snapshot memo
tests.specs.CBWIRESpec ‑ Component.cfc should validate()
tests.specs.CBWIRESpec ‑ Component.cfc shouldn't isolate by default
tests.specs.CBWIRESpec ‑ File Uploads should _finishUpload()
tests.specs.CBWIRESpec ‑ File Uploads should _startUpload() and return a generated signed URL
tests.specs.CBWIRESpec ‑ Incoming Requests should call onUpdate if it exists
tests.specs.CBWIRESpec ‑ Incoming Requests it should NOT return assets if they were already rendered
tests.specs.CBWIRESpec ‑ Incoming Requests should be able to return javascript to return
tests.specs.CBWIRESpec ‑ Incoming Requests should call onHydrate() if it exists
tests.specs.CBWIRESpec ‑ Incoming Requests should call onHydrate[Property] if it exists
tests.specs.CBWIRESpec ‑ Incoming Requests should call onUpdate[Property] if it exists
tests.specs.CBWIRESpec ‑ Incoming Requests should dispatch an event with params
tests.specs.CBWIRESpec ‑ Incoming Requests should dispatch an event without params
tests.specs.CBWIRESpec ‑ Incoming Requests should dispatchSelf()
tests.specs.CBWIRESpec ‑ Incoming Requests should dispatchTo()
tests.specs.CBWIRESpec ‑ Incoming Requests should handle array of struct data properties
tests.specs.CBWIRESpec ‑ Incoming Requests should not call onupdate if no updates are actually passed
tests.specs.CBWIRESpec ‑ Incoming Requests should provide a handleRequest() method that returns subsequent payloads
tests.specs.CBWIRESpec ‑ Incoming Requests should provide updates to data properties
tests.specs.CBWIRESpec ‑ Incoming Requests should redirect the user
tests.specs.CBWIRESpec ‑ Incoming Requests should redirect the user using navigate = true
tests.specs.CBWIRESpec ‑ Incoming Requests should return an outer element with the same id that we passed in
tests.specs.CBWIRESpec ‑ Incoming Requests should return the same id
tests.specs.CBWIRESpec ‑ Incoming Requests should run action we pass it
tests.specs.CBWIRESpec ‑ Incoming Requests should run action we pass it with parameters
tests.specs.CBWIRESpec ‑ Incoming Requests should support $refresh action
tests.specs.CBWIRESpec ‑ Incoming Requests should support firing onBoot on subsequent requests
tests.specs.CBWIRESpec ‑ Incoming Requests should support multi select dropdowns and the incoming array values
tests.specs.CBWIRESpec ‑ Incoming Requests should support rendering wires with x-data and arrow functions
tests.specs.CBWIRESpec ‑ Incoming Requests should throw a 419 Page Expired error if the CSRF token doesn't match
tests.specs.CBWIRESpec ‑ Incoming Requests should track cbwire:assets in http response
tests.specs.CBWIRESpec ‑ Incoming Requests should track child components on the response
tests.specs.CBWIRESpec ‑ Incoming Requests should track return values
tests.specs.CBWIRESpec ‑ Incoming Requests should trim string values if enabled on component
tests.specs.CBWIRESpec ‑ Incoming Requests should trim string values if global setting enabled on coldbox.cfc
tests.specs.CBWIRESpec ‑ Layout should auto inject assets
tests.specs.CBWIRESpec ‑ Layout should be able to change the display bar color
tests.specs.CBWIRESpec ‑ Layout should be able to disable the progress bar
tests.specs.CBWIRESpec ‑ Layout should be able to set updateEndpoint
tests.specs.CBWIRESpec ‑ Layout should have component request assets added in head
tests.specs.CBWIRESpec ‑ Layout should have default updateEndpoint
tests.specs.CBWIRESpec ‑ Layout should not auto inject assets
tests.specs.CBWIRESpec ‑ Layout should show the progress bar by default
tests.specs.CBWIRESpec ‑ Layout should use default display bar color
tests.specs.CBWIRESpec ‑ Lazy Loading It should throw error if lazy component doesn't have a placeholder
tests.specs.CBWIRESpec ‑ Lazy Loading should detect lazy loaded children
tests.specs.CBWIRESpec ‑ Lazy Loading should isolate when lazy loading
tests.specs.CBWIRESpec ‑ Lazy Loading should lazy load a component using the original outer element
tests.specs.CBWIRESpec ‑ Lazy Loading should not immediately render the component's content when lazy is true
tests.specs.CBWIRESpec ‑ Lazy Loading should return a base64-encoded lazy loading snapshot when wire() is called with lazy=true
tests.specs.CBWIRESpec ‑ Preprocessors CBWIREPreprocessor should correctly handle arguments with expressions
tests.specs.CBWIRESpec ‑ Preprocessors CBWIREPreprocessor should maintain order and syntax of multiple attributes
tests.specs.CBWIRESpec ‑ Preprocessors CBWIREPreprocessor should parse and replace cbwire tag with multiple arguments
tests.specs.CBWIRESpec ‑ Preprocessors CBWIREPreprocessor should parse and replace single cbwire tag with no arguments
tests.specs.CBWIRESpec ‑ Preprocessors CBWIREPreprocessor should replace multiple cbwire tags in a single content string
tests.specs.CBWIRESpec ‑ Preprocessors CBWIREPreprocessor should throw an exception for unparseable tags
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should handle double quotes around the selector
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should handle multiple teleport directives in the same content
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should handle nested teleport directives
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should handle no quotes around the selector
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should handle single quotes around the selector
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should handle spaces within the parentheses
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should not alter content without teleport directives
tests.specs.CBWIRESpec ‑ Preprocessors Teleport Preprocessing Tests should replace @teleport with the correct template tag
Loading