Skip to content

Commit

Permalink
#381 casperjs off
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2022
1 parent b03c7b0 commit e345543
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,21 +247,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.klieber</groupId>
<artifactId>phantomjs-maven-plugin</artifactId>
<version>0.5</version>
<executions>
<execution>
<goals>
<goal>install</goal>
</goals>
</execution>
</executions>
<configuration>
<version>1.9.2</version>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand All @@ -283,28 +268,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</arguments>
</configuration>
</execution>
<execution>
<id>casperjs-test</id>
<phase>integration-test</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>casperjs</executable>
<workingDirectory>${basedir}</workingDirectory>
<arguments>
<argument>test</argument>
<argument>--verbose</argument>
<argument>--no-colors</argument>
<argument>--concise</argument>
<argument>--home=http://localhost:${takes.port}</argument>
<argument>${basedir}/src/test/casperjs</argument>
</arguments>
<environmentVariables>
<PHANTOMJS_EXECUTABLE>${phantomjs.binary}</PHANTOMJS_EXECUTABLE>
</environmentVariables>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

10 comments on commit e345543

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 200-e1abb509 discovered in s3auth-rest/src/test/casperjs/RendersHomePage.js) and submitted as #389. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 90-43f9c549 discovered in s3auth-hosts/src/test/java/com/s3auth/hosts/DefaultDynamoTest.java) and submitted as #390. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 213-5796b8fa discovered in s3auth-relay/src/main/java/com/s3auth/relay/FtpThread.java) and submitted as #391. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 213-6939d515 discovered in s3auth-relay/src/main/java/com/s3auth/relay/FtpThread.java) and submitted as #392. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 213-d22cf12f discovered in s3auth-relay/src/main/java/com/s3auth/relay/FtpResponse.java) and submitted as #393. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 213-2f9b789a discovered in s3auth-relay/src/main/java/com/s3auth/relay/FtpFacade.java) and submitted as #394. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 213-af390358 discovered in s3auth-relay/src/main/java/com/s3auth/relay/Main.java) and submitted as #395. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 213-721856fe discovered in s3auth-relay/src/main/java/com/s3auth/relay/HttpFacade.java) and submitted as #396. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 191-7e266bd1 discovered in s3auth-relay/src/test/java/com/s3auth/relay/HttpFacadeTest.java) and submitted as #397. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on e345543 Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 33-9ff485f7 discovered in s3auth-relay/src/test/java/com/s3auth/relay/MainTest.java) and submitted as #398. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.