Hi Koushik, really nice and nice features, but with all due respect, I'd reconsider color scheme, it feels it doesn't have enough of contrast in some areas (both light and dark theme). Keep up with the great work!
@letcodeАй бұрын
Sure, thanks.
@milosristic4091Ай бұрын
@@letcode hey man, respect for making changes in the new version, from my perspective this looks much better and more elegant. Cheers
@letcodeАй бұрын
Thank you 😊
@pramothj9406Ай бұрын
Hi Koushik, This is really helpful to us. How do we stop the server report once the test is completed in the pipeline?. In local, we can stop using the command Ctrl + C.
@letcodeАй бұрын
You can make the config to open never
@pramothj9406Ай бұрын
@ ok thanks 🙏
@pranavbelgaonkar9617Ай бұрын
Hi koushik can you please make a video on how to use soft assertions in Playwright with cucumber
@letcodeАй бұрын
Soft assertion won't support cucumber, as it is a playwright test runner feature.
@riyazullashariefАй бұрын
Hi Koushik. The only thing which I was trying to find solution for few things in playwright report from the beginning was about test steps. It prints all the things like page.locator("*****") bla bla bla, so how if we give custom messages like we do in expect, it'll be great if it is possible to make those changes in the Ortoni report at least like reducing the number of steps and entering main things which will be easy to understand for anyone when he sees the report. Steps like "Entering the URL", "Entering the username and password and clicking on login button" opening xyz page. Page opened successfully, performing actions.......In the end closing the browser. I can understand that it might not be possible as it purely related to playwright nothing related to reporting, but still I believe you can give a try...😊
@letcodeАй бұрын
Hi, actually it is already there, you have to use test.step and it will show.
@riyazullashariefАй бұрын
Oh is it ok, I'll try then... Thanks for the reply...😊
@Utubewonderful21 күн бұрын
Bro that's not working for me I'm getting some error like port 9423 is error @@letcode
@letcode19 күн бұрын
Ortoni report default port number is 2004, so it is not related to it I believe. You can also change the port number in configuration.
@iq14zeroАй бұрын
Hi buddy, How can I do it for playwright+ cucumber. I am using typescript as the programming language.
@letcodeАй бұрын
Hello, as of now it doesn't support cucumber.
@iq14zeroАй бұрын
@letcode thanks bro. I installed allure reporting, and able to generate html report.
@devangchavhanАй бұрын
Everytime we need to change date under configuration??
@letcodeАй бұрын
If u r asking about the last run it will update automatically.
@devangchavhanАй бұрын
@letcode yes it's updated..but I am asking about metadata..
@letcodeАй бұрын
Ok, I pass for a video reference, you can put based on your test type like regression, smoke and anything.