assaf / node-replay

When API testing slows you down: record and replay HTTP responses like a boss
http://documentup.com/assaf/node-replay
MIT License
522 stars 107 forks source link

Is it possible to include a method/mode to remove unused fixtures? #123

Open devanshug opened 8 years ago

devanshug commented 8 years ago

With time when the test cases grow and changes occurs, new fixtures gets recorded, this results in directory which is big in size and contains lot many fixtures that are not required. So is it possible to introduce a method which removes all unused fixtures. This method can be called after running the test cases, or better, a mode specifically designed for doing this task?