Skip to content

Commit 39cdea8

Browse files
committed
[CI] Add JUnit to X-Pack
1 parent 4485431 commit 39cdea8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

elasticsearch-xpack/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ gemspec
99

1010
group :development do
1111
gem 'rspec'
12+
gem 'rspec_junit_formatter'
1213
if defined?(JRUBY_VERSION)
1314
gem 'pry-nav'
1415
else

elasticsearch-xpack/spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ def self.included(context)
3434
config.include(HelperModule)
3535
config.formatter = 'documentation'
3636
config.color = true
37+
config.add_formatter('RspecJunitFormatter', '../elasticsearch-api/tmp/elasticsearch-xpack-junit.xml')
3738
end

0 commit comments

Comments
 (0)