boyka-framework
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.boykaframework</groupId> <artifactId>boyka-framework</artifactId> <version>2.4.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ MIT License ~ ~ Copyright (c) 2022 Wasiq Bhamla ~ ~ Permission is hereby granted, free of charge, to any person obtaining a copy ~ of this software and associated documentation files (the "Software"), to deal ~ in the Software without restriction, including without limitation the rights ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell ~ copies of the Software, and to permit persons to whom the Software is ~ furnished to do so, subject to the following conditions: ~ ~ The above copyright notice and this permission notice shall be included in all ~ copies or substantial portions of the Software. --> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.boykaframework</groupId> <artifactId>boyka-framework</artifactId> <version>2.4.2</version> <inceptionYear>2022</inceptionYear> <name>${project.groupId}:${project.artifactId}</name> <description>π Ultimate test automation framework for testing any application on any platform</description> <url>https://git.new/boyka-githubk</url> <properties> <selenium-webdriver.version>4.27.0</selenium-webdriver.version> <testng.version>7.10.2</testng.version> <appium-java-client.version>9.3.0</appium-java-client.version> <okhttp.version>4.12.0</okhttp.version> <lombok.version>1.18.36</lombok.version> <google-gson.version>2.11.0</google-gson.version> <google.guava.version>33.4.0-jre</google.guava.version> <google-truth.version>1.4.4</google-truth.version> <apache-commons-text.version>1.13.0</apache-commons-text.version> <commons-io.version>2.18.0</commons-io.version> <json-path.version>2.9.0</json-path.version> <log4j-core.version>2.24.3</log4j-core.version> <log4j-api.version>2.24.3</log4j-api.version> <faker.version>2.3.1</faker.version> <jackson-dataformat-yaml.version>2.18.2</jackson-dataformat-yaml.version> <jackson-databind.version>2.18.2</jackson-databind.version> <ok2curl.version>0.8.0</ok2curl.version> <json-schema-validator.version>1.5.4</json-schema-validator.version> <maven-clean-plugin.version>3.4.0</maven-clean-plugin.version> <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> <maven-source-plugin.version>3.3.1</maven-source-plugin.version> <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version> <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> <maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version> <codestyle.version>1.1.0</codestyle.version> <checkstyle.version>10.21.1</checkstyle.version> <aspectj.version>1.9.22.1</aspectj.version> <poi.version>5.3.0</poi.version> <suite-name>testng-api</suite-name> <suite-xml>test-suites/${suite-name}.xml</suite-xml> <argLine>-Dfile.encoding=UTF-8 -Xdebug -Xnoagent</argLine> <allureArgs> -javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar" </allureArgs> <sonar.organization>boykaframework</sonar.organization> <sonar.host.url>https://sonarcloud.io</sonar.host.url> <sonar.projectKey>boyka-framework</sonar.projectKey> <sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> <checkstyle.config>checkstyles/checkstyle.xml</checkstyle.config> <checkstyle.suppress>checkstyles/checkstyle-suppressions.xml</checkstyle.suppress> <sonar.report>${project.basedir}/reports/${suite-name}-jacoco.exec</sonar.report> <jacoco.report>${project.reporting.outputDirectory}/jacoco</jacoco.report> <maven-enforcer.version>3.5.0</maven-enforcer.version> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> <sonar.version>5.14.0.18788</sonar.version> <sonar.maven.version>5.0.0.4389</sonar.maven.version> <jacoco.version>0.8.12</jacoco.version> <surefire-version>3.5.2</surefire-version> <nexus.version>1.7.0</nexus.version> <maven.gpg.version>3.2.7</maven.gpg.version> <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> <allure-testng.version>2.29.1</allure-testng.version> <maven-failsafe.version>3.5.2</maven-failsafe.version> <central.sonatype>0.6.0</central.sonatype> </properties> <organization> <name>Boyka Framework</name> <url>https://github.com/BoykaFramework</url> </organization> <contributors> <contributor> <name>Wasiq Bhamla</name> <email>wasbhamla2005@gmail.com</email> <roles> <role>Project Lead</role> <role>Project Maintainer</role> </roles> <organization>Boyka Framework</organization> <organizationUrl>https://github.com/BoykaFramework</organizationUrl> <timezone>+5</timezone> <url>https://github.com/WasiqB</url> </contributor> </contributors> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Wasiq Bhamla</name> <email>wasbhamla2005@gmail.com</email> <roles> <role>Project Lead</role> <role>Project Maintainer</role> </roles> <organization>Boyka Framework</organization> <organizationUrl>https://github.com/BoykaFramework</organizationUrl> <timezone>+5</timezone> </developer> </developers> <issueManagement> <system>GitHub</system> <url>https://github.com/BoykaFramework/boyka-framework/issues</url> </issueManagement> <scm> <connection>scm:git:git@github.com:BoykaFramework/boyka-framework.git</connection> <developerConnection>scm:git:git@github.com:BoykaFramework/boyka-framework.git</developerConnection> <url>https://git.new/boyka-github</url> </scm> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/BoykaFramework/boyka-framework/actions</url> </ciManagement> <dependencies> <!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java --> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>${selenium-webdriver.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.testng/testng --> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>${testng.version}</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/io.appium/java-client --> <dependency> <groupId>io.appium</groupId> <artifactId>java-client</artifactId> <version>${appium-java-client.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>${okhttp.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok --> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>${lombok.version}</version> <scope>provided</scope> </dependency> <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${google-gson.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${google.guava.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.google.truth/truth --> <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> <version>${google-truth.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-text --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>${apache-commons-text.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${commons-io.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.jayway.jsonpath/json-path --> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>${json-path.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>${log4j-core.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api --> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <version>${log4j-api.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml --> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>${jackson-dataformat-yaml.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson-databind.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/com.github.mrmike/ok2curl --> <dependency> <groupId>com.github.mrmike</groupId> <artifactId>ok2curl</artifactId> <version>${ok2curl.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/net.datafaker/datafaker --> <dependency> <groupId>net.datafaker</groupId> <artifactId>datafaker</artifactId> <version>${faker.version}</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/io.qameta.allure/allure-testng --> <dependency> <groupId>io.qameta.allure</groupId> <artifactId>allure-testng</artifactId> <version>${allure-testng.version}</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/com.networknt/json-schema-validator --> <dependency> <groupId>com.networknt</groupId> <artifactId>json-schema-validator</artifactId> <version>${json-schema-validator.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${poi.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>${poi.version}</version> </dependency> </dependencies> <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <version>${maven-enforcer.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>${maven-clean-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>${maven-resources-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>${maven-dependency-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>${maven-compiler-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>${maven-source-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>${maven-javadoc-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>${maven-jar-plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${surefire-version}</version> </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>${sonar.maven.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>${maven-checkstyle-plugin.version}</version> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <version>${maven-failsafe.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>${maven.gpg.version}</version> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>${central.sonatype}</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>enforce-maven</id> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireMavenVersion> <version>3.8</version> </requireMavenVersion> <requireJavaVersion> <version>17</version> </requireJavaVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <executions> <execution> <id>auto-clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy-dependencies</id> <phase>package</phase> <goals> <goal>copy-dependencies</goal> </goals> <configuration> <includeArtifactIds>lombok</includeArtifactIds> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <release>17</release> <encoding>UTF-8</encoding> <forceLegacyJavacApi>true</forceLegacyJavacApi> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <executions> <execution> <goals> <goal>test</goal> </goals> </execution> </executions> <configuration> <useSystemClassLoader>false</useSystemClassLoader> <properties> <property> <name>usedefaultlisteners</name> <value>true</value> </property> </properties> <systemPropertyVariables> <allure.results.directory>target/allure-results</allure.results.directory> </systemPropertyVariables> <suiteXmlFiles> <suiteXmlFile>${suite-xml}</suiteXmlFile> </suiteXmlFiles> <argLine>${argLine} ${allureArgs}</argLine> </configuration> <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>${aspectj.version}</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <executions> <execution> <id>verify-style</id> <phase>verify</phase> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <configLocation>${checkstyle.config}</configLocation> <suppressionsLocation>${checkstyle.suppress}</suppressionsLocation> <inputEncoding>UTF-8</inputEncoding> <outputEncoding>UTF-8</outputEncoding> <consoleOutput>true</consoleOutput> <logViolationsToConsole>true</logViolationsToConsole> <failOnViolation>true</failOnViolation> <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> <dependencies> <dependency> <groupId>org.duraspace</groupId> <artifactId>codestyle</artifactId> <version>${codestyle.version}</version> </dependency> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>${checkstyle.version}</version> </dependency> </dependencies> </plugin> </plugins> </build> <profiles> <profile> <id>coverage-test</id> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>before-integration-test-execution</id> <phase>pre-integration-test</phase> <goals> <goal>prepare-agent</goal> </goals> <configuration> <destFile>${sonar.report}</destFile> <propertyName>failsafe.jacoco.args</propertyName> </configuration> </execution> <execution> <id>after-integration-test-execution</id> <phase>post-integration-test</phase> <goals> <goal>report</goal> </goals> <configuration> <dataFile>${sonar.report}</dataFile> <outputDirectory>${jacoco.report}</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skipTests>true</skipTests> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <configuration> <argLine>${failsafe.jacoco.args}</argLine> <properties> <property> <name>usedefaultlisteners</name> <value>true</value> </property> </properties> <suiteXmlFiles> <suiteXmlFile>${suite-xml}</suiteXmlFile> </suiteXmlFiles> <systemPropertyVariables> <allure.results.directory>target/allure-results</allure.results.directory> </systemPropertyVariables> </configuration> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.sonarsource.java</groupId> <artifactId>sonar-jacoco-listeners</artifactId> <version>${sonar.version}</version> <scope>test</scope> </dependency> </dependencies> </profile> <profile> <id>coverage-report</id> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>merge-unit-and-integration</id> <phase>post-integration-test</phase> <goals> <goal>merge</goal> </goals> <configuration> <fileSets> <fileSet> <directory>${project.basedir}/reports/</directory> <includes> <include>*.exec</include> </includes> </fileSet> </fileSets> <destFile>${project.basedir}/reports/merged/merged.exec</destFile> </configuration> </execution> <execution> <id>create-merged-report</id> <phase>post-integration-test</phase> <goals> <goal>report</goal> </goals> <configuration> <dataFile>${project.basedir}/reports/merged/merged.exec</dataFile> <outputDirectory>${jacoco.report}</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skipTests>true</skipTests> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <configuration> <skipTests>true</skipTests> </configuration> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.sonarsource.java</groupId> <artifactId>sonar-jacoco-listeners</artifactId> <version>${sonar.version}</version> <scope>test</scope> </dependency> </dependencies> </profile> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <gpgArguments> <arg>--pinentry-mode</arg> <arg>loopback</arg> </gpgArguments> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> <autoPublish>true</autoPublish> <waitUntil>published</waitUntil> <waitMaxTime>3600</waitMaxTime> <waitPollingInterval>30</waitPollingInterval> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>