Once again Naveen, Brilliant! Well explained, to the point and always daily common used examples. Can't wait for the next upload, keep up the awesome work!!!!!
@maheshkalagatta53643 жыл бұрын
Thanks @Naveen AutomationLabs. We could gain much knowledge on Cypress and related topics. Could you please make more videos on Cypress API and also on Framework part
@AlanMartinez-yk7dm2 жыл бұрын
Thanks Bro !!! big help
@TechTutorialz992 жыл бұрын
very helpful session. I am facing issue (test runner is closing immediatly), pls let me know how not to exit from test runner
@BhagatSingh-mh4og Жыл бұрын
@Naveen Bhaiya, As i seen in your video that we dont need to login again & again for every 'it' block so you have used before function but sir cypress has removed this function in version above 12, how we can achieved this feature ? please reply bhaiya.
@prakashajay8405 Жыл бұрын
@Naveen, I am also looking this info. Instead of logging in again and again I want to login only once then other tests should continue. Though I put Login code in before(), my test is not continuing .
@shreyasjain98913 жыл бұрын
Do we need to import the cypress in command.js file like below: import cypress from "cypress" because I am getting error : The following error originated from your test code, not from Cypress. > cypress is not defined. If I use the import function then I am getting errors too in node_modules folder, If I remove this command the code is running without any issue what should I do to resolve it, either way, I am getting errors if I use import or without import call. please help
@varshapatil24583 жыл бұрын
Hey Naveen, How to check if has ?
@lovely-do8ns2 жыл бұрын
ul > li
@muslimaadil35904 жыл бұрын
Hello Naveen, when do you start the API class? I'd like to sign up.
@rcrider432103 жыл бұрын
**I am Trying to draw rectangular shape on canvas in Cypress Automation, but it is not allowing to do so. All we need to click and hold from one diagonal point and drag& drop let's say from (1,1) to another coordinate point(2,2). Then our task would be done. Note: But the problem here is the source element point (1,1) is not any element it's just a point on canvas and if we hold this value in ILocation interface then we cannot use any drag and drop plugin because in drag arguments the source & target parameter should be element string. Have used the below trigger code also but this also did not work for me. export function drawRectangle(start: ILocation, size: number): any { //'start' is the mid point of coordinate // size is 100 const source = {x: start.x, y: start.y} const dest= {x: start.x + size, y: start.y + size } cy.get('.div.canvas-container').click(source.x, source.y).as('sourcePoint'); cy.get('@sourcePoint'). trigger ("mousedown", {force:true}) cy.get('.div.canvas-container').trigger ("mousemove", {source, dest}, {force:true}) cy.get('.div.canvas-container').click(dest.x, dest.y).as('destPoint'); cy.get('@destPoint'). trigger ("mouseup", {force:true}) }
@kairunbee19143 жыл бұрын
Hi is it possible in cypress to run 1. Specs file in parallel 2. It block in parallel
@Johnny-pt5jb4 жыл бұрын
Should we use custom commands instead of POM?
@amolnawale21774 жыл бұрын
Hi Naveen, instead of hard coded values of email and password, can we read them from some config.properties file or some excel file?
@naveenautomationlabs4 жыл бұрын
That will be covered later.
@darchiydit4 жыл бұрын
U can use fixtures
@sumitpaul85853 жыл бұрын
I see that after execution of 1st it block, it automatically signout from the page. 2nd and 3rd it block, again sign in button is displayed.
@ozankurucu62612 жыл бұрын
Thanks!
@maheedharkolipakula92224 жыл бұрын
Sir I need to practice in eclipse.it's possible or not
@naveenautomationlabs4 жыл бұрын
You can but please use visual studio code for Java script based tools
@naveenautomationlabs4 жыл бұрын
You can but please use visual studio code for Java script based tools
@maheedharkolipakula92224 жыл бұрын
@@naveenautomationlabs tq sir for your information
@maheedharkolipakula92224 жыл бұрын
I learn selenium from your KZbin chaneel.I get soo much information from your classes sir
@deven77224 жыл бұрын
Hello Naveen. i stuck one scenario.. i want to run 2000k scripts parrallel execution for nightly build. one script takes around average 3 mins.. can you pleas guid me how to handle this kind issues Available resources:- selenium, java, testing, maven, jenkins, git OR anybody can help me if possible