Adrian Yorke

Results 22 issues of Adrian Yorke

**Is your feature request related to a problem? Please describe.** Recently, our company disabled "Delete Issue" Jira functionality. We were using this to delete a chain of tickets when something...

feature
good first issue

It is good practice that repositories contain a CONTRIBUTING document in the root directory. This makes it easy for contributors, especially first time contributors, to follow project standards and create...

documentation
WORK IN PROGRESS
good first issue
HACKTOBERFEST2022

Robot Framework 5 brings several new syntax features: - Native TRY/EXCEPT - WHILE loop - RETURN statement - Inline IF - BREAK & CONTINUE Create recipes to demonstrate how to...

enhancement
help wanted
good first issue
hacktoberfest

A common use case is to import a list of values or test data from an external data file, e.g. CSV or Excel. A recipe demonstrating how to do this...

enhancement

Most important enhancements: - [New SKIP status](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-4.0.rst#new-skip-status) - [Criticality has been removed](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-4.0.rst#criticality-has-been-removed) - [Native IF/ELSE syntax](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-4.0.rst#native-if-else-syntax) - [Support for nested control structures](https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-4.0.rst#support-for-nested-control-structures)

enhancement
help wanted
good first issue
hacktoberfest

Database views should be regularly tested to ensure that they are still functioning. Views are effectively a SELECT statement that queries data from database tables and other views. The underlying...

good first issue

Currently, Cookbook dives straight in with recipes showing how to use keywords from certain libraries but there is no explanation of the basic structure and tables that together form a...

help wanted
good first issue
hacktoberfest

We don't currently have any recipes with `*** Keywords ***` section/table that demonstrate how to create your own user keywords. For example, in section 9 we could rewrite `Recipe 091...

good first issue

[Process](https://robotframework.org/robotframework/latest/libraries/Process.html) library can be used for tests that run processes. This recipe could demonstrate how to use the following keywords: - Start Process - Run Process - Wait For Process...

enhancement
help wanted
good first issue