Don't write a lot of tests! | Joshua Brewer
23:54
How to write a flaky test | Filip Hric
32:22
Data Extract API Overview
2:05
6 ай бұрын
Enterprise Reporting Overview
1:51
Пікірлер
@MuratKeremOzcan
@MuratKeremOzcan Күн бұрын
This might be my favorite talk in the conference
@LupeMusy
@LupeMusy Күн бұрын
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?
@JannieCote
@JannieCote Күн бұрын
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?
@lerryroy2483
@lerryroy2483 2 күн бұрын
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.
@whwang8624
@whwang8624 3 күн бұрын
7:34 14:00
@random-Automation-23242
@random-Automation-23242 11 күн бұрын
is shipyard specific to cypress or can it be used in other testing frameworks as well?
@tridang9120
@tridang9120 13 күн бұрын
what's an amazing video. Thanks
@jaimesaenz3678
@jaimesaenz3678 15 күн бұрын
What's the difference between a Cypress component test and a Jest unit test?
@deekshakaushik3478
@deekshakaushik3478 16 күн бұрын
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
@techjonesin23
@techjonesin23 Ай бұрын
Awesome video, and many thanks for sharing! Keep up the great work and content!
@McQuinTrix
@McQuinTrix 2 ай бұрын
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-1479
@HoanHuynh-1479 2 ай бұрын
it is helpful. tks everyone
@HoanHuynh-1479
@HoanHuynh-1479 2 ай бұрын
nice ideas
@Witness-v1l
@Witness-v1l 2 ай бұрын
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.
@ronnygey9012
@ronnygey9012 2 ай бұрын
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?
@Boygadget
@Boygadget 2 ай бұрын
Does the languages change the functionality?...if yes then incorporate some translation mechanism.
@spongebob93lover
@spongebob93lover 3 ай бұрын
which one is more suitable testing react context provider?
@KarthiBhavani
@KarthiBhavani 5 ай бұрын
cypress itself is stupid, but the cypress cloud takes the cake
@NurhusseinAhmedNurhussei-wd6qw
@NurhusseinAhmedNurhussei-wd6qw 5 ай бұрын
great
@rashidawhite3710
@rashidawhite3710 5 ай бұрын
This is great video. I would love to connect
@iamkevinashworth
@iamkevinashworth 5 ай бұрын
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.
@fawzis1664
@fawzis1664 6 ай бұрын
Sorry, this tutorial is unhelpful and difficult to follow...
@bsarel
@bsarel 6 ай бұрын
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_falkon36
@nathan_falkon36 6 ай бұрын
My time travelling debugging is not working, when i hover or click in "get h1" it says element is not visible, any ideia why ?
@prikshitverma3885
@prikshitverma3885 6 ай бұрын
nice
@sebastianthomas1901
@sebastianthomas1901 7 ай бұрын
Nothing about coverage here? Kind of useless then..
@nirmalfernando6217
@nirmalfernando6217 7 ай бұрын
Any one had success integrating the e2e coverage reporting into a Next 14 app
@pizzicat0
@pizzicat0 7 ай бұрын
what are y'all using for Mailosaur alternatives that are free?
@reportturret
@reportturret 8 ай бұрын
is it possible to get links in the description
@NasirkhanPathan-y9y
@NasirkhanPathan-y9y 8 ай бұрын
please make video how to use codecoverage in next using cypress
@kailashpathak9184
@kailashpathak9184 8 ай бұрын
Nice one
@saviodev777
@saviodev777 9 ай бұрын
thanks
@alexandresantos7966
@alexandresantos7966 9 ай бұрын
It's a good approach, use cucumber to test API's? I tried but found it a little complicated.
@ismailcendik2231
@ismailcendik2231 9 ай бұрын
You should make a tutorial video for this, how to do azuredevops integration step by step.
@sebastus27
@sebastus27 9 ай бұрын
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
@marianatsiupka8962 10 ай бұрын
really enjoyed this presentation. great tips to use!
@letsgo6109
@letsgo6109 10 ай бұрын
Hi, how do i Integrate cypress into my own project for testing?
@demorielpurnell1725
@demorielpurnell1725 10 ай бұрын
Q Ray! Thanks for this breakdown
@thecoder93
@thecoder93 10 ай бұрын
Great. Thanks
@ferents_illia
@ferents_illia 10 ай бұрын
Awesome tips, thanks a lot
@jancarstensen6070
@jancarstensen6070 10 ай бұрын
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
@terminal3553 10 ай бұрын
can i automate apple pay using webauth ?
@Mack-c8z
@Mack-c8z 11 ай бұрын
hi there i'm from china.how doi get a hat from Cypress?
@Cypressio
@Cypressio 10 ай бұрын
swag.cypress.io/collections/apparel-1
@Cypressio
@Cypressio 10 ай бұрын
Enjoy! 😀
@pR13S7
@pR13S7 11 ай бұрын
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
@kegharp84 11 ай бұрын
Really useful best practise tips for someone like me who is also starting their baby steps with js/automation and cypress :)
@laurin__
@laurin__ Жыл бұрын
I like that testing positivity! :)
@lequangdung589
@lequangdung589 Жыл бұрын
Hãy cứ ngây thơ/ khát khao, hãy cứ dại khờ
@salemfenn666
@salemfenn666 Жыл бұрын
Great explanations and examples
@humrod1852
@humrod1852 Жыл бұрын
ha! these used to be called SEREs back in Webdriver. This solution and/or approach you suggest seems like it would work great if the same person is both the front end dev AND the test automator. Otherwise, it's a case of egos and the dev will simply say it's a problem in the test code. Management will side on his/her side because a) it'll take more time to make the "proper" fix and b) it's not a bug that will be encountered by a user. And forget it if the Dev is a Senior Dev, the automater does not stand a chance. Forget that the "buggy automated test" can prevent a build/release on CI/CD.
@thisiskaori7171
@thisiskaori7171 Жыл бұрын
Hi guys, I'm struggling with my component tests: while e2e coverage works (instrumented with instrument-cra and done by code-coverage) I can't figure out how to implement test coverage for my component tests that runs in the cypress iFrame, I've digging down official docs, various gitHub discussions and many other articles with no solution.. Is there anyone that can help or had the same issue?
@MultiMangoPie
@MultiMangoPie Жыл бұрын
11:07 rankings of ways to grab elements