Skip to content

Commit ba5269c

Browse files
Fix typo in framework name from 'Cypres' to 'Cypress'
1 parent 79b1832 commit ba5269c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testhub/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const isUndefined = (value) => value === undefined || value === null;
1212

1313
exports.getFrameworkDetails = (user_config) => {
1414
return {
15-
frameworkName: "Cypres",
15+
frameworkName: "Cypress",
1616
frameworkVersion: testObservabilityHelper.getPackageVersion(
1717
"cypress",
1818
user_config

0 commit comments

Comments
 (0)