The Wayback Machine - https://web.archive.org/web/20201210051603/https://github.com/topics/automation
Skip to content
#

automation

Here are 10,058 public repositories matching this topic...

pvdlg
pvdlg commented Feb 10, 2018

Most of the documentation has been rewritten recently. The content minimum content we need is there but there is a lot that can be done to improve it.

If you'd like to contribute to the semantic-release project, helping with the following would be much appreciated:

  • Fix typo, misspelling and gramatical mistakes
  • Improve language: make short and simpler sentences, improve clarity
  • Harmoniz
Zaubeerer
Zaubeerer commented Oct 19, 2020

Current behavior

Slack, email and other notifications provide a standardized text and backend info.

Proposed behavior

Users can add custom texts to the notifications.

Example

Prefect
Failed
awesome-flow is now in a Failed state
Message
Some reference tasks failed.
Prefect notification
@colleague, please analyze possible root causes.

Ideas for Imp

lucielavickova
lucielavickova commented Jul 12, 2019

Would it be possible to add "trim" parameter to keyword "Should Be Equal As Strings" (+related keywords)?
Many times I need to compare two strings, but there are some trailing or leading whitespaces in the actual value, which I don't care about, so I always have to trim them before. Having trim as a parameter in these keywords would help me a lot :)

anasmi
anasmi commented Oct 12, 2019

It would be nice to pass multiple actions to a checkIf method , the same way as a check allows through the comma.

So, for example, instead of writing this:

.check(
   checkIf("${first.exists()}")(do_first),
   checkIf("$first.exists()}")(do_second), 
   checkIf("${first.exists()}")do_third)

it would be nice to have API as follows:

check(checkIf("${first.exists()}")(do

Improve this page

Add a description, image, and links to the automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the automation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.