End-to-end testing with NightwatchJS #5: Running tests in CI with Travis

preview_player
Показать описание
Welcome to Coding with Dom! In this video I'll be showing you how to run your tests in Travis CI with my favourite end-to-end testing framework: NightwatchJS.

Check out the code on github:

This video is part of a video series about end-to-end testing with NightwatchJS. If you enjoy what you see, please leave a like and subscribe!

Don't hesitate to leave any comments or feedback below!
Рекомендации по теме
Комментарии
Автор

I have watched so many videos and tutorials on various software on Youtube, Udemy etc. and can say that your videos are really one of the best. It's fun to listen to you, everything explained great. Looking forward to the next videos. Thanks!

christinestockert
Автор

I'm brazilian and I have to say the great audio quality of the video is helping me a lot to understand you. Thank you.

markusvdc
Автор

Awesome videos, man. You have a good and energetic personality. Keep it up!

АлександрКостюченко-эч
Автор

i give you like before i watch the video becasue as far as i repeated your first 3 videos you deserve more than that!!!

i will support you more and more if i got the gob contract this year <3

hasanhawar
Автор

Thank you so much for all your hard work! Recording videos is super hard, and having put in all the work only to have to do again is energy-draining-sadness despairing feeling, but you stuck it out for thank you! Please stay with us!

gracen
Автор

I appreciate you taking the time to record the video and shared with it. It is a very useful video. Thank you very much!

quangvo
Автор

You explain E2E testing very simple and useful. Please continue.

codingwithbasir
Автор

These videos are unreal! I got everything I need to know for e2e from here. I hope they keep coming!

adam_la_morre
Автор

Great video, keep them coming! .... As I watched on I felt your pain, we've all had those dejecting days, but you still got it done like a champ!

josephgroark
Автор

Nice video Dom, Explained very well..

sunilsahoo
Автор

My condolences... don't let this stop you from moving forward Dom!

everlatif
Автор

Dude good stuff, I like how you introduced the idea of CI like this. Are you using travis because you want to have a interface to monitor what's going on? Are you able to use the original .github/workflow to do steps like npm install and npm test? With headless mode of course

Shinpoke
Автор

thank you for great tutorial!!!
if there is any way to run them using jenkins?

alexandrutudosan
Автор

This is great! Is there any good way of passing env var from command line like username and password?

seyfaddinhuseynov
Автор

Hi Dom,
How to use a variable of one StepDefinition in another StepDefinition.

Ex: In first.js file, im collecting product name and storing in a veriable.
var pName ='sony'

And how to use pName variable in second.js file.

mohanpattar
Автор

Awesome videos, Dom. But it always trys to connect local host on port 9515 for each build, how to make it remotely? Please help!!!!

养猪日记
Автор

Running in headless mode, you will trigger CAPTCHA way more often. Not important if it's your own site you are testing, but something to keep in mind for sites you don't control.

GrayEmbry
Автор

could be worse, could be `git clean -fd` without local history!. Great work :D

academox