i am facing issue when i load cypress after setting everything. it shows Your configFile threw an error from: cypress.config.js We stopped running your tests because your config file crashed. can you please help
May be some configuration issue check with my code. Open any latest video click on description there you will find my git repo url open then find Cypress project repo compare your configuration and my configuration then run it will work
can you help me now. after installing everything. While writing cucumber file it is taking as plane text, instead of color code. and after opening cypress app also, feature file not showing
hello, how about the parameter password as NUMBER? I could not implement the test with the command: cy.get('name=password').type(1234) because type or fill doesn't support number type
@@testingtutorialspoint The problem is that the input element itself on the website, it includes the type 'number' so when cypress gets the input element and then type a user ID number in it, the error appears cy.get("input[type='number']").type("9999") When( "User enters userID as {number}", (userID) => { cy.get("input[type='number']").type(userID); } ); As I understand, the input field require the user to enter a number but it gets a string
hi, thank you, nice tutorials
Thanks please do subscribe and share with your friends
You started talking suddenly in Telugu, still i can understand cypress somehow. It was just for 5 mins. No Problem
Sorry next time i will prepare with good without telugu
i am facing issue when i load cypress after setting everything. it shows Your configFile threw an error from: cypress.config.js
We stopped running your tests because your config file crashed. can you please help
May be some configuration issue check with my code. Open any latest video click on description there you will find my git repo url open then find Cypress project repo compare your configuration and my configuration then run it will work
can you help me now. after installing everything. While writing cucumber file it is taking as plane text, instead of color code. and after opening cypress app also, feature file not showing
Add cucumber plugin it will resolve
hello, how about the parameter password as NUMBER? I could not implement the test with the command: cy.get('name=password').type(1234) because type or fill doesn't support number type
Hi, you can pass like this When provide valid 'mercury' and '1234' no need to change step defi file it will take as string in back end
@@testingtutorialspoint The problem is that the input element itself on the website, it includes the type 'number' so when cypress gets the input element and then type a user ID number in it, the error appears
cy.get("input[type='number']").type("9999")
When(
"User enters userID as {number}",
(userID) => {
cy.get("input[type='number']").type(userID);
}
);
As I understand, the input field require the user to enter a number but it gets a string
If you don't mind can you give your website url i will check and provide you
I can't believe you switched to the Hindu language in the middle of teaching.
Sorry i have another youtube channel as well i forgot
Same here.... Its so funny. And as much as i am not entitled, i was disappointed.
Haha yea it was so random
Why you switched from English to local language? is it a proper way of teaching??
Sorry for that i have telugu youtube channel as well now again planning to recreate new video for only english once my mobile testing video complete