Skip to content

Commit

Permalink
Changed readme design and removed broken tests (#61)
Browse files Browse the repository at this point in the history
* Changed Readme design

* Removed broken JMeter tests

This test depends on an external server which is not working, so these tests are removed and they will be fixed in a future commit
  • Loading branch information
sebastianlorenzo88 authored and Artem Fedorov committed Jul 30, 2018
1 parent 396251f commit 1045f44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ before_install:
- chmod -R +x ./.travis
- "sh ./.travis/install-maven-dependency.sh https://github.com/inventit/mqtt-websocket-java/releases/download/$MQTT_WEBSOCKET_VERSION/mqtt-websocket-java-$MQTT_WEBSOCKET_VERSION.jar io.inventit.dev mqtt-websocket-java $MQTT_WEBSOCKET_VERSION"


script:
- "mvn -DskipTests=true clean install --batch-mode"
- "mvn -Djava.awt.headless=true -Dmaven.test.redirectTestOutputToFile=true -Dcobertura.report.format=xml --fail-at-end --batch-mode cobertura:cobertura test"


after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
Binary file removed http2/Labs_logo_3x.png
Binary file not shown.
6 changes: 3 additions & 3 deletions http2/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![](Labs_logo_3x.png)

# HTTP2 Plugin for JMeter

## HTTP2 Sampler for JMeter
![labs-logo](blazemeter-labs-logo.png)

This plugin provides an HTTP2 Sampler and a custom View Result Tree to work with HTTP/2 protocol.

### Step to use HTTP2 Sampler

Expand Down
Binary file added http2/blazemeter-labs-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1045f44

Please sign in to comment.