bpmn-js/test
Maciej Barelkowski 035bb0c1fd feat(modeling): create generic ids for new elements
This makes sure that the semantic ID prefix reflects
the common type of all replace options.

ID prefixes for elements will match the examples:
  * `bpmn:ServiceTask` => `Activity_<id_suffix>`
  * `bpmn:EndEvent` => `Event_<id_suffix>`
  * `bpmn:EventBasedGateway` => `Gateway_<id_suffix>`
  * `bpmn:SequenceFlow` => `Flow_<id_suffix>`

Related to https://github.com/camunda/camunda-modeler/issues/1654
2020-02-06 13:43:04 +01:00
..
config chore(project): rename test bundles 2019-12-10 15:58:47 +01:00
distro chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
fixtures chore(copy-paste): rework and base upon diagram-js@5 2019-08-07 16:03:55 +00:00
helper feat(test): expose BpmnJS set and clear utilities 2019-12-09 08:32:04 +00:00
integration chore(rules): remove <connection.reconnectStart/End> rule 2019-11-18 13:38:19 +01:00
matchers chore(test/matchers): improve jsonEquals matcher 2018-06-28 09:03:34 +02:00
spec feat(modeling): create generic ids for new elements 2020-02-06 13:43:04 +01:00
util chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
.eslintrc chore(project): use shared linter config 2018-02-14 16:42:52 +01:00
TestHelper.js chore(test): clean up test setup 2018-07-09 12:30:45 +02:00
coverageBundle.js chore(project): rename test bundles 2019-12-10 15:58:47 +01:00
testBundle.js chore(project): rename test bundles 2019-12-10 15:58:47 +01:00