Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Holygrail Of Javascript Testing #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions adam_hawkins-holygrail_of_javascript_testing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Javascript Testing: The Holy Grail

There is a holy grail for Javascript developers: Getting a test suite up
and running fast and have multiple browsers execute the tests. Getting
the holy grail is damn hard. Look how much work Indiana Jones had to get
it--and he didn't even have program! There are barriers to entries
everywhere. How is it easy to get going testing small parts of
Javascript functionality. What happens as your become bigger and more
complex? What about headless testing? Does this process scale up to CI?
Can I even do this stuff locally? There are a myriad of testing tools
and solutions. I'll show you what's out there and what we as a community
need to do next to get to the Holy Grail to ensure a better web
experience for everyone.


## Adam Hawkins

My name is Adam Hawkins. I'm a rubyist, rails guy, and general
open source nerd. I love to contribute to open source projects I use as
well as write my own. I scratch my own itches through my open source
work. When I'm not coding I travel and enjoy trance in very heavy doses.


(Me)[https://raw.github.com/twinturbo/talks/master/headshot1.jpeg]

## On the web

- [Blog](http://broadcastingadam.com)
- [Twitter](https://twitter.com/adman65)
- [Speakerdeck](https://speakerdeck.com/u/twinturbo)