Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does this work with Jasmine 2.x #71

Open
chaitanyakatta opened this issue Oct 15, 2015 · 7 comments
Open

does this work with Jasmine 2.x #71

chaitanyakatta opened this issue Oct 15, 2015 · 7 comments

Comments

@chaitanyakatta
Copy link

Hi,

Does this support jasmine 2.x versions ?

@balaarunreddyv1
Copy link

I have the same question

I was able to use

var jasmineReporters = require('jasmine-reporters');
jasmine.getEnv().addReporter(new jasmineReporters.JUnitXmlReporter({
consolidateAll: true,
savePath: 'jsTarget/test/junit'
}));

but

jasmine.getEnv().addReporter(new HtmlReporter({
baseDirectory: 'jsTarget/test',
docName: 'index.html'
}));

never worked for me

@jacekokrojek
Copy link

Hi All

I also have the same question. I would be grateful for answer

@bmsoko
Copy link

bmsoko commented Dec 11, 2015

+1 Can't get it to work with Protractor/Jasmine2

@ghost
Copy link

ghost commented Dec 26, 2015

+1 Can't make it work with jasmine2... i checked with protractor 2.5.X & 3.X... No use...

@anujchandran
Copy link

+1 Cant get this work on jasmine 2.5.2.

@Kappyh
Copy link

Kappyh commented Feb 16, 2017

+1 Cant get this work on jasmine 2.5.2 and protractor 5.0.0

@vickyru
Copy link

vickyru commented Apr 2, 2019

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants