Slide 1

Slide 1 text

Next-generation JavaScript Testing Vlad Filippov // Full Stack Toronto 2014

Slide 2

Slide 2 text

@vladikoff

Slide 3

Slide 3 text

– John Resig, 2009 http://ejohn.org/blog/javascript-testing-does-not-scale/ “JavaScript Testing Does Not Scale.” 2009

Slide 4

Slide 4 text

2014

Slide 5

Slide 5 text

Firefox Accounts

Slide 6

Slide 6 text

The Intern @ theintern.io Maintained by

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

Unit Testing

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

Demo

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

Functional Testing

Slide 15

Slide 15 text

Supports: • InternetExplorerDriver • FirefoxDriver • ChromeDriver • SafariDriver • Selendroid • ios-driver http://theintern.github.io/leadfoot/ Cross-platform consistency to the Selenium WebDriver API.

Slide 16

Slide 16 text

webcompat.com Intern tests Demo

Slide 17

Slide 17 text

Basic Functional Test with the Intern

Slide 18

Slide 18 text

Basic Functional Test with the Intern

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

! SauceLabs, TestingBot, BrowserStack https://theintern.github.io/digdug/ Abstraction library for WebDriver service tunnels

Slide 22

Slide 22 text

Demo

Slide 23

Slide 23 text

Running CI Tests - JS Library

Slide 24

Slide 24 text

Running CI Tests - Large App Unit Tests Install Project Limited Functional Tests JSHint, JSCS, etc. Pull Request Testing Install Project Full Functional Tests Stage Testing with Xvfb

Slide 25

Slide 25 text

Xvfb - X virtual framebuffer

Slide 26

Slide 26 text

More than just tests!

Slide 27

Slide 27 text

https://github.com/gotwarlost/istanbul

Slide 28

Slide 28 text

Code Coverage

Slide 29

Slide 29 text

Reporters

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

Capabilities • ChromeDriver homepage: https://sites.google.com/a/ chromium.org/chromedriver/capabilities • Custom Firefox profile:

Slide 32

Slide 32 text

• Main Wiki: 
 https://github.com/theintern/intern/wiki ! • Intern examples for jQuery, Angular, etc: 
 https://github.com/theintern/intern-examples ! • Tutorial: 
 https://github.com/theintern/intern-tutorial
 • Support: 
 https://github.com/theintern/intern/wiki/Support

Slide 33

Slide 33 text

@vladikoff Questions? Thank you!