Skip to content

Commit

Permalink
Merge branch 'main' into alberto-read
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Jun 8, 2023
2 parents 9365efb + 4cad248 commit 0fd9612
Show file tree
Hide file tree
Showing 72 changed files with 3,516 additions and 663 deletions.
15 changes: 15 additions & 0 deletions .github/actions/javascript/validateReassureOutput/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Validate Regression Test Output'
description: 'Validates the output of regression tests and determines if a test action should fail.'
inputs:
DURATION_DEVIATION_PERCENTAGE:
description: Allowable percentage deviation for the mean duration in regression test results.
required: true
COUNT_DEVIATION:
description: Allowable deviation for the mean count in regression test results.
required: true
REGRESSION_OUTPUT:
description: Refers to the results obtained from regression tests `.reassure/output.json`.
required: true
runs:
using: 'node16'
main: './index.js'
Loading

0 comments on commit 0fd9612

Please sign in to comment.