-
Notifications
You must be signed in to change notification settings - Fork 19
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
Test results are not sending #1
Comments
Have you found any solution on this? I am getting the same. Just "Running Tests Report " |
No, I have not found a solution to this yet. Someone will probably have to fork the repo and debug it because it doesn't look like this is being actively maintained. |
I realized it seems to notify correctly to the Slack channel when you use framework: 'jasmine' in testrunner configuration. But it doesnt seem to notify when you use 'cucumber'. |
I too get only "Running Tests Report" and nothing else in the slack channel. So, it posts to Slack correctly, but not the correct info. I tried with both mocha and jasmine as frameworks used. Using wdio v6.1.11 and current npm package for this slack service. |
Great idea, any chance this is still supported @carmenmitru ? And positioned to work across Jasmine, Mocha and Cucumber frameworks? |
I am also facing the same issue. Any update yet? |
Hello @soumyaevan, @adrian-brown , @aetjansen @aetjansen , @tomasfly , @Khrove I updated the npm package. Let me know if now works. I also added the notifyOnlyOnFailure option |
Hello @carmenmitru Observation When notifyOnlyOnFailure is set to false - It doesnt send the notification at all.. and i still get the AfterTest Hook error It seems like flag is set vice versa and there is a bug as well. Well with some help - I managed to fix it - Could you please review this and push a new version afterTest(test, context, results) {
async after() {
} |
If I set notifyOnlyOnFailure to true, I can receive reports. But no if it's set as false |
with Mocha, even the test failed, in the slack report it's counted as a passed test. I don't know why |
This is fixed in latest version |
Hi ! my dependencies:
in my
and my test report in console and there is nothing events push to my slack channel, Is there any tips to help me, please T_T |
Sorry , I got where the problem is
result.error.matcherResult always undefined , so |
Hi everyone, I have been having the same problem as the people above. I have |
Node version: 10.16.2
NPM version: 6.13.7
WDIO version: 5.18.4
wdio-slack-service version: 2.0.7
Issue that is occuring:
The only message that is sent to Slack is "Running Tests Report" when I think it's expected that I should receive "Running Tests Report" and then some message containing the test result attachments.
Config:
The text was updated successfully, but these errors were encountered: