Last active
January 30, 2023 00:56
-
-
Save bryanbraun/d1f4dd4d725d9a3f784a to your computer and use it in GitHub Desktop.
Explaining the Testing Ecosystem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+==============================================================================+ | |
| 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