Skip to content

Instantly share code, notes, and snippets.

@xylix
Created November 26, 2021 14:25
Show Gist options
  • Save xylix/0438a6219a21c9cce1b763929d2db24c to your computer and use it in GitHub Desktop.
Save xylix/0438a6219a21c9cce1b763929d2db24c to your computer and use it in GitHub Desktop.
release note generation test
## robotframework-browser
#### ✨ Features (0)
### 🐛 Fixes (8)
<details><summary>Click to expand</summary>
<p>
- Fix wait for regex and predicate handling ([#1533](https://github.com/MarketSquare/robotframework-browser/issues/1533)) ([`1054008d`](https://github.com/MarketSquare/robotframework-browser/commit/1054008d))
- Fix scrolling code, add test for scrolling ([#1222](https://github.com/MarketSquare/robotframework-browser/issues/1222)) ([`acafaea9`](https://github.com/MarketSquare/robotframework-browser/commit/acafaea9))
- Fix test_waiters.py for Py 3.10 ([`8dc9f552`](https://github.com/MarketSquare/robotframework-browser/commit/8dc9f552))
- Fix test test_secrets.py for Py 3.10 ([`1ddf29d1`](https://github.com/MarketSquare/robotframework-browser/commit/1ddf29d1))
- Fix test_get_text.py for Python 3.10 ([`50b79efe`](https://github.com/MarketSquare/robotframework-browser/commit/50b79efe))
- Fix Approval test deps ([`2f42184a`](https://github.com/MarketSquare/robotframework-browser/commit/2f42184a))
- Fix random failure with Check/Uncheck Checkbox keyword ([`37b8e5a9`](https://github.com/MarketSquare/robotframework-browser/commit/37b8e5a9))
- Fix typo in log message for strict mode disabled ([`0c59b9ae`](https://github.com/MarketSquare/robotframework-browser/commit/0c59b9ae))
</p>
</details>
#### 📝 Docs (0)
### 🔨 Misc (17)
<details><summary>Click to expand</summary>
<p>
- update dead link ([`c54d8212`](https://github.com/MarketSquare/robotframework-browser/commit/c54d8212))
- Linting and update docs for network ([#1549](https://github.com/MarketSquare/robotframework-browser/issues/1549)) ([`afe81d1b`](https://github.com/MarketSquare/robotframework-browser/commit/afe81d1b))
- Log when keywords calls method from node side ([`67d095c6`](https://github.com/MarketSquare/robotframework-browser/commit/67d095c6))
- Add proper test setup and teardown to use clean browsers in 06_Examples/open_in_another_tab.robot ([#1535](https://github.com/MarketSquare/robotframework-browser/issues/1535)) ([`e65c55db`](https://github.com/MarketSquare/robotframework-browser/commit/e65c55db))
- Update Generate Test File cmd to be OS dependent ([`97698e54`](https://github.com/MarketSquare/robotframework-browser/commit/97698e54))
- Start running upload files tests on windows ([#1513](https://github.com/MarketSquare/robotframework-browser/issues/1513)) ([`b0330d97`](https://github.com/MarketSquare/robotframework-browser/commit/b0330d97))
- Upload File By Selector keyword ([#1499](https://github.com/MarketSquare/robotframework-browser/issues/1499)) ([`ea1980c0`](https://github.com/MarketSquare/robotframework-browser/commit/ea1980c0))
- Pinn Approval tests untill running test gets fixed ([`47a339ff`](https://github.com/MarketSquare/robotframework-browser/commit/47a339ff))
- Remove unnecessary comments, add 'Expect Failure' style test for too … ([#1511](https://github.com/MarketSquare/robotframework-browser/issues/1511)) ([`e332d05c`](https://github.com/MarketSquare/robotframework-browser/commit/e332d05c))
- Lint fixes ([`6199f196`](https://github.com/MarketSquare/robotframework-browser/commit/6199f196))
- Generate old keyword docs from correct tag ([`03a77137`](https://github.com/MarketSquare/robotframework-browser/commit/03a77137))
- Lint files.robot ([`8b5ea206`](https://github.com/MarketSquare/robotframework-browser/commit/8b5ea206))
- Add --debug flag to inv atest ([`ab1fc86a`](https://github.com/MarketSquare/robotframework-browser/commit/ab1fc86a))
- 1 MB and 74MB file upload tests ([`c79d33ca`](https://github.com/MarketSquare/robotframework-browser/commit/c79d33ca))
- Make test app behave better when completely unknown files are uploaded ([`7f768921`](https://github.com/MarketSquare/robotframework-browser/commit/7f768921))
- Some failing tests for large file uploads ([`9ca341ae`](https://github.com/MarketSquare/robotframework-browser/commit/9ca341ae))
- Tune wait for http redirect to avoid random failures ([`b26fbfbe`](https://github.com/MarketSquare/robotframework-browser/commit/b26fbfbe))
</p>
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment