Skip to content
#

automation

Here are 9,492 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
dsesami
dsesami commented Sep 29, 2020
ISSUE TYPE
  • Bug Report
SUMMARY

Form error handling isn't quite correct for organizations within notification templates. It is either missing, or uncolored text.

STEPS TO REPRODUCE
  1. To get the first bug, simply go to Notifications > Add. Then click Save without filling out the required fields. All the required fields will go red and show red error text, but the Organi
pekkaklarck
pekkaklarck commented Sep 3, 2020

Convert To Title Case was added in RF 3.2 (#2706). Unfortunately its not fully compatible with the old Should Be Title Case keyword. For example, the second test below fails with 'This Is Not OK!' is not titlecase.:

*** Settings ***
Library        String

*** Test Cases ***
Passes
    ${title} =    Convert To Title Case    This is ok.
    Should Be Title Case    $
Mitsuder
Mitsuder commented Oct 1, 2020

I've got to send a multipart request. The first part is a json that describes all following parts. Other parts are raw file bytes. The number of files could vary.

Current state:
It is possible to assign only the whole body to a request using Pebbple. But as far as I know, Gatling treats PebbleBody as a regular String, so that it is impossible to send raw file content (PDF for example) in r

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.