We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b1832 commit ba5269cCopy full SHA for ba5269c
bin/testhub/utils.js
@@ -12,7 +12,7 @@ const isUndefined = (value) => value === undefined || value === null;
12
13
exports.getFrameworkDetails = (user_config) => {
14
return {
15
- frameworkName: "Cypres",
+ frameworkName: "Cypress",
16
frameworkVersion: testObservabilityHelper.getPackageVersion(
17
"cypress",
18
user_config
0 commit comments