-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/upstream/staging' into NU-…
…1560-pan-zoom # Conflicts: # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should add documentation url in fragment properties and show it in modal within scenario #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #4.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should allow adding input parameters and display used fragment graph in modal #7.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Fragment should display dead-ended fragment correct #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process initially clean should import JSON and save #1.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should allow pan view #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select only fully covered (to right) #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select only fully covered (to right) #1.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select partially covered (to left) #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should select partially covered (to left) #1.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #1.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #2.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process mouse drag should switch modes, append and inverse select with shift #3.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process should preserve condition on link move (switch) #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process should validate process on nodes paste #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process view should have node search toolbar #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should allow drag component and drop on edge #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should allow drag component and drop on edge #1.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should allow drag node #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Process with data should display question mark when renaming a node and updating the count #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for copypaste #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #2.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for move #0.png # designer/client/cypress/e2e/__image_snapshots__/electron/Linux/UndoRedo should work with counts #1.png # designer/client/src/components/graph/Graph.tsx # designer/client/src/components/graph/RangeSelectPlugin.ts # designer/client/src/components/graph/focusableStyled.ts # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - aggregates - Single Side Join #0.png # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - choice #0.png # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #0.png # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - filter #1.png # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - split #0.png # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - union #0.png # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - basic components - variable #0.png # docs/autoScreenshotChangeDocs/Auto Screenshot Change Docs - fragments - Outputs #0.png
- Loading branch information
Showing
346 changed files
with
4,338 additions
and
7,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="NussknackerApp" type="Application" factoryName="Application"> | ||
<option name="ALTERNATIVE_JRE_PATH" value="1.8" /> | ||
<option name="ALTERNATIVE_JRE_PATH" value="1.8"/> | ||
<envs> | ||
<env name="AUTHENTICATION_USERS_FILE" value="../../../nussknacker-dist/src/universal/conf/users.conf" /> | ||
<env name="CONSOLE_THRESHOLD_LEVEL" value="DEBUG" /> | ||
<env name="FLINK_REST_URL" value="http://localhost:3031" /> | ||
<env name="FLINK_SHOULD_VERIFY_BEFORE_DEPLOY" value="false" /> | ||
<env name="GRAFANA_URL" value="http://localhost:8081/grafana" /> | ||
<env name="INFLUXDB_URL" value="http://localhost:3086" /> | ||
<env name="KAFKA_ADDRESS" value="localhost:3032" /> | ||
<env name="NUSSKNACKER_LOG_LEVEL" value="DEBUG" /> | ||
<env name="OPENAPI_SERVICE_URL" value="http://localhost:5000" /> | ||
<env name="SCHEMA_REGISTRY_URL" value="http://localhost:3082" /> | ||
<env name="SQL_ENRICHER_URL" value="localhost:5432" /> | ||
<env name="USAGE_REPORTS_FINGERPRINT" value="development" /> | ||
<env name="USAGE_REPORTS_SOURCE" value="sources" /> | ||
<env name="INPUT_CONFIG_RESOLVE_ENV_VARIABLES" value="false" /> | ||
<env name="TABLES_DEFINITION_FILE" value="../../../nussknacker-dist/src/universal/conf/tables-definition.sql" /> | ||
<env name="AUTHENTICATION_USERS_FILE" value="../../../nussknacker-dist/src/universal/conf/users.conf"/> | ||
<env name="CONSOLE_THRESHOLD_LEVEL" value="DEBUG"/> | ||
<env name="FLINK_REST_URL" value="http://localhost:3031"/> | ||
<env name="FLINK_SHOULD_VERIFY_BEFORE_DEPLOY" value="false"/> | ||
<env name="GRAFANA_URL" value="http://localhost:8081/grafana"/> | ||
<env name="INFLUXDB_URL" value="http://localhost:3086"/> | ||
<env name="KAFKA_ADDRESS" value="localhost:3032"/> | ||
<env name="NUSSKNACKER_LOG_LEVEL" value="DEBUG"/> | ||
<env name="OPENAPI_SERVICE_URL" value="http://localhost:5000"/> | ||
<env name="SCHEMA_REGISTRY_URL" value="http://localhost:3082"/> | ||
<env name="SQL_ENRICHER_URL" value="localhost:5432"/> | ||
<env name="USAGE_REPORTS_FINGERPRINT" value="development"/> | ||
<env name="USAGE_REPORTS_SOURCE" value="sources"/> | ||
<env name="INPUT_CONFIG_RESOLVE_ENV_VARIABLES" value="false"/> | ||
<env name="TABLES_DEFINITION_FILE" value="../../../nussknacker-dist/src/universal/conf/tables-definition.sql"/> | ||
</envs> | ||
<option name="INCLUDE_PROVIDED_SCOPE" value="true" /> | ||
<option name="MAIN_CLASS_NAME" value="pl.touk.nussknacker.ui.NussknackerApp" /> | ||
<module name="nussknacker-designer" /> | ||
<option name="VM_PARAMETERS" value="-Dconfig.override_with_env_vars=true -Dnussknacker.config.locations=../../../nussknacker-dist/src/universal/conf/dev-application.conf -Dlogback.configurationFile=../../../nussknacker-dist/src/universal/conf/logback.xml" /> | ||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/designer/server/work" /> | ||
<option name="INCLUDE_PROVIDED_SCOPE" value="true"/> | ||
<option name="MAIN_CLASS_NAME" value="pl.touk.nussknacker.ui.NussknackerApp"/> | ||
<module name="nussknacker-designer"/> | ||
<option name="VM_PARAMETERS" | ||
value="-Dconfig.override_with_env_vars=true -Dnussknacker.config.locations=../../../nussknacker-dist/src/universal/conf/dev-application.conf -Dlogback.configurationFile=../../../nussknacker-dist/src/universal/conf/logback.xml"/> | ||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/designer/server/work"/> | ||
<extension name="coverage"> | ||
<pattern> | ||
<option name="PATTERN" value="pl.touk.nussknacker.ui.*" /> | ||
<option name="ENABLED" value="true" /> | ||
<option name="PATTERN" value="pl.touk.nussknacker.ui.*"/> | ||
<option name="ENABLED" value="true"/> | ||
</pattern> | ||
</extension> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
<option name="Make" enabled="true"/> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-5.46 KB
(91%)
...ypress/e2e/__image_snapshots__/electron/Linux/Compare should fill window #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-14.5 KB
(82%)
...ypress/e2e/__image_snapshots__/electron/Linux/Compare should fill window #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.46 KB
(91%)
...ypress/e2e/__image_snapshots__/electron/Linux/Compare should fill window #2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-4.3 KB
(93%)
...ld render compare a version with fragment input parameters change marked #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+573 KB
(4000%)
...Linux/Components list should allow filtering by name with multiple words #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7.28 KB
(80%)
...electron/Linux/Components list should allow filtering by processing mode #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+583 KB
(350%)
...electron/Linux/Components list should allow filtering by processing mode #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+553 KB
(380%)
...apshots__/electron/Linux/Components list should allow filtering by usage #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+558 KB
(290%)
...apshots__/electron/Linux/Components list should allow filtering by usage #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+566 KB
(610%)
...apshots__/electron/Linux/Components list should apply filters from query #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+593 KB
(350%)
...mage_snapshots__/electron/Linux/Components list should display component #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+54.7 KB
(150%)
...__image_snapshots__/electron/Linux/Components list should display usages #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+207 KB
(200%)
...age_snapshots__/electron/Linux/Components list should filter usage types #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+211 KB
(230%)
...age_snapshots__/electron/Linux/Components list should filter usage types #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+174 KB
(230%)
...age_snapshots__/electron/Linux/Components list should filter usage types #2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+82.8 KB
(180%)
.../__image_snapshots__/electron/Linux/Components list should filter usages #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-12.7 KB
(90%)
...shots__/electron/Linux/Connection error should display connection errors #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-12.5 KB
(91%)
...shots__/electron/Linux/Connection error should display connection errors #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-13.6 KB
(82%)
...shots__/electron/Linux/Connection error should display connection errors #2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.63 KB
(88%)
...tron/Linux/Creator toolbar should allow collapse (persist) and filtering #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.04 KB
(92%)
...tron/Linux/Creator toolbar should allow collapse (persist) and filtering #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7.68 KB
(75%)
...e/__image_snapshots__/electron/Linux/Dropdown should display menu portal #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7.61 KB
(74%)
...e/__image_snapshots__/electron/Linux/Dropdown should display menu portal #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-149 Bytes
(99%)
...nux/Expression suggester should display colorfull and sorted completions #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-46 Bytes
(100%)
...nux/Expression suggester should display colorfull and sorted completions #1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-132 Bytes
(100%)
...Expression suggester should display completions for second line (bugfix) #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.13 KB
(97%)
..._snapshots__/electron/Linux/Expression suggester should display javadocs #0.png
Oops, something went wrong.
Binary file modified
BIN
+9 Bytes
(100%)
..._snapshots__/electron/Linux/Expression suggester should display javadocs #1.png
Oops, something went wrong.
Binary file modified
BIN
+38.5 KB
(650%)
...entation url in fragment properties and show it in modal within scenario #0.png
Oops, something went wrong.
Binary file modified
BIN
+79 Bytes
(100%)
...d allow adding input parameters and display used fragment graph in modal #0.png
Oops, something went wrong.
Binary file modified
BIN
-292 Bytes
(99%)
...d allow adding input parameters and display used fragment graph in modal #1.png
Oops, something went wrong.
Binary file modified
BIN
+24 KB
(200%)
...d allow adding input parameters and display used fragment graph in modal #2.png
Oops, something went wrong.
Binary file modified
BIN
-1.41 KB
(96%)
...d allow adding input parameters and display used fragment graph in modal #3.png
Oops, something went wrong.
Binary file modified
BIN
-5.76 KB
(92%)
...d allow adding input parameters and display used fragment graph in modal #4.png
Oops, something went wrong.
Binary file modified
BIN
-8.31 KB
(71%)
...d allow adding input parameters and display used fragment graph in modal #5.png
Oops, something went wrong.
Binary file modified
BIN
-2.44 KB
(94%)
...d allow adding input parameters and display used fragment graph in modal #6.png
Oops, something went wrong.
Binary file modified
BIN
-5.91 KB
(92%)
...d allow adding input parameters and display used fragment graph in modal #7.png
Oops, something went wrong.
Binary file modified
BIN
-16.1 KB
(58%)
...ots__/electron/Linux/Fragment should display dead-ended fragment correct #0.png
Oops, something went wrong.
Binary file modified
BIN
+1023 Bytes
(110%)
...s/e2e/__image_snapshots__/electron/Linux/Fragment should open properties #0.png
Oops, something went wrong.
Binary file modified
BIN
-158 Bytes
(98%)
...age_snapshots__/electron/Linux/JSON editor should display colorfull json #0.png
Oops, something went wrong.
Binary file modified
BIN
+324 Bytes
(100%)
...age_snapshots__/electron/Linux/JSON editor should display colorfull json #1.png
Oops, something went wrong.
Binary file modified
BIN
+201 Bytes
(100%)
...ge_snapshots__/electron/Linux/Node window should display periodic source #0.png
Oops, something went wrong.
Binary file modified
BIN
-3.24 KB
(97%)
...ots__/electron/Linux/Process initially clean should import JSON and save #0.png
Oops, something went wrong.
Binary file modified
BIN
-6.97 KB
(93%)
...ots__/electron/Linux/Process initially clean should import JSON and save #1.png
Oops, something went wrong.
Binary file modified
BIN
-643 Bytes
(99%)
...ron/Linux/Process initially clean should open properites from tips panel #0.png
Oops, something went wrong.
Binary file modified
BIN
-6.11 KB
(66%)
...mage_snapshots__/electron/Linux/Process mouse drag should allow pan view #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.03 KB
(94%)
...ron/Linux/Process mouse drag should select only fully covered (to right) #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.4 KB
(93%)
...ron/Linux/Process mouse drag should select only fully covered (to right) #1.png
Oops, something went wrong.
Binary file modified
BIN
-10 KB
(67%)
...ctron/Linux/Process mouse drag should select partially covered (to left) #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.78 KB
(91%)
...ctron/Linux/Process mouse drag should select partially covered (to left) #1.png
Oops, something went wrong.
Binary file modified
BIN
-9.75 KB
(67%)
...ess mouse drag should switch modes, append and inverse select with shift #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.55 KB
(92%)
...ess mouse drag should switch modes, append and inverse select with shift #1.png
Oops, something went wrong.
Binary file modified
BIN
-12.4 KB
(62%)
...ess mouse drag should switch modes, append and inverse select with shift #2.png
Oops, something went wrong.
Binary file modified
BIN
-1.26 KB
(93%)
...ess mouse drag should switch modes, append and inverse select with shift #3.png
Oops, something went wrong.
Binary file modified
BIN
+1.68 KB
(100%)
...age_snapshots__/electron/Linux/Process should open more scenario details #0.png
Oops, something went wrong.
Binary file modified
BIN
-4.52 KB
(72%)
..._/electron/Linux/Process should preserve condition on link move (filter) #0.png
Oops, something went wrong.
Binary file modified
BIN
-9.75 KB
(59%)
..._/electron/Linux/Process should preserve condition on link move (filter) #1.png
Oops, something went wrong.
Binary file modified
BIN
-6.24 KB
(73%)
..._/electron/Linux/Process should preserve condition on link move (switch) #0.png
Oops, something went wrong.
Binary file modified
BIN
-10.1 KB
(67%)
..._/electron/Linux/Process should preserve condition on link move (switch) #1.png
Oops, something went wrong.
Binary file modified
BIN
-2.52 KB
(77%)
..._/electron/Linux/Process should preserve condition on link move (switch) #2.png
Oops, something went wrong.
Binary file modified
BIN
-7.43 KB
(72%)
...napshots__/electron/Linux/Process should validate process on nodes paste #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.02 KB
(96%)
...s__/electron/Linux/Process should zoomrestore node window with test data #0.png
Oops, something went wrong.
Binary file added
BIN
+69.2 KB
...ocess tests from file should properly display results of tests from file #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.58 KB
(90%)
..._snapshots__/electron/Linux/Process view should have node search toolbar #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.67 KB
(88%)
..._snapshots__/electron/Linux/Process view should have node search toolbar #1.png
Oops, something went wrong.
Binary file modified
BIN
-1.74 KB
(93%)
...ron/Linux/Process with data should allow drag component and drop on edge #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.74 KB
(93%)
...ron/Linux/Process with data should allow drag component and drop on edge #1.png
Oops, something went wrong.
Binary file modified
BIN
+1.09 KB
(110%)
...mage_snapshots__/electron/Linux/Process with data should allow drag node #0.png
Oops, something went wrong.
Binary file modified
BIN
-4.47 KB
(78%)
...tron/Linux/Process with data should allow editing choice edge expression #0.png
Oops, something went wrong.
Binary file modified
BIN
-1.42 KB
(92%)
...tron/Linux/Process with data should allow editing choice edge expression #1.png
Oops, something went wrong.
Binary file modified
BIN
-3.12 KB
(79%)
...should display question mark when renaming a node and updating the count #0.png
Oops, something went wrong.
Binary file modified
BIN
-4.31 KB
(80%)
...ectron/Linux/Process with data should display some node details in modal #0.png
Oops, something went wrong.
Binary file modified
BIN
-4.9 KB
(80%)
...ectron/Linux/Process with data should display some node details in modal #1.png
Oops, something went wrong.
Binary file modified
BIN
-5.66 KB
(74%)
...ectron/Linux/Process with data should display some node details in modal #2.png
Oops, something went wrong.
Binary file modified
BIN
+200 Bytes
(110%)
...s__/electron/Linux/Process with data should have counts button and modal #0.png
Oops, something went wrong.
Binary file modified
BIN
-350 Bytes
(99%)
...s__/electron/Linux/Process with data should have counts button and modal #1.png
Oops, something went wrong.
Binary file modified
BIN
-619 Bytes
(98%)
...s__/electron/Linux/Process with data should have counts button and modal #2.png
Oops, something went wrong.
Binary file modified
BIN
-1.27 KB
(97%)
...s__/electron/Linux/Process with data should have counts button and modal #3.png
Oops, something went wrong.
Binary file modified
BIN
+384 Bytes
(100%)
...electron/Linux/Process with data should make a deploy of the new version #0.png
Oops, something went wrong.
Binary file modified
BIN
+96.9 KB
(180%)
...apshots__/electron/Linux/Processes list should filter by processing mode #0.png
Oops, something went wrong.
Binary file modified
BIN
-7.48 KB
(80%)
...apshots__/electron/Linux/Processes list should filter by processing mode #1.png
Oops, something went wrong.
Binary file modified
BIN
-229 Bytes
(100%)
...age_snapshots__/electron/Linux/Sql editor should display advanced colors #0.png
Oops, something went wrong.
Binary file modified
BIN
+40 Bytes
(100%)
...age_snapshots__/electron/Linux/Sql editor should display advanced colors #1.png
Oops, something went wrong.
Binary file modified
BIN
-122 Bytes
(100%)
...age_snapshots__/electron/Linux/Sql editor should display advanced colors #2.png
Oops, something went wrong.
Binary file modified
BIN
+69 Bytes
(100%)
..._snapshots__/electron/Linux/Sql editor should display colorfull sql code #0.png
Oops, something went wrong.
Binary file modified
BIN
-3.64 KB
(90%)
..._snapshots__/electron/Linux/Sql editor should display colorfull sql code #1.png
Oops, something went wrong.
Binary file modified
BIN
-633 Bytes
(97%)
...snapshots__/electron/Linux/UndoRedo should work for add and move to edge #0.png
Oops, something went wrong.
Binary file modified
BIN
-3.91 KB
(84%)
...snapshots__/electron/Linux/UndoRedo should work for add and move to edge #1.png
Oops, something went wrong.
Binary file modified
BIN
-1 KB
(96%)
...snapshots__/electron/Linux/UndoRedo should work for add and move to edge #2.png
Oops, something went wrong.
Binary file modified
BIN
-3.91 KB
(84%)
...snapshots__/electron/Linux/UndoRedo should work for add and move to edge #3.png
Oops, something went wrong.
Binary file modified
BIN
-633 Bytes
(97%)
...snapshots__/electron/Linux/UndoRedo should work for add and move to edge #4.png
Oops, something went wrong.
Binary file modified
BIN
-3.91 KB
(84%)
...snapshots__/electron/Linux/UndoRedo should work for add and move to edge #5.png
Oops, something went wrong.
Binary file modified
BIN
-1 KB
(96%)
...snapshots__/electron/Linux/UndoRedo should work for add and move to edge #6.png
Oops, something went wrong.
Binary file modified
BIN
-904 Bytes
(95%)
...2e/__image_snapshots__/electron/Linux/UndoRedo should work for copypaste #0.png
Oops, something went wrong.
Binary file modified
BIN
-637 Bytes
(97%)
...2e/__image_snapshots__/electron/Linux/UndoRedo should work for copypaste #1.png
Oops, something went wrong.
Binary file modified
BIN
-904 Bytes
(95%)
...__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #0.png
Oops, something went wrong.
Binary file modified
BIN
-9.33 KB
(69%)
...__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #1.png
Oops, something went wrong.
Binary file modified
BIN
-921 Bytes
(95%)
...__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #2.png
Oops, something went wrong.
Binary file modified
BIN
-9.33 KB
(69%)
...__image_snapshots__/electron/Linux/UndoRedo should work for drop on edge #3.png
Oops, something went wrong.
Binary file modified
BIN
-904 Bytes
(95%)
...ess/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for move #0.png
Oops, something went wrong.
Binary file modified
BIN
-316 Bytes
(98%)
...ess/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for move #1.png
Oops, something went wrong.
Binary file modified
BIN
-633 Bytes
(97%)
...ess/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for move #2.png
Oops, something went wrong.
Binary file modified
BIN
+200 Bytes
(100%)
...ess/e2e/__image_snapshots__/electron/Linux/UndoRedo should work for move #3.png
Oops, something went wrong.
Binary file modified
BIN
+128 Bytes
(100%)
...snapshots__/electron/Linux/UndoRedo should work with 'last deployed' tag #0.png
Oops, something went wrong.
Binary file modified
BIN
+128 Bytes
(100%)
...snapshots__/electron/Linux/UndoRedo should work with 'last deployed' tag #1.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(100%)
.../e2e/__image_snapshots__/electron/Linux/UndoRedo should work with counts #0.png
Oops, something went wrong.
Binary file modified
BIN
+3.99 KB
(120%)
.../e2e/__image_snapshots__/electron/Linux/UndoRedo should work with counts #1.png
Oops, something went wrong.
Binary file modified
BIN
-633 Bytes
(97%)
.../__image_snapshots__/electron/Linux/UndoRedo should work with validation #0.png
Oops, something went wrong.
Binary file modified
BIN
-5.01 KB
(74%)
.../__image_snapshots__/electron/Linux/UndoRedo should work with validation #1.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
describe("Process tests from file", () => { | ||
const transactionsTopic = "transactions"; | ||
const scenarioName = "test-from-file-scenario"; | ||
|
||
before(() => { | ||
clear(); | ||
}); | ||
|
||
after(() => { | ||
clear(); | ||
}); | ||
|
||
it("should properly display results of tests from file", () => { | ||
cy.viewport(1440, 1200); | ||
cy.createSchema(`${transactionsTopic}-value`, "transactionsAvroSchema.json"); | ||
cy.createKafkaTopic(transactionsTopic); | ||
cy.visitNewProcess(scenarioName, "dumbStreamKafkaSourceScenario", "DevelopmentTests"); | ||
cy.get("[title='run test on data from file']") | ||
.first() | ||
.next("[type=file]") | ||
.should("exist") | ||
.selectFile("cypress/fixtures/transactionsTestData.txt", { force: true }); | ||
cy.get("text[joint-selector='testResultsSummary']").eq(0).contains("1"); | ||
cy.get("[model-id='kafka']").should("be.visible").trigger("dblclick"); | ||
cy.get("[data-testid='window-frame']").matchImage(); | ||
}); | ||
|
||
function clear() { | ||
cy.log("Clearing data..."); | ||
cy.deleteAllTestProcesses({ filter: scenarioName, force: true }); | ||
cy.removeSchema(`${transactionsTopic}-value`); | ||
cy.removeKafkaTopic(transactionsTopic); | ||
} | ||
}); |
Oops, something went wrong.