Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End-2-end tests with nightwatch #851

Closed
wants to merge 4 commits into from
Closed

Conversation

acdmft
Copy link
Collaborator

@acdmft acdmft commented Jun 7, 2023

The goal of PR is to try integrate end-2-end tests in the testing process. It uses nightwatch as testing framework.

acdmft added 4 commits June 7, 2023 16:33
nightwatch is a javascript framework to make end-2-end tests, in the process of initializing it installs webdriver - geckodriver in our case
it also created nightwatch.config.js file and nightwatch folder of custom commands and other stuff
these folders are created by nightwatch
created two folders: workspace and groupfolders where there are functions to create, remove and check workspaces
created tests for workspace management - create workspace, verify that it was created, remove workspace
created login tests to connect to the nextcloud
@acdmft acdmft requested a review from zak39 June 7, 2023 14:56
@acdmft acdmft added the test Related to unit tests or functional tests label Jun 7, 2023
@zak39
Copy link
Collaborator

zak39 commented Jun 7, 2023

Thanks @acdmft :)

How do I run this tool for I test on my side ?

@zak39 zak39 added the frontend Modification related to frontend label Jun 7, 2023
@zak39
Copy link
Collaborator

zak39 commented Jul 31, 2023

I closed this PR because it replaced by this new PR : #889 .

@zak39 zak39 closed this Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Modification related to frontend test Related to unit tests or functional tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants