Fernando Costa
Fernando Costa
I'm trying to write a preprocessor as @maksimr suggested, but karma is still running the original spec file, not the transformed one. Can you help me to check if I've...
I already did it. The code is called and the transformation is done. I thought I could be using the "next" function in a wrong way, but I checked the...
In my case I need the path information because I wrote a Karma reporter that genarates a Sonarqube test report. A XML file containing all test results and also the...
Considering the log output, I believe Tyescript files are transpiled after preprocessor executIon. Though I'm not 100% sure since I'm running Karma using Angular CLI "ng test" command. Not directly....
@johnjbarton I think I understood why this doesn't work. After running the tests I opened the browser's console and I saw there was an error: > Refused to execute script...
I think steps to be executed before and after the whole spec could be defined using markdown code blocks. For example: Delete project \=========== \``` \* Log in as "admin"...
What jasmine version are you using?
Não seria melhor utilizar um [ParameterNameProvider](https://docs.jboss.org/hibernate/validator/5.1/reference/en-US/html/chapter-bootstrapping.html#section-parameter-name-provider)? Isso não evitaria a necessidade [desse código](https://github.com/demoiselle/framework/blob/6d12a9654fb5f409af2da26edd140723d8877bd1/demoiselle-rest/src/main/java/org/demoiselle/jee/rest/exception/treatment/ExceptionTreatmentImpl.java#L107) que altera o valor padrão dos parâmetros: _arg0, arg1... argN_ via `String.replaceAll`?
Considering your first item. > Could not find .all-contributorsrc file. Do you expect the following code snnipet from `cli.js` to be changed too? ``` javascript try { fs.statSync(argv.config); } catch...