Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #103 from eykrehbein/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jgroom33 committed Dec 10, 2018
2 parents 80e9c12 + 2afcfe7 commit c91387b
Show file tree
Hide file tree
Showing 82 changed files with 1,556 additions and 1,374 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ script:
- node dist/main.js tests/success_validate_retries/
- node dist/main.js tests/failure/ --no-exit
- node dist/main.js tests/success/bulk.yml -b
- node dist/main.js tests/success/chaining/login.strest.yml --save
- node dist/main.js tests/success/chaining/verify_login_chained.strest.yml --load --save
# deploy:
# provider: npm
# email: "eykrehbein@gmail.com"
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export STREST_GMT_DATE=$(TZ=GMT-0 date --date='10 seconds' --rfc-2822 | sed "s/+
node dist/main.js tests/success_validate_retries/
node dist/main.js tests/failure/ --no-exit
node dist/main.js tests/success/bulk.yml -b
# Manual chained executions
node dist/main.js tests/success/chaining/login.strest.yml -s
node dist/main.js tests/success/chaining/verify_login_chained.strest.yml -l -s
```

## Publishing - Information for Collaborators
Expand All @@ -28,4 +31,4 @@ When / before you merge a Pull Request, there are more steps to go.
3. [Draft a new Release on Github](https://github.com/eykrehbein/strest/releases/new)
- Tag Version = npm version

The new Release will automatically publish the new changes under the new package version into the npm registry.
The new Release will automatically publish the new changes under the new package version into the npm registry.
Loading

0 comments on commit c91387b

Please sign in to comment.