Git Product home page Git Product logo

simple-website-speed-test's Introduction

simple-website-speed-test

Quick Start

Introduction

Bash script to initiate TAP compliant web performance metrics testing to be easily integrated with Jenkins or Travis CI

Required Tools

For potential integration with Jenkins, check out this plugin.

How to maintain the test suite:

All names for tests & their variables are derived from JSON object names used by Phantomas for consistency.

To create a new testable metric, find its respective JSON object name in the Phantomas documentation.

Then add it to the array of test metric names within "Metrics_to_analyze" in this script and create a test, using its name as the variable containing the testable value, for it in "performance-tests.bats".

Example - testing that the time to first byte is less than 200ms:

  • performance-tests.sh:
Metrics_to_analyze=('timeToFirstByte' '...' '...' '...')
  • performance-tests.sh:
@test "Time to first byte" {
 	[ "$timeToFirstByte" -lt 200 ]
}

simple-website-speed-test's People

Contributors

technopagan avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.