Project

General

Profile

action #56009

Updated by riafarov over 4 years ago

## Description 
 I as a YaST developer want to write integration tests for the module 

 After our discussion, we've decided to go for rspec for YaST modules testing. 

 As of now, we don't have any wrapper for curl requests to the UI and we should start with it, so it can be imported and used for the actions. 

 We already have some code implemented by Ladi: https://github.com/lslezak/cucumber-yast 

 https://github.com/lslezak/cucumber-yast/blob/master/features/step_definitions/ui_test_steps.rb 

 ## Acceptance criteria 
 1. There is ruby gem which provides easy to use methods to operate on buttons controls

Back