Sending an email with log file attached or status inside

Hi,

i would like to know the simplest way to send an email with overall test suite status inside.

Any idea ?

Thank you.

I suggest to use the selenium ide command line from Python or Powershell:

  • run kantu from command line and tell it to save the report
  • the script picks up the saved test status report and emails it

Sample code: RPA/command-line at master · A9T9/RPA · GitHub