Fixing the tests folder name.
This commit is contained in:
parent
74bde47cb5
commit
50ae4fdb7f
12
api/autoit/features/autoit.feature
Normal file
12
api/autoit/features/autoit.feature
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Feature: The AutoIt API client
|
||||||
|
# ======================== AutoIt Test ========================
|
||||||
|
Scenario: Testing the AutoIt client
|
||||||
|
Given the AutoIt client
|
||||||
|
When the test method is called
|
||||||
|
Then the string "Autoit Svc Ok" must be returned
|
||||||
|
|
||||||
|
# ======================== AutoIt Test ========================
|
||||||
|
Scenario: Using an AutoIt command through AutoIt client
|
||||||
|
Given the AutoIt client
|
||||||
|
When the do method is called with "ClipPut ( "test" )"
|
||||||
|
Then the string "test" must me recorded on ClipBoard
|
||||||
3
api/autoit/features/steps/steps.py
Normal file
3
api/autoit/features/steps/steps.py
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from behave import *
|
||||||
|
|
||||||
|
from cli import AutoIt
|
||||||
Loading…
x
Reference in New Issue
Block a user