Latest Versions Oct2024#1925
Merged
Merged
Conversation
Member
emanlove
commented
Nov 1, 2024
- Fixes the cookie tests which need to be updated each year because Chrome, at least, does not allow cookies to expire further out than a year.
- Updates upload-artifacts to supported version 3. Have not moved to version 4 due to need to update artifact naming convention. (Will need to do this soon as V3 is also being deprecated)
- Updated Python version to include 3.13.0, robot framework v7.1.1, and selenium 4.24.0, 4.25.0, and 4.26.1
As Chrome does not allow for cookie expiry to not go out past a year we need to update each September. This is the update for September 2024. Also left instruction on how to update so next year it is even easier.
…d Selenium Update to .. - Python up to now 3.13.0rc2 - Robot Framework from 7.0.1 to 7.1 - Selenium 4.23.1, 4.24.0, 4.25.0
aaltat
approved these changes
Nov 1, 2024
yuriverweij
approved these changes
Nov 1, 2024
Member
yuriverweij
left a comment
There was a problem hiding this comment.
Can we not calculate the cookie dates so this doesn't have to be updated every year?
Contributor
It should be possible with Robots DateTime library |
Member
Author
|
Yeah .. we should. As I recall the one which expires in September, there is something about UTC time within the script/check that made it fail depending on where it was run. So on my local it would be one time and then in GitHub Action it was another. So knowing what time it was independent of the test became a pain. Will relook at this .. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.