How do you measure automation success?

Hi Ali,
This is a good question when doing automation testing.
Below are some criterials to measure automation success based on my experience:

  1. The framework is clear/logic/easy to use and enough power to catch log/result/reports, can integrate to other CI tools, ex: jenkins…
  2. The stable of written scripts
  3. The scope of automation testing? ( how many percents TCs automated? how scale the automation TCs covered?)
  4. Performance of automation test suite? (how long does it takes to run?, how much time we need to have the final result after a run?
  5. Can release the code with high quality at the submitted time.