GitHub Actions / boxlang-cfml@1 ColdBox be Test Results
failed
Feb 22, 2025 in 0s
1 fail, 49 pass in 3s
50 tests 49 ✅ 3s ⏱️
11 suites 0 💤
1 files 1 ❌
Results for commit e3e2a59.
Annotations
Check warning on line 0 in tests.specs.protocols.FileProtocolTest
github-actions / boxlang-cfml@1 ColdBox be Test Results
File Protocol can send mail with no type specified (tests.specs.protocols.FileProtocolTest) failed
test-harness/tests/results/test-results-junit.xml [took 0s]
Raw output
The actual [1] is not greater than [1]
82: var fileListing = getFileMailListing();
83: debug( fileListing );
84: expect( fileListing.len() ).toBeGT( 1 );
85: } );
86: } );
/home/runner/work/cbmailservices/cbmailservices/test-harness/tests/specs/protocols/FileProtocolTest.cfc:84
Check notice on line 0 in .github
github-actions / boxlang-cfml@1 ColdBox be Test Results
50 tests found
There are 50 tests, see "Raw output" for the full list of tests.
Raw output
tests.specs.AbstractProtocolTest ‑ Abstract Protocol can be created correctly
tests.specs.AbstractProtocolTest ‑ Abstract Protocol can handle the property methods
tests.specs.ConcurrentLinkedQueueTest ‑ Concurrent Linked Queue can be created
tests.specs.ConcurrentLinkedQueueTest ‑ Concurrent Linked Queue can be created with a seeded array
tests.specs.ConcurrentLinkedQueueTest ‑ Concurrent Linked Queue can clone
tests.specs.ConcurrentLinkedQueueTest ‑ Concurrent Linked Queue can create iterators
tests.specs.ConcurrentLinkedQueueTest ‑ Concurrent Linked Queue can insert elements at the tail of the queue
tests.specs.ConcurrentLinkedQueueTest ‑ Concurrent Linked Queue can work with default methods
tests.specs.IntegrationTest ‑ Integration can leverage our mixin helpers
tests.specs.MailServiceTest ‑ Mail Services Suite Send mail with multiple params and attachments can send mail asynchronusly
tests.specs.MailServiceTest ‑ Mail Services Suite Send mail with multiple params and attachments can send mail with a rendered view
tests.specs.MailServiceTest ‑ Mail Services Suite Send mail with multiple params and attachments can send mail with custom settings
tests.specs.MailServiceTest ‑ Mail Services Suite Send mail with multiple params and attachments can send mail with multi-part no params
tests.specs.MailServiceTest ‑ Mail Services Suite Send mail with multiple params and attachments can send mail with multi-part with params
tests.specs.MailServiceTest ‑ Mail Services Suite Send mail with multiple params and attachments can send mail with no params
tests.specs.MailServiceTest ‑ Mail Services Suite Send mail with multiple params and attachments can send mail with params
tests.specs.MailServiceTest ‑ Mail Services Suite can be built with app defaults
tests.specs.MailServiceTest ‑ Mail Services Suite can build out custom protocols by path
tests.specs.MailServiceTest ‑ Mail Services Suite can create a new mail object
tests.specs.MailServiceTest ‑ Mail Services Suite can parse custom tokens
tests.specs.MailServiceTest ‑ Mail Services Suite can parse tokens
tests.specs.MailServiceTest ‑ Mail Services Suite can throw an exception with an uknown protocol
tests.specs.MailTest ‑ Mail payload can add attachments
tests.specs.MailTest ‑ Mail payload can be configured
tests.specs.MailTest ‑ Mail payload can set html types
tests.specs.MailTest ‑ Mail payload can set send/read receipts
tests.specs.MailTest ‑ Mail payload can set text types
tests.specs.MailTest ‑ Mail payload can validate a mail payload
tests.specs.MailTest ‑ Mail payload can work with additional info via item setter method
tests.specs.MailTest ‑ Mail payload can work with additional info via the configure method
tests.specs.MailTest ‑ Mail payload can work with additional info via the setter method
tests.specs.MailTest ‑ Mail payload can work with body tokens
tests.specs.MailTest ‑ Mail payload can work with mail params
tests.specs.MailTest ‑ Mail payload can work with mail parts
tests.specs.MailTest ‑ Mail payload validateOrFail will throw for invalid mail
tests.specs.MailTest ‑ Mail payload validateOrFail won't throw for valid emails
tests.specs.protocols.CFMailProtocolTest ‑ CFMail Protocol can send mail
tests.specs.protocols.CFMailProtocolTest ‑ CFMail Protocol can send mail with params
tests.specs.protocols.CFMailProtocolTest ‑ CFMail Protocol can send multi-part no params
tests.specs.protocols.CFMailProtocolTest ‑ CFMail Protocol can send multi-part with params
tests.specs.protocols.FileProtocolTest ‑ File Protocol can be inited correctly
tests.specs.protocols.FileProtocolTest ‑ File Protocol can send mail to files
tests.specs.protocols.FileProtocolTest ‑ File Protocol can send mail with no type specified
tests.specs.protocols.InMemoryProtocolTest ‑ Null Protocol can send mail to the in memory db
tests.specs.protocols.InMemoryProtocolTest ‑ Null Protocol can send messages and use the hasMessage to validate sending
tests.specs.protocols.MailgunProtocolTest ‑ Mailgun Protocol can be inited correctly
tests.specs.protocols.MailgunProtocolTest ‑ Mailgun Protocol data is formatted for sending to mailgun
tests.specs.protocols.NullProtocolTest ‑ Null Protocol can send mail to nowhere
tests.specs.protocols.PostmarkProtocolTest ‑ Postmark Protocol can be inited correctly
tests.specs.protocols.PostmarkProtocolTest ‑ Postmark Protocol can send mail to postmark
Loading