Skip to content

Instantly share code, notes, and snippets.

@mwolson
Created March 22, 2017 22:13
Show Gist options
  • Save mwolson/f19e4ab362a7a13f684f0e39fb4b0862 to your computer and use it in GitHub Desktop.
Save mwolson/f19e4ab362a7a13f684f0e39fb4b0862 to your computer and use it in GitHub Desktop.
Test pyramid

Test pyramid

We want more of the (faster and/or easier to write) things at the bottom of the pyramid, and less of the (slower and/or harder to write) things at the top of the pyramid.

                        /\
                       /  \
                      /    \
                     / security analysis
                    /  browser automation
                   /  image   \
                  /   manual   \
                 /   mount      \
                /____shallow_____\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment