Changes between Version 5 and Version 6 of TicketTestsLifeCycle
- Timestamp:
- Feb 13, 2014, 1:52:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TicketTestsLifeCycle
v5 v6 3 3 We use '''Git''' to handle our tests repository. This gives use great flexibility when dealing with test creation and quality assurance. This page describes the way we work with Git when dealing with our bug tickets. 4 4 5 The basic idea is that our "master" branch must remain stable, with all tests PASSing. On the other hand we have several ticket branches that FAIL because of the new unstable tests added to them. See [wiki:CKEditor-Tests.git] for more information on how to work with our tests repository.5 The basic idea is that our "master" branch must remain stable, with all tests PASSing. 6 6 7 7 The following is a simplified description of our ticket handling workflow: