Fixing the tests folder name.

anticaptcha
Pedro de Oliveira Guedes 2022-01-11 10:06:33 -03:00
parent 74bde47cb5
commit 50ae4fdb7f
4 changed files with 15 additions and 0 deletions

View 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

View File

@ -0,0 +1,3 @@
from behave import *
from cli import AutoIt