Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged jasmine

0 votes
541 views
1 answer
    I am trying to generate HTML reports(Protractor Test) through Jenkins but it says "ERROR: Specified ... protractor-html-screenshot-reporter" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have a method written in javascript and I am using Jasmine to test the method. The method is a void type ... what should I compare it with ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
583 views
1 answer
    I have installed typescript for atom for writing Protractor Scripts For automation. My code is written in Jasmine ... ? Please guide me.. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
562 views
1 answer
    In Jasmine 1.3, we had this option to the get current spec and suite names: describe("name for describe", ... knows how to fetch those? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
430 views
1 answer
    I am using Angular 2 final (2.0.1). I have a component that provides a service. It is the only one that ... a service and use a mock service? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
614 views
1 answer
    What is the correct way of unit testing a service returning an Observable result in Angular 2? Let's say we have a ... as far as I could see. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
453 views
1 answer
    For example for the input "olly olly in come free" The program should return: olly: 2 in: 1 come: 1 free ... words and iterate for the count? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
999 views
1 answer
    I've been trying to run my tests using karma-chrome-launcher, but everytime I run my tests it throws ... /package/karma-chrome-launcher Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    When unit testing an Angular factory (with Karma + Jasmine), how do I inject a stub dependency into the ... see an equivalent for factories. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
622 views
1 answer
    I have Angular2 project build with Angular-CLI (beta 20). Is there a way to run tests against only one ... files with Angular-CLI builds. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    I have an Angular 2 component I am trying to put under test, but I am having trouble because the data ... the promise in ngOnInit is resolved? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
418 views
1 answer
    In a test spec, I need to click a button on a web page, and wait for the new page completely loaded. emailEl. ... ).toEqual(url + 'abc#/efg'); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...