README.md in ci_reporter-2.0.0.alpha2 vs README.md in ci_reporter-2.0.0

- old
+ new

@@ -28,13 +28,24 @@ [ci-mt]: https://github.com/ci-reporter/ci_reporter_minitest [ci-rspec]: https://github.com/ci-reporter/ci_reporter_rspec [ci-spin]: https://github.com/ci-reporter/ci_reporter_spinach [ci-tu]: https://github.com/ci-reporter/ci_reporter_test_unit +### Upgrading from CI::Reporter 1.x + +CI::Reporter 1.x supported all the different test frameworks in a +single gem. This was convienient, but caused issues as test frameworks +released new, sometimes incompatibile, versions. CI::Reporter 2.x has +been split into multiple gems, allowing each gem to specify the test +framework versions it supports. + +To upgrade to 2.x, remove `ci_reporter` from your Gemfile and replace +it with one or more of the framework-specific gems above. + ## Jenkins setup -1. Tick the box labelled "Publish JUnit test result report" in the job -configuration +1. Add the "Publish JUnit test result report" post-build step +in the job configuration. 2. Enter "test/reports/*.xml,spec/reports/*.xml" in the "Test report XMLs" field (adjust this to suit which tests you are running) Report files are written, by default, to the