Melomel is an API for accessing ActionScript objects in the Flash virtual machine through external languages. This is especially useful for integrating Flash into a full stack functional testing solution such as Cucumber or RSpec.
Please visit the http://melomel.info for full documentation.
If you want to get involved, please see the GitHub Issues page for a discussion of what needs to be done or to suggest new features.
To contribute code, please fork the code and send a pull request. Please follow these rules though:
- Create a topic branch to contain your change.
- All code must have FlexUnit test coverage.
- Document your changes on the wiki
- If necessary, rebase your commits into logical chunks