forked from foodcoops/foodsoft
-
Notifications
You must be signed in to change notification settings - Fork 3
Testing
wvengen edited this page Sep 24, 2014
·
13 revisions
-
Test design
-
Does setting up development environment (still) work for for new developers?
-
Submit merged rspec output to coveralls [foodcoops#279]
-
Cleanup factories (use
create
statement, allow to create any object without dependencies) -
Performance testing (+graphs over time)
-
Integration tests for ordering using payorder (on the
feature-group_order_ajax-adam
branch). -
Integration tests with payment plugins (mocks needed, vcr?)
-
General testing for 4.1 release
-
Testing for plugins [foodcoops#203]; at the very least, package plugin tests in the plugin path
-
Use saucelabs for testing on multiple platforms
-
Moving to Cucumber ?