Is there any way to test flex application with a build script?
<target name="run-tests" depends="compile-tests">
<flexunit swf="${build.home}/tests.swf" failonerror="true"/>
</target>
Tags: apache-flex eclipse build-automation unit-testing cairngorm
Source: By Rytmis as answer to the question
This code snippet was collected from stackoverflow, and is licensed under CC BY-SA 3.0
Related code-snippets:
- How do I unload byteArray with ActionScript3?
- SQLStatement.execute() - multiple queries in one statement.
- How can I use combinations of sets as test data?
- How do I debug a PHP script?
- How do you get the current logged in user in Adobe air from a desktop app?
- How do I unit test persistence?
- What is the difference between a TDD and a BDD?
- How can you use a SQLite database at the same time?
- Actionscript 3 - Fastest way to parse yyyy-mm-dd hh:mm:ss to a Date object?
- Adobe Flex component events are created by elements of Adobe Flex events.
- Open local file with AIR Flex.
- How can I delete multiple describetype entries in my database?
- How do I add non-dynamic actionscript 3 classes without inheriting the classes?
- How can I test untested code?
- Testing a function that throws on failure.