Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-herscu committed Jan 4, 2025
1 parent e6deb26 commit 0c253b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions development-maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
</server>
<server>
<id>ossrh</id>
<!-- NOTE: login and generate new credentials via
https://s01.oss.sonatype.org/#profile;User%20Token -->
<username>...your user name here...</username>
<password>...your password here...</password>
</server>
Expand Down
8 changes: 8 additions & 0 deletions docs/KNOWN-ISSUES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Known Issues

# Linux with Flatpak or similar containers for applications

Selenium Driver is not able to control a containerized browser.

see https://github.com/QA-Automation-Starter/qa-automation/issues/246


# IntelliJ

* AspectJ + Lombok projects are incorrectly imported (must ensure post-compile
weaving for each module)
* Since IntelliJ 2022.1 profiles from parent POMs are no longer displayed (there
are several open issues on JetBrains tracker)


# Android on Local Emulator/Device

* On Samsung S9 the application crashes on Appium's `hideKeyboard()` method
Expand Down

0 comments on commit 0c253b9

Please sign in to comment.