From 6f1a91bbbafeb30a9c449697ba60664b64b3312a Mon Sep 17 00:00:00 2001 From: Harrison Houghton <28076058+hrhino@users.noreply.github.com> Date: Wed, 28 Feb 2018 13:13:42 -0500 Subject: [PATCH] Still logs (and sometimes runs) unselected tests. ``` 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: ... ``` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f2ca8fa8b..cabf079844 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ Then I published scalactic and scalatest: sbt > ; scalactic/publish ; scalatest/publish ``` +