In what level of detail does a test analyst specifies its tests. Should application design not include a precise description of UI and behaviour. Who is responsible for the result? Can AI with a proper strategy help. I guess specifications on each level are not complete and the test engineer takes the blame. What lacks is a technology that cam describe a ui from the code or screen image
@TauvicRitter23 күн бұрын
Nice tutorial. Link to vit doesn't work anymore
@Klaz7324 күн бұрын
Thank you Shelly for your interesting review!
@otsevychАй бұрын
Am I the only one who was confused by merging unit tests and e2e tests coverage together? I mean merging OR running unit tests with cypress kzbin.infoC8g5X4vCZJA?si=3GQ9T1TuAs9aPp8A we don't know is some part of the code covered by E2E or Uni tests
@simranjeetvij75992 ай бұрын
Thanks! This gives an important lesson about not just to think about what framework or tool one should use but instead the automation strategy matters the most.
@MuratKeremOzcan2 ай бұрын
This might be my favorite talk in the conference
@LupeMusy2 ай бұрын
Thank you so much for this amazing video! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@JannieCote2 ай бұрын
You're doing a fantastic job! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@lerryroy24832 ай бұрын
Hi, Your videos are really good and easy to understand. I have one doubt - the website you are using for practice, How can I setup that in my local ? I want to practice.
@whwang86242 ай бұрын
7:34 14:00
@random-Automation-232422 ай бұрын
is shipyard specific to cypress or can it be used in other testing frameworks as well?
@tridang91202 ай бұрын
what's an amazing video. Thanks
@jaimesaenz36782 ай бұрын
What's the difference between a Cypress component test and a Jest unit test?
@deekshakaushik34782 ай бұрын
I am having issues starting the cypress dev server, any idea how i could fix it PS C:\Users\44788\Desktop\cypress-realworld-testing-course-app-start> npm run dev npm error Missing script: "dev" npm error npm error To see a list of scripts, run: npm error npm run
@techjonesin233 ай бұрын
Awesome video, and many thanks for sharing! Keep up the great work and content!
@McQuinTrix4 ай бұрын
I believe this tool lets you track across the repos or projects you have in cypress cloud - can you also provide a way to filter all the reports by Tag or a specific identifier in the test name ? As we have micro-frontends running in different repos - each team has tests in multiple repos and a team wants to track tests across the repos .. let me know if this is possible with Cypress enterprise reporting
@HoanHuynh-14794 ай бұрын
it is helpful. tks everyone
@HoanHuynh-14794 ай бұрын
nice ideas
@Witness-v1l4 ай бұрын
You don't always have a step-by-step video on the TFS pipeline in Cypress. How to integrate the CI/CD process with the Cypress project in TFS and how to connect it to the Cypress Cloud environment. If you make a video about it, step by step, because your articles are very complex, be sure that you will see that Cypress Cloud increases the customer base.
@ronnygey90125 ай бұрын
writing test in this visual style.. looking for a "visible" button with a text.. has some new own "problems".. in my world.. i have to deal with 13 languages ... can you describe how to deal with that circumstances?
@Boygadget4 ай бұрын
Does the languages change the functionality?...if yes then incorporate some translation mechanism.
@spongebob93lover5 ай бұрын
which one is more suitable testing react context provider?
@KarthiBhavani7 ай бұрын
cypress itself is stupid, but the cypress cloud takes the cake
@NurhusseinAhmedNurhussei-wd6qw7 ай бұрын
great
@rashidawhite37108 ай бұрын
This is great video. I would love to connect
@iamkevinashworth8 ай бұрын
I'm interested in learning more about db commands like cleanupUserIfExist. Is there a repo we can play with? Or what part of the documentation goes into this type of dealing with database interactions over time. Seems like a great idea, and I'm just seeking more info.
@fawzis16648 ай бұрын
Sorry, this tutorial is unhelpful and difficult to follow...
@bsarel8 ай бұрын
Nice, well overdue. But most of the actual interesting reports are not yet implemented (coming soon). The ones that are implemented are quite useless in nature and impossible to filter out by using common fields. Not using the input params and not by the output after the fact. The ones that are not yet implemented will give the users real value. Good luck.
@nathan_falkon368 ай бұрын
My time travelling debugging is not working, when i hover or click in "get h1" it says element is not visible, any ideia why ?
@prikshitverma38859 ай бұрын
nice
@sebastianthomas19019 ай бұрын
Nothing about coverage here? Kind of useless then..
@nirmalfernando62179 ай бұрын
Any one had success integrating the e2e coverage reporting into a Next 14 app
@pizzicat09 ай бұрын
what are y'all using for Mailosaur alternatives that are free?
@reportturret10 ай бұрын
is it possible to get links in the description
@NasirkhanPathan-y9y10 ай бұрын
please make video how to use codecoverage in next using cypress
@kailashpathak918410 ай бұрын
Nice one
@saviodev77711 ай бұрын
thanks
@alexandresantos796611 ай бұрын
It's a good approach, use cucumber to test API's? I tried but found it a little complicated.
@ismailcendik223111 ай бұрын
You should make a tutorial video for this, how to do azuredevops integration step by step.
@sebastus27 Жыл бұрын
I am facing a blocker, I want to run two classes createUser.cy.js and user.js In the class createUser.cy.js I create a new user, and in user.js I have a piece of code that executes a query and checks if the created user has been inserted in the db, my problem is that when I try to run the two classes in the following way following "test": "cypress run --spec \"cypress/e2e/createUser.cy.js\", "cypress/e2e/user.js\" or test": "cypress run --spec \"cypress/e2e /createUser.cy.js\", "cypress/user.js\" always executes only createUser.cy.js for me, any idea why? Can you help me with an answer?
@marianatsiupka8962 Жыл бұрын
really enjoyed this presentation. great tips to use!
@letsgo6109 Жыл бұрын
Hi, how do i Integrate cypress into my own project for testing?
@demorielpurnell1725 Жыл бұрын
Q Ray! Thanks for this breakdown
@thecoder93 Жыл бұрын
Great. Thanks
@ferents_illia Жыл бұрын
Awesome tips, thanks a lot
@jancarstensen6070 Жыл бұрын
this setup won't work in an angular project that does NOT use babel-loader. is there a workaround to set up code coverage in projects that use different loaders?
@terminal3553 Жыл бұрын
can i automate apple pay using webauth ?
@Mack-c8z Жыл бұрын
hi there i'm from china.how doi get a hat from Cypress?
@Cypressio Жыл бұрын
swag.cypress.io/collections/apparel-1
@Cypressio Жыл бұрын
Enjoy! 😀
@pR13S7 Жыл бұрын
cy.get('button').contains('Buy') - it's kinda anti-pattern. if you want select button with text just use it like - cy.contains('button', 'Buy') with one comand without unnecessary chaining
@kegharp84 Жыл бұрын
Really useful best practise tips for someone like me who is also starting their baby steps with js/automation and cypress :)