Skip to content
This repository was archived by the owner on Jan 24, 2020. It is now read-only.

Still logs (and sometimes runs) unselected tests. #2

Open
wants to merge 1 commit into
base: 3.0.x
Choose a base branch
from
Open

Still logs (and sometimes runs) unselected tests. #2

wants to merge 1 commit into from

Conversation

hrhino
Copy link

@hrhino hrhino commented Feb 28, 2018

@merlinorg

hhoughton:selenide hhoughton$ mvn test -DfullUrl=https://newtest:8181/ -Dbrowser=chrome -DtagsToInclude=com.learningobjects.ple.suite.AdminSuite
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building selenide 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ selenide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/hhoughton/Developer/cpv/selenide/src/main/resources
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:add-source (scala-compile-first) @ selenide ---
[INFO] Add Source directory: /Users/hhoughton/Developer/cpv/selenide/src/main/scala
[INFO] Add Test Source directory: /Users/hhoughton/Developer/cpv/selenide/src/test/scala
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:compile (scala-compile-first) @ selenide ---
[WARNING]  Expected all dependencies to require Scala version: 2.12.4
[WARNING]  com.automation.selenide:selenide:1.0 requires scala version: 2.12.4
[WARNING]  org.scalatest:scalatest_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scalactic:scalactic_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scala-lang.modules:scala-xml_2.12:1.0.6 requires scala version: 2.12.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ selenide ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ selenide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:add-source (scala-test-compile) @ selenide ---
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:testCompile (scala-test-compile) @ selenide ---
[WARNING]  Expected all dependencies to require Scala version: 2.12.4
[WARNING]  com.automation.selenide:selenide:1.0 requires scala version: 2.12.4
[WARNING]  org.scalatest:scalatest_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scalactic:scalactic_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scala-lang.modules:scala-xml_2.12:1.0.6 requires scala version: 2.12.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ selenide ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ selenide ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- scalatest-maven-plugin:1.0:test (test) @ selenide ---
Discovery starting.
Discovery completed in 1 second, 553 milliseconds.
Run starting. Expected test count is: 235
InstructorCourseNavTest:
[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

DiscussionBoardDueDateVerification:
InstructorSearchStudentInGradebook:
InstructorReplyToStudentPost:
ProgramTest:
Create and remove
TableBlockTest:
create a table block
GatingTests:
The course
The gradebook page
  when managing gates
ProjectsProgramTest:
A Program
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
IssueFeedbackTest:
...

```
hhoughton:selenide hhoughton$ mvn test -DfullUrl=https://newtest:8181/ -Dbrowser=chrome -DtagsToInclude=com.learningobjects.ple.suite.AdminSuite
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building selenide 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ selenide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/hhoughton/Developer/cpv/selenide/src/main/resources
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:add-source (scala-compile-first) @ selenide ---
[INFO] Add Source directory: /Users/hhoughton/Developer/cpv/selenide/src/main/scala
[INFO] Add Test Source directory: /Users/hhoughton/Developer/cpv/selenide/src/test/scala
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:compile (scala-compile-first) @ selenide ---
[WARNING]  Expected all dependencies to require Scala version: 2.12.4
[WARNING]  com.automation.selenide:selenide:1.0 requires scala version: 2.12.4
[WARNING]  org.scalatest:scalatest_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scalactic:scalactic_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scala-lang.modules:scala-xml_2.12:1.0.6 requires scala version: 2.12.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ selenide ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ selenide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:add-source (scala-test-compile) @ selenide ---
[INFO]
[INFO] --- scala-maven-plugin:3.3.1:testCompile (scala-test-compile) @ selenide ---
[WARNING]  Expected all dependencies to require Scala version: 2.12.4
[WARNING]  com.automation.selenide:selenide:1.0 requires scala version: 2.12.4
[WARNING]  org.scalatest:scalatest_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scalactic:scalactic_2.12:3.0.5-lo requires scala version: 2.12.4
[WARNING]  org.scala-lang.modules:scala-xml_2.12:1.0.6 requires scala version: 2.12.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ selenide ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ selenide ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- scalatest-maven-plugin:1.0:test (test) @ selenide ---
Discovery starting.
Discovery completed in 1 second, 553 milliseconds.
Run starting. Expected test count is: 235
InstructorCourseNavTest:
[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

[TestNG] Running:
  Command line suite


===============================================
Command line suite
Total tests run: 0, Failures: 0, Skips: 0
===============================================

DiscussionBoardDueDateVerification:
InstructorSearchStudentInGradebook:
InstructorReplyToStudentPost:
ProgramTest:
Create and remove
TableBlockTest:
create a table block
GatingTests:
The course
The gradebook page
  when managing gates
ProjectsProgramTest:
A Program
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
IssueFeedbackTest:
...
```
@stjordan
Copy link

stjordan commented Dec 5, 2018

Recommend close

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants