Skip to content

Commit

Permalink
Merge pull request #58 from saucelabs/feat/add_npm_badge
Browse files Browse the repository at this point in the history
Added badge with NPM package version to README
  • Loading branch information
mciastek committed Oct 2, 2020
2 parents e4663ff + 04096ce commit 2b2f740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Network-Viewer [![Build Status](https://travis-ci.org/saucelabs/network-viewer.svg?branch=master)](https://travis-ci.org/saucelabs/network-viewer)
Network-Viewer [![npm version](https://badge.fury.io/js/network-viewer.svg)](https://www.npmjs.com/package/network-viewer) [![Build Status](https://travis-ci.org/saucelabs/network-viewer.svg?branch=master)](https://travis-ci.org/saucelabs/network-viewer)
==============

## Introduction
Expand All @@ -20,7 +20,7 @@ Main features of Network-Viewer are:
- **Search** request by URL or body content
- Filter request by **XHR, JS, CSS, Image, Media, Font, Doc, WebSocket, Manifest**
- **Errors Only** filter to filter request by error status (where status code is greater than or equal to 400)
- **WaterFall** chart to display timeline of request which includes
- **WaterFall** chart to display timeline of request which includes
- **Stats** at footer to show number of requests, data transfered size, resoruces size, and time metrics like Page Load, DOMContentLoaded and Finished time
- Request Detail section is available on click of request, response content is available for JSON and XML responses.

Expand Down

0 comments on commit 2b2f740

Please sign in to comment.