THANK YOU! I had built with the standard preprocessor setup, but I was missing the screenshots. Code at 14:58 has everything I needed. Flawless copy paste. Thank you.
@domin0602 Жыл бұрын
Amazing. Helped to attached the screenshot to my html report
@lyubaboerma28353 жыл бұрын
thanks a lot! now we have beautiful reports!
@likeme3882 жыл бұрын
Great work brother, Really helpful 👏
@gokult43552 жыл бұрын
Is it possible to skip feature file e.g. if login feature file failed other feature file need to skip
@gokult43552 жыл бұрын
Can you please tell me how to execute headed chrome with test command
@QABoxLetsTest2 жыл бұрын
Ideally we don't run tests in head mode in ci/cd pipeline. If you still want to do then please watch part 21 of this series.
@vinay_302 жыл бұрын
Thanks for this!! Can you please help me with this : I want url used in reports I am running scripts for multiple URL so when reports get generate it should print that one parameter of URL used
@gokult43552 жыл бұрын
In Cucumber report I can attach screenshot link but after clicked on link is broken(before it was working).
@gokult43552 жыл бұрын
Thank You for video, its working
@Shahzilrind3 жыл бұрын
Best lecture can you please make a tutorial on scenario outline with example table. For login feature file with multiple user
@QABoxLetsTest3 жыл бұрын
Thanks for your nice words, I've used datatable to create multiple todos. That scenario ideally has to be named as scenario outline. Hope that answers.
@surishettysainath33692 жыл бұрын
when sending the cucumber HTML report to someone they couldn't view the report properly. Is there any solution for this issue.
@QABoxLetsTest2 жыл бұрын
A web page is made up of css, html and js. Send everything you are using in your report
@gokult43552 жыл бұрын
Zip the report folder and sent to anyone then other can see
@abdullasuhail60703 жыл бұрын
How can i share reports to my lead/manager when this report is generated in my local ?
@QABoxLetsTest3 жыл бұрын
You have to share the complete reports folder.
@firuzakasirova83032 жыл бұрын
Sorry may I ask you how we can to use start time and end time for multiple-cucumber-html-reporter, because for working end time but start time not, maybe can to give suggestion
@QABoxLetsTest2 жыл бұрын
displayDuration Type: boolean Mandatory: No If set to true the duration of steps, scenarios and features is displayed on the Features overview and single feature page in an easily readable format. This expects the durations in the report to be in nanoseconds, which might result in incorrect durations when using a version of Cucumber(JS 2 and 3) that does not report in nanoseconds but in milliseconds. This can be changed to milliseconds by adding the parameter durationInMS: true Please read www.npmjs.com/package/multiple-cucumber-html-reporter for more details
@firuzakasirova83032 жыл бұрын
@@QABoxLetsTest Thanks , I found solution for this.
@firuzakasirova83032 жыл бұрын
I had another question do you have some information how I can to use for Cypress BDD with Mocking API,, Can you give me suggestion
@firuzakasirova83032 жыл бұрын
How I see you have really a lot of information about cypress
@gokult43552 жыл бұрын
Is possible to attach video for failed steps e. g like screenshot
@QABoxLetsTest2 жыл бұрын
Possible in non bdd style
@gokult43552 жыл бұрын
@@QABoxLetsTest But i could attach screenshot for failed step in cucumber report(BDD style), similarly is there any way to attach video for failed step
@QABoxLetsTest2 жыл бұрын
Yeah, I covered what was possible at that point of time, which is adding screenshot
@suchitnarayan3 жыл бұрын
For running scripts using tag, when I run the scripts using the tag as mentioned in the video then the scripts which are not getting executed are showing as skipped in the report which in turn shows the wrong pass percentage. Is there any solution to not to show the skipped tests
@QABoxLetsTest3 жыл бұрын
In JS Mocha skip means not executed and we don't have dependantOn scenario. Hence leaving skip in report is fine.
@suchitnarayan3 жыл бұрын
@@QABoxLetsTestThanks for the response. Anything that can be done for pass percentage?? Eg: if I have 4 scenarios and 1 got executed using tag with status as pass. now pass percentage is showing as 25% and not 100% . So this calculation is also considering the skipped test case. Anything that can be done to fix this
@QABoxLetsTest3 жыл бұрын
If you are using mochawesome reporter then in my video on mochawesome I showed how you could customise it in context of Cypress. May be you need to check that and see if you could do something regarding your case.
@suchitnarayan3 жыл бұрын
@@QABoxLetsTest I am using cucumber html reporter but thanks I will try something out. Thanks for the useful tutorial
@MrLakeshoreBoy2 жыл бұрын
Is it possible to add logs and video to this report?
@QABoxLetsTest2 жыл бұрын
Not possible at the time of recording this video.
@sudheermanikonda3923 жыл бұрын
A very good one. I am badly looking for a video where we can easily select dates from calendar in cypress. Will you be able to do that?
@QABoxLetsTest3 жыл бұрын
Thanks, just use type if there is also an input box to show the selected date. Else you need to write a custom function to select specific date. For normal typing a trick is there that I have shown in the following video kzbin.info/www/bejne/n5XZpamphZaCnNU
@MsJaichan3 жыл бұрын
Hii!!. I have configured everything as per your tutorial but I don't see the screenshot in report. I see screenshot link but after clicked Image is broken. Im using mac and have tried opening the report in multiple browsers Please help!
@QABoxLetsTest3 жыл бұрын
I believe screenshot path isn't set correctly, that's the only reason images could appear broken on a web page.
@vikashsharma79052 жыл бұрын
Please check if the name of the scenario/feature you are using does not have spl charecter like colon , which is not supported by file name
@mathiasmartinez10112 жыл бұрын
@@QABoxLetsTest Hi, I have the same problem. And let me tell you that I follow step by step the cpy paste code as you have on your repo and the screenshot appears as broken. I tried many ways what happen but I don´t know
@QABoxLetsTest2 жыл бұрын
Link seems broken because the path of file is not set to right location. Right click the image element and check it's src attribute. It should point to location where your screenshots are.
@mathiasmartinez10112 жыл бұрын
@@QABoxLetsTest If you just copy paste as your video it means that it should works for me also. Can you provide me some email to send my repo please if you can check please?
@kunalkansal42413 жыл бұрын
Sir, your videos are very helpfull but there is a confusion, is it possible to do load and stress testing in cypress. If yes can you please provide some refrence.
@QABoxLetsTest3 жыл бұрын
No, Cypress focus on functional testing only; which is predominantly focused on client side rendering. So, using Google lighthouse it can do client side performance testing but stress and load is applied on Server. And for that you have tools like jmeter and k6
@kunalkansal42413 жыл бұрын
@@QABoxLetsTest Thank sir for the response. i am trying to run some cypress tests in my repository and it is giving this error "cant run because no spec file found." and"We searched for any files inside of this folder:" and then complete directory name. All the test cases are under integration folder. Can you please help me on that?
@QABoxLetsTest3 жыл бұрын
This happens when Cypress doesn't find your test files. Check the path of Integration folder in cypress.json file. It should point to folder where you are keeping your test files.
@kunalkansal77183 жыл бұрын
@@QABoxLetsTest thanks you so much, issue resolved.
@digimortalll3 жыл бұрын
Hi. This code is not working even if all errors are fixed.
@QABoxLetsTest3 жыл бұрын
You might be doing something wrong Just use my GitHub repo and run it It works perfectly fine.
@kapillomte84093 жыл бұрын
Hello it's very good video, is it possible to integrate cucumber reports in azure?
@QABoxLetsTest3 жыл бұрын
Well, thanks but unfortunately Azure doesn't allow html reports at this point of time as I explained in my Cypress on Azure video
@kapillomte84093 жыл бұрын
Is it possible to do
@kapillomte84093 жыл бұрын
We have one cucumber html report plugin in azure if we install I think then it will work
@QABoxLetsTest3 жыл бұрын
When I last checked there was no support for html reports. But if there is one as you are saying then please go ahead and give it a try.