Skip to content

Commit

Permalink
Merge pull request #106 from gothinkster/add-postman-newman-cli-runner
Browse files Browse the repository at this point in the history
Adding Support for Automated Postman Collection Testing with Newman
  • Loading branch information
EricSimons committed May 10, 2017
2 parents c707817 + 05631f6 commit 07e7b61
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 269 deletions.
37 changes: 22 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
Expand All @@ -22,3 +7,25 @@
.Trashes
ehthumbs.db
Thumbs.db

# IDE files #
.idea/

### Node template
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Dependency directories
node_modules/


Loading

0 comments on commit 07e7b61

Please sign in to comment.