Introduce non-interruptive Phase events
- Dominant language
- Java
- Stars
- 9
- Forks
- 4
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 7
Description
As discussed with Charles, and previous comments, we should have two categories of phase events :
- interruptive
- non-interruptive
By interruptive we mean that the phase event happens after all tests have finished. The next phase will be a new execution of the suite.
Today we only have interruptive events.
What we would like to introduce is a way of executing phased tests where the phase event is within the test suite itself.
By default this should be the property of the test environment.
This may mean that we introduce a new phase: ProCon
When selected we will expect a phase event to be executed within the project.
We may then have to introduce scenario events.
Contributor guide
Research direction
No files, tests, or entry points are named. Start by reviewing the existing interruptive phase-event behavior and the prior discussion, then clarify how non-interruptive, ProCon, and scenario events should work. Done should be defined as an agreed implementation scope with tests covering the two event categories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100