Here’s a quick update on what’s new with Cappuccino for the last two weeks.
Community
- Developers of
Cappuccinoare now on http://gitter.im/cappuccino/cappuccino. Don’t hesitate to come and ask whatever you want!
New features
Cucappis now available in a sub-repository ofCappuccino(https://github.com/cappuccino/cucapp). Thanks Daniel Parnell!-
Some new major features have been added to
Cucapp:-
Cucappprovides several environment variables to configure your tests. -
Cucappsupports file names such asCPTextField+IP.j. - Internal categories were added to add new features (in Cappuccino) needed for your tests.
-
cucappIdentifier, added by one of the above categories, allows you to easily access aCPResponderin your tests. - A set of new APIs were added. You can now simulate mouse/keyboard events in your tests.
-
The
CPPopoverworks with the behaviorCPPopoverBehaviorSemitransient.CPURLConnectionnow has the methods- (BOOL)withCredentialsand- (void)setWithCredentials:. The new functionality supported is like that ofwithCredentialsfor anXMLHttpRequest.The methods
+(void)setUpand+(void)tearDownare now called when launching a test withOJUnit.OJUnitprovides an option to run only one test now.
Changes/Fixes
The escape key works as in Cocoa when a
CPPopoverorCPPanelis open.Animation of a
CPopoverworks as in Cocoa when disappearing.CPAttributedStringcoalesces attributes correctly.
Commits/Issues/Pull Requests
- 3 commits to master
- 63 commits to all branches
- 255 additions
- 85 deletions
- 4 merged pull requests
- 1 closed issue