-
Notifications
You must be signed in to change notification settings - Fork 0
Add public API commands #58
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
Changes from all commits
9d24c56
d7e3777
f9229ed
f2e1c68
20606a8
b89fb5d
dc1a565
446f132
4f7ebad
3d4d125
58bf9ab
714739b
b7784ff
a452c1b
a53edf5
55ffc68
8f54da7
348652b
da666c1
6250aee
6c2dc8d
80953b8
953e320
53c652c
16015b8
0a9e4ab
c4b1240
b2f7a1b
9c50097
9909056
7125b63
8b1ecf8
9ef833d
133de6e
3b43e75
2281c21
2fa1e06
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,3 +56,12 @@ jobs: | |
|
|
||
| - name: Multi-node version test | ||
| run: cd mnode-test && ./docker-test.sh | ||
|
|
||
| - name: Run live API tests | ||
| env: | ||
| QAS_TEST_URL: ${{ secrets.QAS_TEST_URL }} | ||
| QAS_TEST_TOKEN: ${{ secrets.QAS_TEST_TOKEN }} | ||
| QAS_TEST_USERNAME: ${{ secrets.QAS_TEST_USERNAME }} | ||
| QAS_TEST_PASSWORD: ${{ secrets.QAS_TEST_PASSWORD }} | ||
| QAS_DEV_AUTH: ${{ secrets.QAS_DEV_AUTH }} | ||
| run: npm run test:live | ||
|
Comment on lines
+60
to
+67
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Live tests are added that allows running automated tests with a real live qasphere instance. QAS_TEST_USERNAME and QAS_TEST_PASSWORD are required because we don't have a public API yet for deleting projects, which is required for clean-ups after the tests. So we use login credentials and call a non-public API instead. |
||
Uh oh!
There was an error while loading. Please reload this page.