You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/12/29 06:35:42 UTC

[incubator-streampipes] branch dev updated: [hotfix] Rename e2e tests to include them in test suit

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new fdf65c1  [hotfix] Rename e2e tests to include them in test suit
fdf65c1 is described below

commit fdf65c15cf0354d0b0747515f0e9da95653efa94
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Dec 29 07:35:31 2021 +0100

    [hotfix] Rename e2e tests to include them in test suit
---
 .../tests/adapter/{schemaRules.smoke.ts => schemaRules.smoke.spec.ts}     | 0
 .../tests/adapter/{streamRules.smoke.ts => streamRules.smoke.spec.ts}     | 0
 .../tests/adapter/{valueRules.smoke.ts => valueRules.smoke.spec.ts}       | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/ui/cypress/tests/adapter/schemaRules.smoke.ts b/ui/cypress/tests/adapter/schemaRules.smoke.spec.ts
similarity index 100%
rename from ui/cypress/tests/adapter/schemaRules.smoke.ts
rename to ui/cypress/tests/adapter/schemaRules.smoke.spec.ts
diff --git a/ui/cypress/tests/adapter/streamRules.smoke.ts b/ui/cypress/tests/adapter/streamRules.smoke.spec.ts
similarity index 100%
rename from ui/cypress/tests/adapter/streamRules.smoke.ts
rename to ui/cypress/tests/adapter/streamRules.smoke.spec.ts
diff --git a/ui/cypress/tests/adapter/valueRules.smoke.ts b/ui/cypress/tests/adapter/valueRules.smoke.spec.ts
similarity index 100%
rename from ui/cypress/tests/adapter/valueRules.smoke.ts
rename to ui/cypress/tests/adapter/valueRules.smoke.spec.ts