-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Cucumber V2 #73
Comments
+1 No one reporter can work with cucumber v2 for now. It would be very helpful. Generated [
{
"description": "Show error during sign in with wrong credentials",
"assertions": [
{
"passed": true
},
{
"passed": true
},
{
"passed": true
},
{
"passed": true
},
{
"passed": true
}
],
"events": [
{
"emitterEvent": "testPass",
"name": "When I go to \"sign in\" page",
"category": "Sign in page scenario: Show error during sign in with wrong credentials",
"durationMillis": 1183,
"sourceLocation": {
"filePath": "/Volumes/WORKSPACE/projects/bdd-reusable/features/sign-in/sign-in.feature",
"line": 6,
"column": 1
}
},
{
"emitterEvent": "testPass",
"name": "And I fill \"username\" input field with \"[email protected]\"",
"category": "Sign in page scenario: Show error during sign in with wrong credentials",
"durationMillis": 156,
"sourceLocation": {
"filePath": "/Volumes/WORKSPACE/projects/bdd-reusable/features/sign-in/sign-in.feature",
"line": 7,
"column": 1
}
},
{
"emitterEvent": "testPass",
"name": "And I fill \"password\" input field with \"wrongPassword\"",
"category": "Sign in page scenario: Show error during sign in with wrong credentials",
"durationMillis": 156,
"sourceLocation": {
"filePath": "/Volumes/WORKSPACE/projects/bdd-reusable/features/sign-in/sign-in.feature",
"line": 8,
"column": 1
}
},
{
"emitterEvent": "testPass",
"name": "And I click \"log in\" button",
"category": "Sign in page scenario: Show error during sign in with wrong credentials",
"durationMillis": 52,
"sourceLocation": {
"filePath": "/Volumes/WORKSPACE/projects/bdd-reusable/features/sign-in/sign-in.feature",
"line": 9,
"column": 1
}
},
{
"emitterEvent": "testPass",
"name": "Then I should see \"Wrong credentials\" error notification",
"category": "Sign in page scenario: Show error during sign in with wrong credentials",
"durationMillis": 2517,
"sourceLocation": {
"filePath": "/Volumes/WORKSPACE/projects/bdd-reusable/features/sign-in/sign-in.feature",
"line": 10,
"column": 1
}
}
],
"duration": 4064
}
] Generated html screenshot |
My bad. Sorry. I used the wrong config.cucumberOpts.format = [
'pretty'
]; to config.cucumberOpts.format = [
'json:reports/results.json',
'pretty'
]; New file |
This will be resolved with #81 |
published the fix with |
No description provided.
The text was updated successfully, but these errors were encountered: