Skip to content

Commit

Permalink
Release: v0.2.0 - regression testing redirects [beta]
Browse files Browse the repository at this point in the history
  • Loading branch information
FaKleiser committed Aug 28, 2017
1 parent 5173cce commit 75b8d65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This file keeps track of all changes to this project. This project follows [sema

## [UNRELEASED]


## v0.2.0 - 2017-08-28

### Added
- CSV loader
- Beta: redirect tests by setting expected urls and status code
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ The test case may define settings which affect the execution of the tool.

sireg aims to support:

- [x] Testing that a bunch of URLs end up at a good status code.
- [x] Regression testing all URLs from an existing sitemap.
- [ ] Filters to limit the set of URLs that are being tested (based on heuristics, for example).
- [ ] Features to test redirect locations.
- [ ] More reporters (CSV, for example)
- [ ] More reporters (CSV, for example).
- [ ] Provide a crawler to make it easy to start testing existing sites.


Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const sireg: CommanderStatic = require('commander');

// == define CLI commands
sireg
.version('0.1.1');
.version('0.2.0');

sireg.command('test <config>')
.description('Execute the given test case')
Expand Down

0 comments on commit 75b8d65

Please sign in to comment.