Skip to content

Simple program to read a HAR (HTTP archive)json file and print to a file all the URL's the page has accessed. The main thrust was to practice TDD (Test Driven Development). First a failing test was written, then the code implemented and refactored until the tests pass.

Notifications You must be signed in to change notification settings

tinashec/readJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple program to read a HAR (HTTP archive)json file and print to a file all the URL's the page has accessed. The main thrust was to practice TDD (Test Driven Development). First a failing test was written, then the code implemented and refactored until the tests pass. .json files gotten from HAR files after inspecting a webpage.

About

Simple program to read a HAR (HTTP archive)json file and print to a file all the URL's the page has accessed. The main thrust was to practice TDD (Test Driven Development). First a failing test was written, then the code implemented and refactored until the tests pass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages