Skip to content

Instantly share code, notes, and snippets.

@bryanbraun
Last active January 30, 2023 00:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanbraun/d1f4dd4d725d9a3f784a to your computer and use it in GitHub Desktop.
Save bryanbraun/d1f4dd4d725d9a3f784a to your computer and use it in GitHub Desktop.
Explaining the Testing Ecosystem
+==============================================================================+
| Test Env. | Driver | Test Runner | Test Framework | Syntax | Assertions |
+==============================================================================+
| Phantom | Poltergeist | Capybara | Ruby
+------------------------------------------------------------------------------+
| Chrome | Karma | Jasmine | JS
+------------------------------------------------------------------------------+
| Slimer | CasperJS | JS
+------------------------------------------------------------------------------+
| Goutte | Mink | Behat | Gherkin | PHP
+------------------------------------------------------------------------------+
| Zombie | Mocha | should.js | JS
+------------------------------------------------------------------------------+
| Firefox | Selenuim IDE | DSL
+------------------------------------------------------------------------------+
| Opera | SeleniumWD | Cucumber | Gherkin | Ruby
-------------------------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment