Import the repository
Once you created the repository with tests, import it to QAdept.
Click "Import Repository" button. You will see a popup where you need to enter SSH URL of your repository.
Before import you need to add a deployment key for your repository.
How to add deployment key on GitHub:
- Open the page with your project.
- Go to Settings tab.
- Choose Deploy keys in the left menu.
- Click the button Add deploy key.
- Enter there some title and paste there your deployment key (we don't need a write access).
- Click Add key.
How to add deployment key on Bitbucket:
- Open the project with tests.
- Choose Settings in the left menu.
- Choose Deployment keys in the second left menu.
- Click the button Add key.
- Paste there your deployment key.
- Click Add key.
Click "Import Repository".
That's it. Now you can run your tests.