-
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
base: main
Are you sure you want to change the base?
Changes from all commits
67480e3
bf38095
0df84a4
47043c7
97451cf
aaa6e68
8ac218c
5406990
e860c88
0200238
e18724c
cceb40a
f07bd52
fd92ae2
202372e
7dff526
916f3bb
de6a14d
49de865
e484fb2
7903d05
5b13cd7
38fcb79
16fe454
c7bb61b
4f75a51
cd58048
ce1f029
6aa0c5a
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.