Jurijs Cerepanovs
Jurijs Cerepanovs
As an example of configuration: options.inlinePartials = true; Embeds all generated documents as script in body. When you have more than one ngdoc task - then index.html is rewriten from...
I'll test all your mentioned configurations and try to make one single change, will look after. Another one error is when you have 2 tasks and you make both as...
@Sarkell @avrelian I'v solved this issue by overriding global jasmine functions - this code can be added in module as is :) Solution: let jasmine = require('jasmine-core'); // Override build...
As an example of protractor.conf.js with override of Passed. https://gist.github.com/cheplv/8801eaef7e807f55b17ff7cfe6b1d376 Launch with command like: NODE_ENV=dev protractorUrl="https://some-test.domain.com" node_modules/protractor/bin/protractor tests/e2e/protractor.conf.js And use in spec like: since('User logged in').expect(User.isAuthenticated()).toBeTruthy();
@rajeshpadmanaban This thread is intended to solve jasmine2-custom-message since function success message. Add project to your dependencies and use as it intended :)