This repository was archived by the owner on Jun 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 609
Fixed Tests v2 #651
Merged
Merged
Fixed Tests v2 #651
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6875985
gitignore Driver
doug-benn 68a159f
Added webdriver_manager and set the chrome binary location on Windows
doug-benn ece4f32
Fixed Process ID issue on Windows
doug-benn def5e5b
Run the tests not on master branch
doug-benn 92e39ef
examples/04 - file_access/file_access - Needs a 1 second delay
doug-benn 064666a
Run github actions on Master
doug-benn cc28f61
Reverting as they where edited for testing
doug-benn eb42ab8
Reverted formatting changes and cleaned up some comments
doug-benn ec4e433
Fixed getting processes port number
doug-benn a10b105
Removed "Fix" for Mac&Linux
doug-benn 4efbaee
Timeout to 30
doug-benn 7665068
Timeout to 60s
doug-benn 86a2f57
Timeout back to 5s
doug-benn 6e12962
Timeout 60
doug-benn e6c490c
Getting child processes
doug-benn 12e4235
Python 3.6 Fix
doug-benn 9c4cfd9
Timeout?
doug-benn 05fc06d
Python 3.6 Fix
doug-benn ca99588
Merge branch 'Tests' of https://github.com/doug-benn/Eel into Tests
doug-benn 267714e
Linux & Mac subprocess changes
doug-benn d78d758
Running Tests!
doug-benn 63a74d1
Formatting Test.yml
doug-benn c631c0a
Fixed subprocess port numbers
doug-benn e78a5e6
Getting child processes
doug-benn bbf1d90
Running Tests!
doug-benn 5bb30a3
Formatting Test.yml
doug-benn 194130d
Merge branch 'Tests' of https://github.com/doug-benn/Eel into Tests
doug-benn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| __pycache__ | ||
| dist | ||
| build | ||
| Drivers | ||
| Eel.egg-info | ||
| .tmp | ||
| .DS_Store | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,3 +4,4 @@ psutil==5.9.2 | |
| pytest==7.0.1 | ||
| pytest-timeout==2.1.0 | ||
| selenium==3.141.0 | ||
| webdriver_manager==3.7.1 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.