Introduction To Karma

  Рет қаралды 36,204

Jesse Warden

Jesse Warden

Күн бұрын

Пікірлер: 42
@JesseWarden
@JesseWarden 10 жыл бұрын
New Video: Introduction To Karma kzbin.info/www/bejne/fILai6WFdtKAd8U #javascript #continuousintegration #unittest #grunt
@DouglasHubler
@DouglasHubler 10 жыл бұрын
Don't ever change your style Homeslice. I wish #dartlang had all this stuff, googling indicates folks are trying to get this all working in dart but still a ways away yet. japhr.blogspot.com/2013/11/running-polymerdart-tests-with-grunt.html
@JesseWarden
@JesseWarden 10 жыл бұрын
Yeah, the community force behind JavaScript is strong, quite the struggle to make 'em veer off course a bit when that detracts from what got 'em on this path to begin with. Dart's cool, but without the ecosystem, we can't compete.
@xoundboy
@xoundboy 9 жыл бұрын
Thank you for teaching me how to use Karma AND making me laugh at the same time :) I wish more video tutorials were this entertaining and informative both at the same time. Your energy is amazing.
@marchaubenstock
@marchaubenstock 10 жыл бұрын
Your videos are really amazing! I watched your tutorial on grunt and now I use it all over the place. Karma looks really interesting! Thanks for taking the time and making these!
@JesseWarden
@JesseWarden 10 жыл бұрын
Thanks a lot!
@mramireztribe
@mramireztribe 8 жыл бұрын
You are an excellent instructor. You humor is also excellent lol. Thanks for this video!
@bobbyrocket100
@bobbyrocket100 8 жыл бұрын
Thank you. Your presentation, it was very informative and enjoyable. I recommend it to anyone wanting to know the purpose for continuous integration testing.
@achang28
@achang28 10 жыл бұрын
Jesse -- I love your style of explaining, and how you shave certain sections of the video in order to remove any pauses. good shiet!
@hal-c
@hal-c 10 жыл бұрын
Wow, this guy is a nut. Absolutely fantastic. One of the most helpful tutorial vids I've come across. Really made karma more approachable. Only just starting to integrate tdd into my workflow and this really demystified it for me. Thanks
@manoj45194
@manoj45194 8 жыл бұрын
Hi Jesse, thanks for this tutorial. I am beginners in learning karma and jasmine, it really helpful to understand why should we use unit testing... Thx brother....
@phone5555482
@phone5555482 9 жыл бұрын
Thanks Jesse, it is super helpful.And you are the best actor!
@gbengamedunoye9450
@gbengamedunoye9450 9 жыл бұрын
Awesome...my intro to karma and I'm already feeling like a pro
@ronneilcamara5071
@ronneilcamara5071 9 жыл бұрын
This is friggin awesome man! I learned a lot and very quickly too! I enjoyed your video so much!
@djjfresco
@djjfresco 8 жыл бұрын
Dude, I know this video is old, but it's awesome.
@brianschermerhorn7294
@brianschermerhorn7294 10 жыл бұрын
My favorite line was "what you really mean, Google, is that I can be productive - got it" lol
@manoj45194
@manoj45194 8 жыл бұрын
When I saw your actions it reminds me Jim carrey.. You are awesome bro 😄👍
@Roman-mk5si
@Roman-mk5si 6 жыл бұрын
Thank you for cool tutorial! You are awesome!
@igaltivoni
@igaltivoni 9 жыл бұрын
Awesome tutorial dude, you're a natural =)
@Elemento000
@Elemento000 9 жыл бұрын
Awsome tutorial man!! You look like the "Quentin Tarantino" of programming xD
@PhilipBedi
@PhilipBedi 10 жыл бұрын
Hi Jesse, I need some tips or help on setting up karma/ jasmine in my existing AngularJS project, which is at root level, means index.html is at root level. I have tried to find on google but there are all tutorials/ examples are using yo Angular-generator to start with new project, I can't do that or don't know, what would happen if I try to do it in my existing project as Yo creates App folder to put web code in there, I really appreciate if you could give me some pointers or send me steps or upload some video on how to do this? Thanks Philip
@JesseWarden
@JesseWarden 10 жыл бұрын
Yeah yo (command for Yeoman) will put TONS of stuff you don't need in your project. Are you using requirejs or Angular Boilerplate or something else?
@derrickdaniel6862
@derrickdaniel6862 8 жыл бұрын
Hey Jesse, good tutorial. Can I ask you to do one for Aurelia and Karma pls? I am using VS2015 and my folder structure is not like Aurelia's but I am having the worst time getting Karma working. Can you help or do a tutorial pls?
@nephihill1122
@nephihill1122 10 жыл бұрын
were do you work and how did you get the job
@JesseWarden
@JesseWarden 10 жыл бұрын
I work at Accenture. I got the job by networking. I know a guy there who he and I worked together in the past and he had a good impression of me. Still had to go through the interview process, which I practiced a lot for.
@calbearsalum
@calbearsalum 8 жыл бұрын
Do you have all of your source code for this video on GitHub?
@JesseWarden
@JesseWarden 8 жыл бұрын
+calbearsalum No, but try this one, it should get you started. github.com/Angular-Generator/angular-seed-project
@PhilipBedi
@PhilipBedi 10 жыл бұрын
I am getting this error, but if I copy url and paste it in browser it works, but can't open the browser WARN [launcher]: Can not load "chrome_without_security"! Error: No provider for "launcher:Chrome". Can not use provider from the parent!
@JesseWarden
@JesseWarden 10 жыл бұрын
Make sure Chrome is in your plugins a few lines up: plugins: [ 'karma-jasmine', 'karma-firefox-launcher', 'karma-chrome-launcher', 'karma-phantomjs-launcher', 'karma-safari-launcher'],
@PhilipBedi
@PhilipBedi 10 жыл бұрын
Jesse Warden Thanks Jesse, I had to do npm install karma-chrome-lanucher to get it working, though I read several places that Chrome plugin comes with karma, but for my case it wasn't working, Cheers
@marcelobrito7042
@marcelobrito7042 7 жыл бұрын
Thank's, that was very helpfull!
@tonyprojs-man
@tonyprojs-man 8 жыл бұрын
great tutorial thanks
@gsoutz
@gsoutz 10 жыл бұрын
I wonder what happened between 00:14 and 00:16
@usmansaleh9721
@usmansaleh9721 8 жыл бұрын
Karma starting in Chrome for a 2 sec. and then stop with error karma:unit failed.
@JesseWarden
@JesseWarden 8 жыл бұрын
+Usman Saleh Usually one of the reporters will give you a more thorough reason as to why it failed. Lemme see if I can upload a better example.
@usmansaleh9721
@usmansaleh9721 8 жыл бұрын
Thanks Jesse :) for quick response.
@Shmack_
@Shmack_ 7 жыл бұрын
jim bruer codes!!
@nephihill1122
@nephihill1122 10 жыл бұрын
hi
@mohitverma29
@mohitverma29 8 жыл бұрын
dude .. stop moving hands toooooo much. its disturbing.
Derek Stobbe: Testing Angular using Karma and Jasmine
44:22
AngularJS Utah
Рет қаралды 33 М.
Happiness in the Front-End Using Elm
1:26:27
Jesse Warden
Рет қаралды 7 М.
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 53 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 4,2 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 3,6 МЛН
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 98 М.
GTAC 2013: Karma - Test Runner for JavaScript
15:34
Google TechTalks
Рет қаралды 49 М.
Test-Driven Development // Fun TDD Introduction with JavaScript
12:55
Unit Testing in JavaScript via Jasmine
21:19
Jesse Warden
Рет қаралды 105 М.
🚀  TDD, Where Did It All Go Wrong (Ian Cooper)
1:03:55
DevTernity Conference
Рет қаралды 567 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 77 М.
JS Unit Testing
55:38
LinkedInTechTalks
Рет қаралды 17 М.
Introduction to AngularJS Unit Testing
1:05:56
Jim Lavin
Рет қаралды 96 М.
What does larger scale software development look like?
24:15
Web Dev Cody
Рет қаралды 1,4 МЛН
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 53 МЛН