-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.txt
48 lines (39 loc) · 1.45 KB
/
version.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
version: 1.2.2
- added readme info
version: 1.2.1
- added error DTO
- added response_error_model for api method
- added flag of validation check to BasicHelper
version: 1.2.0
- added configs for pylint and mypy
- added pydantic to requirements
- added loguru to requirements
- added requests to requirements
- added types-requests to requirements
- added methods for work with pydantic models
- added custom Response and Request classes
- added proxy for python libs as RF keywords
version: 1.1.0
- added extension XLS for robotframework-datadriver to read test data from sheets
- added module for ddt using .xlsx file as source of test data
version: 1.0.3
- fixed name of secret reader function secret_reader.py
- added robotframework-datadriver for DDT
version: 1.0.2
- added *.env to .gitignore to ignore secrets vault
- added python-dotenv to project requirements
- added module for reading variables from .env file
version: 1.0.1
- added robotframework-stacktrace that prints a Stack Trace to console
- added requirements.txt as option for getting project requirements
version: 1.0.0
- added linters: pylint, ruff, robotframework-robocop
- added type checkers: mypy, pyright
- added formatting tools: isort, robotframework-tidy
- robotframework-seleniumlibrary upgraded to version 6.3.0
version: 0.1.1
- added ignore on test case results
- added core structure of the project
version: 0.1.0
- project creation
- added robotframework and selenium library to dependencies