skippy-io / skippy

Mono-repo for all Skippy projects.
https://www.skippy.io
Apache License 2.0
19 stars 2 forks source link

Will this work when we have automation suite in separate repo and application code in separate repo #149

Closed agarwlanurag closed 7 months ago

fmck3516 commented 7 months ago

Hi - two questions:

agarwlanurag commented 7 months ago

Hi please see my response

fmck3516 commented 7 months ago

When you say "under same JVM", which of the following do you mean:

  1. The tests and the code under test run in the same process. Example: Regular JUnit test that instantiates the class under test.
  2. The tests and the code under test run in different processes (potentially on different machines), but they use the same version of the JVM. Example: Selenium test that runs in JVM A that makes a HTTP call to a server that runs in JVM B.

Skippy does not support setups of type #2.