Questions tagged as 'jasmine'

0
answers

How to configure the Angular Automatic Test with Karma Jasmine and Webpack

I wanted to know how I can configure the tests of an app developed with Angular. Because it does not use angular-cli, but the configuration of the app is done completely through webpack, where it has configured the routes management with the ang...
asked by 29.05.2018 / 02:32
0
answers

Angular 5: Configure Protractor to use Jasmine after having integrated Cucumber

How can Protractor and Cucumber be configured to work with Jasmine and Chai respectively? I have read that Cucumber and Jasmine are mutually exclusive. I currently have the following configuration in protractor.conf.ts // Protractor configur...
asked by 16.04.2018 / 22:05
1
answer

Test an asynchronous function with jasmine without using setTimeout

I would like if someone can help me to test this function without using the setTimeout I am using in the TEST FILE. after investigating a lot I could make it walk, but that setTimeout is a time bomb. probe with jasmine-promises and in a thousand...
asked by 02.04.2018 / 23:13