Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CMS2.0_UI_AUTOMATION_TEST
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王超
CMS2.0_UI_AUTOMATION_TEST
Commits
ea5a1ae4
Commit
ea5a1ae4
authored
Sep 06, 2024
by
王超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新开关按钮
parent
9c3c198d
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
1 deletion
+1
-1
开关按钮_变量分离-写入变量_实际图.png
...Comparison/SwitchButton/actual_img/开关按钮_变量分离-写入变量_实际图.png
+0
-0
开关按钮_变量分离-读取变量_实际图.png
...Comparison/SwitchButton/actual_img/开关按钮_变量分离-读取变量_实际图.png
+0
-0
开关按钮_变量分离-写入变量_预期图.png
...mparison/SwitchButton/expected_img/开关按钮_变量分离-写入变量_预期图.png
+0
-0
开关按钮_变量分离-读取变量_预期图.png
...mparison/SwitchButton/expected_img/开关按钮_变量分离-读取变量_预期图.png
+0
-0
Test_SwitchButton.py
TestCases/Test_SwitchButton.py
+0
-0
pytest.ini
pytest.ini
+1
-1
No files found.
ImageComparison/SwitchButton/actual_img/开关按钮_变量分离-写入变量_实际图.png
0 → 100644
View file @
ea5a1ae4
6.05 KB
ImageComparison/SwitchButton/actual_img/开关按钮_变量分离-读取变量_实际图.png
0 → 100644
View file @
ea5a1ae4
5.98 KB
ImageComparison/SwitchButton/expected_img/开关按钮_变量分离-写入变量_预期图.png
0 → 100644
View file @
ea5a1ae4
6.05 KB
ImageComparison/SwitchButton/expected_img/开关按钮_变量分离-读取变量_预期图.png
0 → 100644
View file @
ea5a1ae4
5.98 KB
TestCases/Test_SwitchButton.py
View file @
ea5a1ae4
This diff is collapsed.
Click to expand it.
pytest.ini
View file @
ea5a1ae4
...
@@ -12,7 +12,7 @@ log_cli_date_format = %Y-%m-%d %H:%M:%S
...
@@ -12,7 +12,7 @@ log_cli_date_format = %Y-%m-%d %H:%M:%S
# 配置测试搜索的路径,当前目录下的TestCases文件夹,可自定义
# 配置测试搜索的路径,当前目录下的TestCases文件夹,可自定义
testpaths
=
./TestCases
testpaths
=
./TestCases
# 配置测试搜索的文件名,当前目录下的Testcase文件夹下,以Test_开头,以.py结尾的所有文件,可自定义
# 配置测试搜索的文件名,当前目录下的Testcase文件夹下,以Test_开头,以.py结尾的所有文件,可自定义
python_files
=
mode
*.py
python_files
=
Test
*.py
# 配置测试搜索的测试类名,当前目录下的Testcase文件夹下,以Test_开头,以.py结尾的所有文件中,以Test开头的类,可自定义
# 配置测试搜索的测试类名,当前目录下的Testcase文件夹下,以Test_开头,以.py结尾的所有文件中,以Test开头的类,可自定义
python_classes
=
Test*
python_classes
=
Test*
# 配置测试搜索的测试函数名,当前目录下的Testcase文件夹下,以Test开头,以.py结尾的所有文件中,以Test_开头的类内,以test_开头的方法,可自定义
# 配置测试搜索的测试函数名,当前目录下的Testcase文件夹下,以Test开头,以.py结尾的所有文件中,以Test_开头的类内,以test_开头的方法,可自定义
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment