Hi everyone,

I finnish revamp of Test::Unit to Cucumber to match
testing suite used in portal.

Basic usage:

rake features

OR:

cucumber features/<feature_name>.feature -q

You don't need to start server or configure something extra.
Right now, there are two failures:

1. Image with no name in Mock driver (could be easely fixed in fixtures)
2. Device name in one storage volume is empty (not sure about this)

---

One bonus thing is, that if you have 'rcov' gem installed,
you will get 'code coverage' generated by this gem in './coverage'
directory. This could be extra usefull for testing.

Second bonus thing is, that these test are configurable.
Right now there is only configuration for 'mock' driver,
but with small changes, (hopefully) we will be able to test
EC2 and other providers using Cucumber as well.

Any comments/question/suggestions/acks are welcome.

- Michal

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to