akeneo / Dockerfiles

DEPRECATED for PIM 4.0 and above - Official Dockerfiles for Akeneo development and testing
https://hub.docker.com/r/akeneo/
MIT License
49 stars 34 forks source link

Investigate the use of Rspec and ServerSpec #317

Open damien-carcel opened 6 years ago

damien-carcel commented 6 years ago
Q A
Bug report? no
Feature request? no
BC Break report? no
RFC? no
Affected image and tag all

Tests are currently ran by a homemade bash runner.

Rspec and ServerSpec seem to be interesting solution to have a real test driver, and apply BDD to the Dockerfiles. They need to be seriously evaluated, by making a POC using them to run the current bash tests.

Example of testing strategy: https://robots.thoughtbot.com/tdd-your-dockerfiles-with-rspec-and-serverspec