Skip to content

Github Action to integrate with Latency Lingo for performance test reporting and build checks

Notifications You must be signed in to change notification settings

latency-lingo/github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Latency Lingo Github Action

Publish performance test results to Latency Lingo as part of your CI/CD pipeline.

I recommend visiting the Latency Lingo documentation to get familiar.

Usage

Locate your API key in account settings and add it as a secret to your Github repository. Next, add the Github Action as a step in your workflow.

The input arguments mimic the flags provided to the publish CLI command.

The value of file should reference a file containing your test results. This depends on your test runner and strategy for running tests in CI/CD. Feel free to reach out for any support.

The action evaluates any thresholds for the test scenario referenced. If any of the thresholds are violated, the action will fail the build.

Examples

- name: Latency Lingo
  uses: latency-lingo/github-action@v0.0.2
  with:
    api-key: ${{ secrets.LATENCY_LINGO_API_KEY }}
    file: jmeter-results.jtl
    label: github-action-test
- name: Latency Lingo
  uses: latency-lingo/github-action@v0.0.2
  with:
    api-key: ${{ secrets.LATENCY_LINGO_API_KEY }}
    file: gatling-results.log
    label: github-action-gatling-test
    format: gatling

References

About

Github Action to integrate with Latency Lingo for performance test reporting and build checks

Resources

Stars

Watchers

Forks

Packages

No packages published