morooLee / wdio-slack-reporter

This reporter provides slack notifications of WebdriverIO test results.
11 stars 6 forks source link

Detailed result thread not working when number of tests are over 50 #35

Closed AmmarQA24 closed 8 months ago

AmmarQA24 commented 8 months ago

Discussed in https://github.com/morooLee/wdio-slack-reporter/discussions/34

Originally posted by **AmmarQA24** February 22, 2024 Hey, when we have over 50 tests in the suite it doesn't list out detailed results even if everything is set to true. Did anyone run into this before and know a solution maybe or there isn't one yet? ![image](https://github.com/morooLee/wdio-slack-reporter/assets/68478791/f4fd76c4-38ee-40ab-a15e-b840f1ef1087)
morooLee commented 8 months ago

@AmmarQA24 Please be aware that Slack messages come with content limitations. For further details, kindly check the link provided below. You can adjust the content size by overriding the createResultDetailPayload function. For instructions on how to override, please refer to the READ.ME.