For more engineering updates and insights: * Visit our blog: www.wix.engineering/blog * Follow us on: Twitter: twitter.com/WixEng * Visit us on GitHub: github.com/wix * Subscribe to our monthly newsletter: www.wix.engineering/subscribe * Follow our Medium publication: medium.com/wix-engineering * Listen to our podcast: www.wix.engineering/podcast * LinkedIn: www.linkedin.com/showcase/wix-engineering/
@456324762 жыл бұрын
Clear, structured and well understandable presentation that nicely describes main sides of Detox. Thank you.
@bhagwatshweta5 жыл бұрын
This is a terrific video explaning the basics of Detox in the context of React Native apps, great work!
@viktorija46495 жыл бұрын
Thanks!
@shivamtripathi3163 Жыл бұрын
Is there any way we can mock the api.
@asenggnesa41502 жыл бұрын
Really useful information, thanks. Where can I find the slideshow?
@MarcusHammarberg3 жыл бұрын
Great stuff - thanks a lot for this talk
@HubertSobkow3 жыл бұрын
Good demo! Just what I needed!
@juliaalonzo59982 жыл бұрын
Hello Victoria, is there somewhere I can get online training for detox?
@DavidJones-xf5ff2 жыл бұрын
For the 'Log Out' button, why is the withAncestor necessary, shouldn't we be able to match the element by.text only?
@josedavidismaelbarrerabern11545 жыл бұрын
That girl is quite impressive ! Nice presentation , cool tool.
@karthikvutarkar5 жыл бұрын
Hello, It's very nice presentation. Could you help me in generating test report for the detox with jest. Which reporting tool will work. Also brief about the traits where it can be used. How you store and access the testID
@LeoNatan5 жыл бұрын
I suggest you ask this on Stack Overflow, using the `detox` tag. Thanks
@veetaalkaa4 жыл бұрын
How I can try it on Android? I'm not found example for android
@viktorija46494 жыл бұрын
You can follow this setup guide to run Detox e2e on Android: * Detox for Android | github.com/wix/Detox/blob/master/docs/Introduction.Android.md
@jfasenmyer4 жыл бұрын
In the demo, how are you making it wait for you to add the next statement without having to re-run it every time? Very helpful video. Thanks!
@viktorija46494 жыл бұрын
Test was not running at the time of writing test, so it wasn't real time actions on the screen. I was clicking elements one after the other myself, to show what logic I am writing in code.
@dharmikyoutubefamily5 жыл бұрын
I want to automate test using detox. Which editor should I use on MAC OS to write detox tests for iOS. Can I create test on windows Os?
@jasonwagner7745 жыл бұрын
I suggest you ask this on Stack Overflow, using the `detox` tag as above. I use Visual Studio Code, as did Viktorija in the video. Also you need a Mac, or a VM OSX on Windows, to run on iOS.
@rodrigoarriel564 жыл бұрын
Hello Victoria. I'm a beginner in Detox and I'm facing some doubts. My application has fields to be filled. When I start to fill them out, my keyboard is visible and, thus, hides the next field to be filled. Which command should I use to go to the next field or what should I do to download the keyboard and access the next field.
@viktorija46494 жыл бұрын
Hello Rodrigo. I'm not sure about your case specifically, but in similar cases I have used "submit" button in a simulator keyboard. This minimizes keyboard and you can proceed with other actions.