Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom path for test sources in special task #109

Open
alberskib opened this issue Jul 29, 2015 · 0 comments
Open

Custom path for test sources in special task #109

alberskib opened this issue Jul 29, 2015 · 0 comments

Comments

@alberskib
Copy link

If I prepare additional test task:

 lazy val LoadTest = config("load") extend(Test)

and configure path for it and apply all settings:

 lazy val project = Project("test-project)
        .configs(LoadTest)
        .settings(loadTestsSettings: _*)        

  val loadTestsSettings = Seq(
    scalaSource in LoadTest := baseDirectory.value / "src" / "load" / "scala",
    resourceDirectory in LoadTest := baseDirectory.value / "src" / "load" / "resources",
    target in Gatling := baseDirectory.value / "target" / "load-test",
    libraryDependencies ++= loadTestsDependencies
  )

Intellij is not marking sources under as baseDirectory.value / "src" / "load" / "scala" as TestSources

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

No branches or pull requests

1 participant