feat: Add cypress e2e tests for signup and signin (#3490)

* feat: Added cypress setup files.

* feat: Added server bootup and initial test run.

* feat: Added e2e tests for signin, signup, and personalization form.

* feat: Added e2e tests for adding a function node.

* feat: Added set node and workflow execution steps.

* feat: Added test id to main sidebar.

* feat: Added test for creating a new workflow.

* feat: Finished test for creating a blank workflow

* chore: Removed screenshots from e2e tests.

* refactor: change e2e tests to per page structure

* feat: add cypress type enchancements

* feat: add typescript for cypress tests

* fix: remove component after merge

* feat: update cypress definitions

* feat: add cypress cleanup task

* refactor: update cypress script names

* ci: add smoke tests to workflow

* chore: remove cypress example files

* feat: update signup flow to be reusable

* fix: fix signup route for cypress page object

* fix: remove cypress reset command

* fix: remove unused imports

* fix: Add unhandled error catcher
This commit is contained in:
Alex Grozav
2022-11-08 14:21:10 +02:00
committed by GitHub
parent 5d73b6e48a
commit 77644860c0
25 changed files with 2008 additions and 7 deletions

View File

@@ -66,7 +66,11 @@
</template>
</i18n>
</div>
<div class="node-parameters-wrapper" v-if="node && nodeValid">
<div
class="node-parameters-wrapper"
data-test-id="node-parameters"
v-if="node && nodeValid"
>
<div v-show="openPanel === 'params'">
<node-webhooks :node="node" :nodeType="nodeType" />