Created
April 25, 2020 10:47
-
-
Save barancev/9941dc9a7c02c6e8fe8a5de1255775a0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| C:\devel\homework\java\Teyran\java_pft\adress-book-webtests>gradlew clean testContacts | |
| > Task :compileTestJava | |
| Note: C:\devel\homework\java\Teyran\java_pft\adress-book-webtests\src\test\java\ru\stqa\pft\adressbook\tests\GroupCreationTests.java uses unchecked or unsafe operations. | |
| Note: Recompile with -Xlint:unchecked for details. | |
| > Task :testContacts | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[0](ContactData{id=2147483647, firstName='name 1', lastName='lastName 1'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[1](ContactData{id=2147483647, firstName='name 2', lastName='lastName 2'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[2](ContactData{id=2147483647, firstName='name 3', lastName='lastName 3'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[3](ContactData{id=2147483647, firstName='name 4', lastName='lastName 4'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[4](ContactData{id=2147483647, firstName='name 5', lastName='lastName 5'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[5](ContactData{id=2147483647, firstName='name 6', lastName='lastName 6'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[6](ContactData{id=2147483647, firstName='name 7', lastName='lastName 7'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[7](ContactData{id=2147483647, firstName='name 8', lastName='lastName 8'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[8](ContactData{id=2147483647, firstName='name 9', lastName='lastName 9'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactCreationTest > testContactCreation[9](ContactData{id=2147483647, firstName='name 10', lastName='lastName 10'}) FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactCreationTest.java:36 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactModificationTest > testContactModification FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactModificationTest.java:28 | |
| Suite1 > Contacts > ru.stqa.pft.adressbook.tests.ContactDeletionTests > testContactDeletion FAILED | |
| org.openqa.selenium.NoSuchElementException at ContactDeletionTests.java:23 | |
| 12 tests completed, 12 failed | |
| > Task :testContacts FAILED | |
| FAILURE: Build failed with an exception. | |
| * What went wrong: | |
| Execution failed for task ':testContacts'. | |
| > There were failing tests. See the report at: file:///C:/devel/homework/java/Teyran/java_pft/adress-book-webtests/build/reports/tests/testContacts/index.html | |
| * Try: | |
| Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. | |
| * Get more help at https://help.gradle.org | |
| Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. | |
| Use '--warning-mode all' to show the individual deprecation warnings. | |
| See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings | |
| BUILD FAILED in 1m 21s | |
| 4 actionable tasks: 4 executed | |
| C:\devel\homework\java\Teyran\java_pft\adress-book-webtests> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment