https://github.com/sam-rosenthal/java-cssSelector-to-xpath
• Developed Open Source Software (OSS) written in Java to convert CSS Selectors to XPaths.
• Utilized Java regex and recursion to efficiently validate and parse input CSS Selector Strings.
• Implemented 23 JUnit tests and over 520 individual test cases, achieving 95% code coverage.
• Integrated Travis CI with GitHub to provide a continuous integration pipeline.
• Added conversions for 4 complex pseudo-classes, as requested from users (Summer 2020).