Skip to content

Commit 5447bf9

Browse files
committed
Starting testing framework
1 parent 646190f commit 5447bf9

File tree

7 files changed

+43
-0
lines changed

7 files changed

+43
-0
lines changed
Binary file not shown.

1-UI-Elements/geckodriver.log

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,3 +1881,15 @@ Read port: 61553
18811881
1729172957400 RemoteAgent WARN TLS certificate errors will be ignored for this session
18821882
1729173069734 Marionette INFO Stopped listening on port 61553
18831883
Dynamically enable window occlusion 1
1884+
1729845729301 geckodriver INFO Listening on 127.0.0.1:61366
1885+
1729845732377 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "61367" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\HP\\AppData\\Local\\Temp\\rust_mozprofileTZG55p"
1886+
console.warn: services.settings: Ignoring preference override of remote settings server
1887+
console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
1888+
Dynamically enable window occlusion 0
1889+
1729845733220 Marionette INFO Marionette enabled
1890+
1729845733440 Marionette INFO Listening on port 61385
1891+
WebDriver BiDi listening on ws://127.0.0.1:61367
1892+
Read port: 61385
1893+
1729845733722 RemoteAgent WARN TLS certificate errors will be ignored for this session
1894+
1729845761542 Marionette INFO Stopped listening on port 61385
1895+
Dynamically enable window occlusion 1

Pytest_Framework/__init__.py

Whitespace-only changes.

Pytest_Framework/test_deleteme.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def test_hello():
2+
print('Hello world')
Binary file not shown.

Pytest_temp/test_temp.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
def test_SayHello():
2+
print('Hello there')
3+
4+
def test_bool():
5+
assert 2>3

geckodriver.log

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
1730977453979 geckodriver INFO Listening on 127.0.0.1:56608
2+
1730977457069 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "56609" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\HP\\AppData\\Local\\Temp\\rust_mozprofileWpMips"
3+
console.warn: services.settings: Ignoring preference override of remote settings server
4+
console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
5+
Dynamically enable window occlusion 0
6+
1730977457961 Marionette INFO Marionette enabled
7+
1730977458197 Marionette INFO Listening on port 56618
8+
WebDriver BiDi listening on ws://127.0.0.1:56609
9+
Read port: 56618
10+
1730977458438 RemoteAgent WARN TLS certificate errors will be ignored for this session
11+
1730977481353 Marionette INFO Stopped listening on port 56618
12+
Dynamically enable window occlusion 1
13+
1730977509854 geckodriver INFO Listening on 127.0.0.1:56635
14+
1730977512923 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "56636" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\HP\\AppData\\Local\\Temp\\rust_mozprofileumYn9j"
15+
console.warn: services.settings: Ignoring preference override of remote settings server
16+
console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
17+
Dynamically enable window occlusion 0
18+
1730977513351 Marionette INFO Marionette enabled
19+
1730977513576 Marionette INFO Listening on port 56643
20+
WebDriver BiDi listening on ws://127.0.0.1:56636
21+
Read port: 56643
22+
1730977513785 RemoteAgent WARN TLS certificate errors will be ignored for this session
23+
1730977523003 Marionette INFO Stopped listening on port 56643
24+
Dynamically enable window occlusion 1

0 commit comments

Comments
 (0)