HTML Report with charts | Playwright & Cucumber - Typescript | Part 5

  Рет қаралды 14,427

LetCode with Koushik

LetCode with Koushik

Күн бұрын

Пікірлер: 201
@kumarrajesh-lu3nw
@kumarrajesh-lu3nw 4 ай бұрын
Thank you so much for your videos. Really helped me lot when I stuck so many places while implementing complete new framework.
@letcode
@letcode 4 ай бұрын
Welcome and awesome 👍
@AkashSingh-pd1rv
@AkashSingh-pd1rv 11 күн бұрын
Hi @Koushik, Thanks for providing these videos. This is really helpful. Could you please explain how we can handle the cucumber multiple report, where we can can get browser name, OS, etc dynamically, Also I am not able to execute scripts parallelly in 2 browsers. Could you please help me in this
@letcode
@letcode 9 күн бұрын
I have covered the parallel execution in a separate video. You can use the os module nodejs.org/api/os.html
@vikrantchaudhari7017
@vikrantchaudhari7017 Жыл бұрын
Nice video Koushik! Good job! I have a question here. In the report.ts, how can you pass the browser name, browser version, os name, os version etc details from command line? As of now, you are hard coding it. Also, how can we pass the customData values from command line?
@letcode
@letcode Жыл бұрын
Hi, to pass data from cli I have covered that in the other video, kindly go through the playlist. We can do the same for reporters as well.
@deepthiudayan9098
@deepthiudayan9098 Жыл бұрын
Thankyou so much for this BDD- playwright videos
@letcode
@letcode Жыл бұрын
Welcome :)
@nandaraja5804
@nandaraja5804 Жыл бұрын
Hi Koushik, you've made things easier for us👍🏼 Is there any way to add time duration for features and scenarios?
@letcode
@letcode Жыл бұрын
Thank you :), I guess execution time is visible on report.
@thusharzacharia1982
@thusharzacharia1982 Жыл бұрын
Hi Koushik, I have been following your tutorial and its done very well. Specially well crafted for beginners and others. I have been working on play wright with JS code and i was trying to use the multi cucumber report. For some reason on execution, the Index.html file is not getting generated. Could you guide me.
@letcode
@letcode Жыл бұрын
Sure, check once if u had followed all the steps .
@shruthikm7359
@shruthikm7359 Жыл бұрын
Hey Koushik, thank you for your videos, very helpful. I am observing that with Cucumber & Playwright has slow start? How can I fix this?
@letcode
@letcode Жыл бұрын
Hi, a slowness of 5 or lesser seconds is expected. Is it slower than that?
@joostdejong2507
@joostdejong2507 Жыл бұрын
Thanks for the nice video. I still have one issue. I followed the exact steps (filled the package.json under scripts "test": "cross-env ENV=prod cucumber-js test || true"), but when I execute npm test from a Windows machine with a failing test, I get the error message '''true' is not recognized as an internal or external command, operable program or batch file'. So the posttest is not executed, no report folder is created. Any idea how to fix this?
@letcode
@letcode Жыл бұрын
Hi, this command won't work with windows default terminal, you have to use gitbash as terminal.
@amangupta-pp7zn
@amangupta-pp7zn Жыл бұрын
You can use this instead "scripts": { "test": "cucumber-js test", "posttest": "npx ts-node src/test/helpers/report.ts", "test:withpost": "npm test || npm run posttest" }, and then run npm run test:withpost
@lucbsilva
@lucbsilva 9 ай бұрын
Now it works with this "test": "cucumber-js test || (exit 0)",
@rossbennett8908
@rossbennett8908 2 ай бұрын
@@lucbsilva Thank you for the update, fixed my problem.
@jorgefranco2313
@jorgefranco2313 2 ай бұрын
@@lucbsilva Grande, muchas gracias por la solución... ya me genera el reporte cuando hay escenarios fallidos.
@narayanaswamy2519
@narayanaswamy2519 Жыл бұрын
Hi Koushik..! It is good to see your video, can you post pdf validation with playwright...?
@letcode
@letcode Жыл бұрын
Sure, I'll try
@SANYAM0
@SANYAM0 Жыл бұрын
Hello Koushik, Is there any way to get this type of chart report without using Cucumber, I have already implemented Html and Allure report with help of your videos.
@letcode
@letcode Жыл бұрын
It is specific to the report. With a custom report we can implement but that will be challenging
@s.niraimathimathi7576
@s.niraimathimathi7576 Жыл бұрын
Hi Koushik, Thanks for making this videos.it's very helpful.😊 To get the multiple cucumber report using javascript what command we have to keep in post test. npx js-node is not working
@letcode
@letcode Жыл бұрын
u can use - node filename.js
@s.niraimathimathi7576
@s.niraimathimathi7576 Жыл бұрын
It worked.Thanks a lot Koushik😊
@Iamwithyou1243
@Iamwithyou1243 8 ай бұрын
That look 11:20 for that whistle sound 😂... Bro u r doing an amazing job 💯 Ps: but don't get mad whoever that is, LOL.
@letcode
@letcode 8 ай бұрын
I can't that's my mom 😁. Thanks 👍
@miguelmorgado3705
@miguelmorgado3705 Жыл бұрын
Hello Koushik. First of all, thank you very much for your amazing tutorials. My index file is not created and I have this error: Error: Cannot find module 'node:path' can you help please? thank you in advance.
@letcode
@letcode Жыл бұрын
Welcome. You have to use the path package, import it and it should work.
@deepaksrivastava-25
@deepaksrivastava-25 Жыл бұрын
@@letcode How and where to import path and please let me know where to use it?
@PriyankaRP-lv4on
@PriyankaRP-lv4on Ай бұрын
Hi Koushik, Can we save the older report ins ame folder nad delete it after 1 week? If yes can you please share the code ? or make any video on it?
@letcode
@letcode Ай бұрын
Probably yes, but I have to check
@PriyankaRP-lv4on
@PriyankaRP-lv4on Ай бұрын
@@letcode Thank you for the reply. I am trying to search the solution , but not getting it. Can you please make video on it? and share code with us?
@prashantthube
@prashantthube Жыл бұрын
Thanks kaushik , for this video
@letcode
@letcode Жыл бұрын
Welcome
@jobi
@jobi Жыл бұрын
For me I followed the instructions in the video, but when I run npm test, I always get this warning "WARNING: No JSON files found in 'test-results'. NO REPORT CAN BE CREATED!" and when I open the index.html report, it is not populated with data. I have the test-results folder with both JSON & HTML cucumber report. Not sure what I am missing.
@letcode
@letcode Жыл бұрын
9:00 i hope you followed all the steps properly.
@jyothsnat5579
@jyothsnat5579 6 ай бұрын
Hi Koushik, Can we generate extent report also. If so pls do one video for extent report
@letcode
@letcode 6 ай бұрын
I don't think the extent report is available for Js/TS.
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
Hi kaushik, your videos are really very helpful. I tried for attach video in the report i am getting error in cucumber.html report like base 64 is not there and in index.html video showing attached but not playing it
@letcode
@letcode 5 ай бұрын
Is the video available on your local folder?
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
@@letcode. I solve that actually I missed fs now its working fine. Thankyou
@letcode
@letcode 5 ай бұрын
Glad you figured it out.
@WasiqBhamla
@WasiqBhamla Жыл бұрын
Very good explanation 👍
@letcode
@letcode Жыл бұрын
Thank you 👍
@sivamaamalesh8635
@sivamaamalesh8635 3 ай бұрын
Is it possible to group the failures based on where it failed. If yes how , can you please explain?
@letcode
@letcode 3 ай бұрын
It gives on the failure, no grouping.
@jyothsnat5579
@jyothsnat5579 5 ай бұрын
Hi Koushik, For scenario outline screenshots are not attaching, only for Scenario it is attaching. Please help how to attach screenshots for scenario Outline too
@letcode
@letcode 5 ай бұрын
It should be the same bro, I have explained
@riyazcommits7030
@riyazcommits7030 2 ай бұрын
@jyothsnat5579 click on examples in the report brother it will open a scenario related to that example. there you can see report of that example you chose. thanks
@ChandraSekhar-zv2bb
@ChandraSekhar-zv2bb Жыл бұрын
Hi koushik, i have different problem is there any solution for this i was able to run and generate cucumber jvm html and cucumber json report. I need to extract few details from either json or html like test data passed and output Example : if i am submitting an application for 50 to 70 users i want name of the customer and application number after scenario run .
@letcode
@letcode Жыл бұрын
I'm sure it's possible, but I'll look into it and confirm you.
@PaidipatiHarikumar
@PaidipatiHarikumar Жыл бұрын
Thanks for the Videos but I am observing the special characters in HTML and JSON reports whenever we compared expected result to String. Kindly help me on this.
@letcode
@letcode Жыл бұрын
I didn't understand
@MrPriyank23
@MrPriyank23 Жыл бұрын
HI Hari did you got any solution for this issue.
@letcode
@letcode Жыл бұрын
That is related to the reporter issue. You have to create a bug in their git, they can provide a solution.
@harshtyagi5744
@harshtyagi5744 4 ай бұрын
How to change report name to dynamic name and how to add real time start time and end time to a scenario or feature in the report, please suggest.
@letcode
@letcode 4 ай бұрын
Please check the official docs for more information. I'm not sure as I don't use it in my current project.
@renukrishnadevotee
@renukrishnadevotee Жыл бұрын
Hi, Is there any way we can implement allure reports with bdd and playwright?
@letcode
@letcode Жыл бұрын
Maybe, I'm not sure. But this report is better than allure.
@renukrishnadevotee
@renukrishnadevotee Жыл бұрын
@@letcode i have a requirement of allure only
@venkatesenkizhapandal2243
@venkatesenkizhapandal2243 Жыл бұрын
Amazing reports
@letcode
@letcode Жыл бұрын
Yes it is ❤️
@Cecilia_Vlogs
@Cecilia_Vlogs 4 ай бұрын
Hi koushik , can we generate a standalone report which can be shared across
@letcode
@letcode 4 ай бұрын
If it has attachment then you have to share the data folder also.
@Cecilia_Vlogs
@Cecilia_Vlogs 4 ай бұрын
@@letcode Thanks for the response. Apart from attachment....is it possible to generate standalone .html format ...where if I send .html report the other person should be able to view it
@letcode
@letcode 4 ай бұрын
Yes it should be, are you facing any issue?
@Cecilia_Vlogs
@Cecilia_Vlogs 4 ай бұрын
yeah ....when I am sharing the single index.html report alone.....it's showing no records.....but If I am sharing the complete report folder along with json....html report is proper....
@RahulReddy-pt2zx
@RahulReddy-pt2zx 4 ай бұрын
Hi koushik when I am trying with the failed test cases cucumber report was generated fine but Multiple cucumber html file was (index) was not generated when im trying failed test cases
@letcode
@letcode 4 ай бұрын
Did you mean it's not giving a single index html file?
@RahulReddy-pt2zx
@RahulReddy-pt2zx 4 ай бұрын
Yes it's not giving when the test case are failed , I'm giving everything correct only if the scenarios was passed it will generate a index.html file
@tibivanko4253
@tibivanko4253 2 ай бұрын
Try this script: "test": "cross-env ENV=test cucumber-js test || exit 0",
@sivaramakrishnareddyrajula9605
@sivaramakrishnareddyrajula9605 Жыл бұрын
"progress-bar" is not showing output console correctly. Lines are breaking. Are there any changes we need to do except add it in cucumber.json
@letcode
@letcode Жыл бұрын
It should work, what is the version u r using?
@sivaramakrishnareddyrajula9605
@sivaramakrishnareddyrajula9605 Жыл бұрын
@@letcode "devDependencies": { "@cucumber/cucumber": "^10.0.0", "@playwright/test": "^1.39.0", "@types/node": "^20.8.5", "multiple-cucumber-html-reporter": "^3.5.0", "ts-node": "^10.9.1" }
@pranitdhole5978
@pranitdhole5978 6 ай бұрын
Will you please provide solution for - How to handle multiple tabs in this framework? I tried in script - const allpages=context.pages(); const newpage=allpages[1] but it is giving me error context is not defined, actually we have defined context in hooks. Then how to handle this, please reply as soon as possible, is there any other way I can connect with you and share my problem screenshots? I'm stuck in my office project.
@letcode
@letcode 6 ай бұрын
You can ask in the discord. Link is available in the description.
@pranitdhole5978
@pranitdhole5978 6 ай бұрын
I asked on discord under #playwright, please reply.
@y.dmamatha9674
@y.dmamatha9674 Жыл бұрын
Hi , Thanks for the video and is there any way to change the name of the file from index.html to our own file name ?
@letcode
@letcode Жыл бұрын
I don't remember, but it's possible i guess.
@SajitaD-p7z
@SajitaD-p7z Жыл бұрын
Can you let me know if we have different generated allure reports then if we want to view different Allure reports in a single allure dashboard is it possible?like how can configure multiple allure reports in a single allure dashboard? how can we see multiple allure project in dashboard
@letcode
@letcode Жыл бұрын
Not sure
@AnjaliAnilKumar-q6b
@AnjaliAnilKumar-q6b 29 күн бұрын
Can you add allure report in this framework also. Thank you
@letcode
@letcode 28 күн бұрын
Ok
@ashirbadprusty9327
@ashirbadprusty9327 3 ай бұрын
Hi @koushik The donot chart in the report is going veribig and its covering the entire page
@letcode
@letcode 3 ай бұрын
Must be a css issue. You have to report on their GitHub.
@ashirbadprusty9327
@ashirbadprusty9327 3 ай бұрын
@@letcode thanks can I use previous version of multiple-cucumber-html-reporter?
@letcode
@letcode 3 ай бұрын
Give it a try
@ashirbadprusty9327
@ashirbadprusty9327 3 ай бұрын
@@letcode tried same isue. something I am doing wrong?
@nandaraja5804
@nandaraja5804 Жыл бұрын
Hi Koushik, is there any way to run a particular feature or scenario? If I run a particular scenario using the command npx cucumber-js --name " " , report only showing skipped scenario. Any idea how to solve this?
@letcode
@letcode Жыл бұрын
If the execution is successful, it should show the result.
@nandaraja5804
@nandaraja5804 Жыл бұрын
No, new report is not generating when I use the command npx cucumber-js
@letcode
@letcode Жыл бұрын
@@nandaraja5804 continue with the playlist, i have covered those
@nandaraja5804
@nandaraja5804 Жыл бұрын
By the way thanks for taking time to clear all our doubts👍🏼😁
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
I added true in command but after execution getting message like "true ' is not recognized as an internal or external command. How we can solve this
@letcode
@letcode 5 ай бұрын
I hope you are using gitBash as command prompt else you have to find the equivalent command, pls refer the other comments I guess already I have added details about it.
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
@@letcode i added exit 0 instead true now its working fine.
@pranitdhole5978
@pranitdhole5978 6 ай бұрын
Hi, will you please make video on cicd for cucumber playwright
@letcode
@letcode 6 ай бұрын
Yes, I'll try my best.
@moriyamegidish6345
@moriyamegidish6345 Жыл бұрын
Thanks you so much !!! I want to customise the report , to add the total run time for all the features and individual run time also can we add customised status like warning
@letcode
@letcode Жыл бұрын
Welcome. I don't think that option is available in the report.
@moriyamegidish6345
@moriyamegidish6345 Жыл бұрын
@@letcode Thanks :)
@praveen9202
@praveen9202 Жыл бұрын
Bro once i do the same after running scripts I am getting index html along with one more html with some random suffix if i delete that I could not able to access the link of scenario in index. Html report
@letcode
@letcode Жыл бұрын
Yes, that is expected only. Don't delete any files or folders.
@MrPriyank23
@MrPriyank23 Жыл бұрын
Hi Koushik, this is the great videos. But I am having issue in my HTML report whenever there is error like "expecting 'this' but actual is 'something' kind of error" it is not coming in proper way can you please help me on that.
@letcode
@letcode Жыл бұрын
Thanks. Proper way means it is showing wrong info or assertion is missing?
@ektapatel2246
@ektapatel2246 Жыл бұрын
It is coming with some special characters.. like it is having some square images with it.. if you can try from your side with this kind of assertion then you will get to know.. can you please help with this issue as I have demo at my job by next week..this will be very helpful
@letcode
@letcode Жыл бұрын
I don't know how to reproduce, kindly send screenshots on our discord server.
@ektapatel2246
@ektapatel2246 Жыл бұрын
Can you please share with me information about discord like how I can connect with you as I don’t know about it
@letcode
@letcode Жыл бұрын
discord.gg/ZJbzwBEV
@keplervelasco1854
@keplervelasco1854 Жыл бұрын
Great Report! thanks
@letcode
@letcode Жыл бұрын
Cool 😎
@sumitgoyal385
@sumitgoyal385 4 ай бұрын
Thank you fir this means a lot : One ques : In report in failure we get : Error: [31mTimed out 10000ms waiting for [39m [2mexpect( [22m [31mlocator [39m [2m). [22mtoBeVisible [2m() [22m some unreadable character in case of java cucumber : I put monochrome true and it used to fix here I put monochrome : true as below but not worked ,can you tell me where to put this part ? I also put true in double quote same issue { "default": { "formatOptions":{ "snippetInterface": "async-await", "monochrome":true },
@letcode
@letcode 4 ай бұрын
Monochrome is changed in this version, I have covered it in the later videos.
@sumitgoyal385
@sumitgoyal385 4 ай бұрын
@@letcode wow thanks
@tunghuynh8504
@tunghuynh8504 Жыл бұрын
Thank you so much, hope to see more tutorial like this
@letcode
@letcode Жыл бұрын
More to come!
@csatheeshkumar4205
@csatheeshkumar4205 4 ай бұрын
Awesome.
@letcode
@letcode 4 ай бұрын
Thanks 😊
@Jose_Arilson
@Jose_Arilson 6 ай бұрын
No caso de uma API, como eu posso mostrar no relatório qual o response ou request foi usado em uma step, eu gostaria de colocar no meu relatório. In the case of an API, how can I show in the report which response or request was used in a step, I would like to put in my report.
@letcode
@letcode 6 ай бұрын
I'm not sure, I have to check.
@Jose_Arilson
@Jose_Arilson 6 ай бұрын
@@letcode I ate it now I was unsuccessful
@divya-hz2wi
@divya-hz2wi 8 ай бұрын
How to run the test cases in responsive view ,can you provide the details for this
@divya-hz2wi
@divya-hz2wi 8 ай бұрын
The main reason for us to implement the playwright is to make our test cases work in responsive views ,but I am stuck on how to invoke them , please tell me the solution for this
@letcode
@letcode 7 ай бұрын
I will upload a video on this soon.
@cristhiamguerrero1700
@cristhiamguerrero1700 Жыл бұрын
I am following the steps, but for some reason, the process never gets concluded, steps Passed, but I must need to press ctrl + C to conclude the process, no index Html file by the moment. no Error, what did I do wrong?
@cristhiamguerrero1700
@cristhiamguerrero1700 Жыл бұрын
I could fix it.
@letcode
@letcode Жыл бұрын
Great, what was the issue?
@cristhiamguerrero1700
@cristhiamguerrero1700 Жыл бұрын
@@letcode a line duplicated in the hook file
@letcode
@letcode Жыл бұрын
@ramkumars9378 r u using git bash?
@miguelmorgado3705
@miguelmorgado3705 Жыл бұрын
Hi any news on how to fix the need to ctrl + c after the process conclusion?@ramkumars9378 @letcode
@kidvikvlogs
@kidvikvlogs Жыл бұрын
Getting true is not recognised as an internal or external command in package.json .when scenario getting failed .kindly help
@letcode
@letcode Жыл бұрын
Your terminal should be git bash
@kidvikvlogs
@kidvikvlogs Жыл бұрын
@@letcode how to change that
@letcode
@letcode Жыл бұрын
Install git bash and use as your terminal within vs code.
@andrewpoganovsky4937
@andrewpoganovsky4937 Жыл бұрын
Or another way, replace "true" with "exit 0", the line will look like this: "cucumber-js test || exit 0"
@lilu4480
@lilu4480 10 ай бұрын
@@andrewpoganovsky4937 Thanks for your answer!
@AlMutasimHasanMuhi-p3w
@AlMutasimHasanMuhi-p3w 5 ай бұрын
hello brother, I am getting this error. How can I fix this? TIA
@letcode
@letcode 5 ай бұрын
What error?
@KrzysztofBulenger
@KrzysztofBulenger 10 ай бұрын
why when some steps are failed results not save in index.html, when all tests pass is ok
@letcode
@letcode 10 ай бұрын
You might have missed await in some steps.
@KrzysztofBulenger
@KrzysztofBulenger 10 ай бұрын
|| exit 0 helped
@lilu4480
@lilu4480 10 ай бұрын
@@KrzysztofBulenger It's right!
@bfrkovich
@bfrkovich Жыл бұрын
Hi, when the test is failed, don't run the script "npx ts-node src/helper/report.ts"
@letcode
@letcode Жыл бұрын
If the test fail the next posttest doesn't execute that's y we have || true. But it will work with git terminal.
@venkateshtumpuru4
@venkateshtumpuru4 2 ай бұрын
@@letcode Didn't get you, How to overcome that?
@shashidharamarannavar
@shashidharamarannavar 7 ай бұрын
I am unable to get the report even i mentioned format in cucumber.json
@letcode
@letcode 7 ай бұрын
Is the test ran?
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
How we can add request and reponse of api in the same report
@letcode
@letcode 5 ай бұрын
Writeline function is used in hooks to write in the report, but that is accessible from hooks only. I have to check how to do it from the step definition.
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
@@letcode hi kausik, i tried to configure playwright.cobfig.ts file in same framework but it did not worked. What Playwright ui is launching but there were no test
@letcode
@letcode 5 ай бұрын
Cucumber and playwright runner are different, so this config will not work for that.
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
@@letcode I can add another after in hooks . And just like we are fetching pickle and result same way we can fetch request and response as well and we can attach it in report just like screenshot and video.
@roharizwan4111
@roharizwan4111 2 ай бұрын
i used || true in the script to generate the report when the test fails but i am getting below error: scenarios (1 failed, 1 passed) 3 steps (1 failed, 2 passed) 0m05.823s (executing steps: 0m04.891s) 'true' is not recognized as an internal or external command,operable program or batch file. I added exit 0 but still report is not generating
@letcode
@letcode 2 ай бұрын
What terminal r u using?
@roharizwan4111
@roharizwan4111 2 ай бұрын
@@letcode i installed gitbash and tried to run the command npm test i am getting missing script error. in the windows terminal it is running.
@roharizwan4111
@roharizwan4111 2 ай бұрын
i closed the vscode and opened it again . and ran the command and it is working .
@letcode
@letcode 2 ай бұрын
Pls share screenshot in discord, link should on the description or channel page.
@letcode
@letcode 2 ай бұрын
Great
@Arshadarsh
@Arshadarsh Жыл бұрын
Will this work in selenium as well?
@letcode
@letcode Жыл бұрын
Yes
@Arshadarsh
@Arshadarsh Жыл бұрын
@@letcode okay thank you i will try to implement
@letcode
@letcode Жыл бұрын
Sorry, not for Java.
@letcode
@letcode Жыл бұрын
You can refer to this kzbin.info/www/bejne/hmWWk2qLpr2eY9k
@educesportshubmusic8503
@educesportshubmusic8503 10 ай бұрын
How to add tike stamp... Each scenario time... Execution time?
@letcode
@letcode 10 ай бұрын
I guess that is shown by default.
@KarunyaGowda-w4d
@KarunyaGowda-w4d Жыл бұрын
"posttest": "npx ts-node src/helper/report.ts" is not getting executed. index.html report file is not getting generated and also progress bar is not visible, Please help.
@letcode
@letcode Жыл бұрын
Y , any error message?
@KarunyaGowda-w4d
@KarunyaGowda-w4d Жыл бұрын
@@letcode no error message
@letcode
@letcode Жыл бұрын
Is script failed?
@KarunyaGowda-w4d
@KarunyaGowda-w4d Жыл бұрын
@@letcode no, it is passed.
@KarunyaGowda-w4d
@KarunyaGowda-w4d Жыл бұрын
"scripts": { "test": "cucumber-js test", "posttest": "npx ts-node src/helper/report.ts" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@cucumber/cucumber": "^9.0.1", "@playwright/test": "^1.31.2", "@types/jquery": "^3.5.16", "multiple-cucumber-html-reporter": "^3.3.0", "ts-node": "^10.9.1" } posttest is not getting invoked
@theillo4739
@theillo4739 Жыл бұрын
You are boss mate ! :)
@letcode
@letcode Жыл бұрын
Thanks 😎
@bfrkovich
@bfrkovich Жыл бұрын
the sentence "cucumber-js test || true " does not recognize me
@letcode
@letcode Жыл бұрын
Use git bash as terminal
@andrewpoganovsky4937
@andrewpoganovsky4937 Жыл бұрын
Or another way, replace "true" with "exit 0", the line will look like this: "cucumber-js test || exit 0"
@gautammanda086
@gautammanda086 3 ай бұрын
How to generate allure report
@letcode
@letcode 3 ай бұрын
I haven't used allure with bdd playwright, I'll check
@AnjaliAnilKumar-q6b
@AnjaliAnilKumar-q6b 28 күн бұрын
​@@letcode please share the video fast . It would help us a lot. Thank you
@Ashokkumar-uv4fs
@Ashokkumar-uv4fs 9 ай бұрын
Hi Koushik, i am getting this error ( page.goto: net::ERR_NAME_NOT_RESOLVED at ) while running in pipeline, how to resolve this
@letcode
@letcode 9 ай бұрын
Hi, Is the url is https?
@Ashokkumar-uv4fs
@Ashokkumar-uv4fs 9 ай бұрын
@@letcode if i use http also i am getting this error.
@Ashokkumar-uv4fs
@Ashokkumar-uv4fs 9 ай бұрын
Getting time out error while running in playwright.
@letcode
@letcode 9 ай бұрын
Not sure about it.
@shilpatiwari1939
@shilpatiwari1939 5 ай бұрын
Hi Kaushik , thankyou for your videos. I need your help. I want to print proper data in console. I am not able to share screeshot here could you please share your email. I am trying to do coding for this but its not working.
@letcode
@letcode 5 ай бұрын
You can share in the discord, link is in the description and channel page.
Parallel, Rerun & Report | Playwright & Cucumber - Typescript | Part 6
17:45
LetCode with Koushik
Рет қаралды 8 М.
Hooks & Screenshots  | Playwright & Cucumber - Typescript | Part 4
18:07
LetCode with Koushik
Рет қаралды 10 М.
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 131 МЛН
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 34 МЛН
"كان عليّ أكل بقايا الطعام قبل هذا اليوم 🥹"
00:40
Holly Wolly Bow Arabic
Рет қаралды 15 МЛН
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 70 МЛН
Run Playwright Tests in Gitlab CI/CD Pipeline
12:10
Device Error Farm
Рет қаралды 2,2 М.
How to share page object | Playwright & Cucumber - Typescript | Part 3
21:25
LetCode with Koushik
Рет қаралды 13 М.
Create feature, steps & config | Playwright & Cucumber - Typescript | Part 1
20:13
Multiple Environment | Playwright & Cucumber - Typescript | Part 7
19:35
LetCode with Koushik
Рет қаралды 8 М.
How to write step definitions?  | Playwright & Cucumber - Typescript | Part 2
25:58
Reuse login authentication | Playwright & Cucumber - Typescript | Part 12
15:49
LetCode with Koushik
Рет қаралды 4,5 М.
Reuse Playwright  Code across Files and Tests with Fixtures
5:54
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 131 МЛН