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

Re-arrange Dominion PaxExam to support both probe and server mode #42

Open
paouelle opened this issue Apr 10, 2019 · 0 comments
Open

Re-arrange Dominion PaxExam to support both probe and server mode #42

paouelle opened this issue Apr 10, 2019 · 0 comments
Assignees

Comments

@paouelle
Copy link
Collaborator

Description

PaxExam supports probe testing and server mode testing. In probe testing, the container is laid down and a probe bundle is injected which reloads the test class such that the driver (running externally) can control it to invoke test cases. In server mode, the container is only laid down and the test case would run externally inside the driver. The latter is more suitable for black box testing while the former is perfect for component testing.

Dominion current implements one driver which uses PaxExam probe runner. This enhancement request is to slit the driver in 2:

  • a common PaxExam set of classes
  • a driver supporting probing

To allow us to create a new driver which would support the server mode.

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior:

[What you expect to happen]

Actual behavior:

[What actually happens]

Reproduces how often:

[What percentage of the time does it reproduce?]

Version

[Application version]

Additional Information

Any additional information, configuration or data that might be necessary
to reproduce the issue.

@paouelle paouelle self-assigned this Apr 10, 2019
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