-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into fix/dev-action-main
- Loading branch information
Showing
161 changed files
with
2,910 additions
and
237 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Binary file added
BIN
+22.5 MB
automate_checkbox_using_attributes/build/1.0.0/automate_checkbox_using_attributes.jar
Binary file not shown.
Binary file added
BIN
+20.3 MB
automate_checkbox_using_attributes/build/1.0.0/automate_checkbox_using_attributes_source.zip
Binary file not shown.
Binary file added
BIN
+27.9 KB
...ate_checkbox_using_attributes/build/1.0.0/original-automate_checkbox_using_attributes.jar
Binary file not shown.
67 changes: 67 additions & 0 deletions
67
automate_checkbox_using_attributes/dependency-reduced-pom.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.testsigma.addons</groupId> | ||
<artifactId>automate_checkbox_using_attributes</artifactId> | ||
<version>1.0.0</version> | ||
<build> | ||
<finalName>automate_checkbox_using_attributes</finalName> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-shade-plugin</artifactId> | ||
<version>3.2.4</version> | ||
<executions> | ||
<execution> | ||
<phase>package</phase> | ||
<goals> | ||
<goal>shade</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>${maven.source.plugin.version}</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-api</artifactId> | ||
<version>5.8.0-M1</version> | ||
<scope>test</scope> | ||
<exclusions> | ||
<exclusion> | ||
<artifactId>apiguardian-api</artifactId> | ||
<groupId>org.apiguardian</groupId> | ||
</exclusion> | ||
<exclusion> | ||
<artifactId>opentest4j</artifactId> | ||
<groupId>org.opentest4j</groupId> | ||
</exclusion> | ||
<exclusion> | ||
<artifactId>junit-platform-commons</artifactId> | ||
<groupId>org.junit.platform</groupId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
<properties> | ||
<testsigma.sdk.version>1.0.0.rc1</testsigma.sdk.version> | ||
<lombok.version>1.18.20</lombok.version> | ||
<maven.source.plugin.version>3.2.1</maven.source.plugin.version> | ||
<maven.compiler.target>11</maven.compiler.target> | ||
<maven.compiler.source>11</maven.compiler.source> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<junit.jupiter.version>5.8.0-M1</junit.jupiter.version> | ||
</properties> | ||
</project> |
Binary file added
BIN
+22.5 MB
...te_email_textbox_using_attributes/build/1.0.0/automate_email_textbox_using_attributes.jar
Binary file not shown.
Binary file added
BIN
+20.3 MB
...l_textbox_using_attributes/build/1.0.0/automate_email_textbox_using_attributes_source.zip
Binary file not shown.
Binary file added
BIN
+34.6 KB
...textbox_using_attributes/build/1.0.0/original-automate_email_textbox_using_attributes.jar
Binary file not shown.
67 changes: 67 additions & 0 deletions
67
automate_email_textbox_using_attributes/dependency-reduced-pom.xml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.testsigma.addons</groupId> | ||
<artifactId>automate_email_textbox_using_attributes</artifactId> | ||
<version>1.0.0</version> | ||
<build> | ||
<finalName>automate_email_textbox_using_attributes</finalName> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-shade-plugin</artifactId> | ||
<version>3.2.4</version> | ||
<executions> | ||
<execution> | ||
<phase>package</phase> | ||
<goals> | ||
<goal>shade</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>${maven.source.plugin.version}</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.junit.jupiter</groupId> | ||
<artifactId>junit-jupiter-api</artifactId> | ||
<version>5.8.0-M1</version> | ||
<scope>test</scope> | ||
<exclusions> | ||
<exclusion> | ||
<artifactId>apiguardian-api</artifactId> | ||
<groupId>org.apiguardian</groupId> | ||
</exclusion> | ||
<exclusion> | ||
<artifactId>opentest4j</artifactId> | ||
<groupId>org.opentest4j</groupId> | ||
</exclusion> | ||
<exclusion> | ||
<artifactId>junit-platform-commons</artifactId> | ||
<groupId>org.junit.platform</groupId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
</dependencies> | ||
<properties> | ||
<testsigma.sdk.version>1.0.0.rc1</testsigma.sdk.version> | ||
<lombok.version>1.18.20</lombok.version> | ||
<maven.source.plugin.version>3.2.1</maven.source.plugin.version> | ||
<maven.compiler.target>11</maven.compiler.target> | ||
<maven.compiler.source>11</maven.compiler.source> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<junit.jupiter.version>5.8.0-M1</junit.jupiter.version> | ||
</properties> | ||
</project> |
Binary file added
BIN
+22.5 MB
...sword_textbox_using_attributes/build/1.0.0/automate_password_textbox_using_attributes.jar
Binary file not shown.
Binary file added
BIN
+20.3 MB
...extbox_using_attributes/build/1.0.0/automate_password_textbox_using_attributes_source.zip
Binary file not shown.
Binary file added
BIN
+34.5 KB
...tbox_using_attributes/build/1.0.0/original-automate_password_textbox_using_attributes.jar
Binary file not shown.
Oops, something went wrong.