-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
492 changed files
with
8,527 additions
and
1,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
on: | ||
push: | ||
branches: | ||
- development | ||
pull_request: | ||
name: Unit Tests 🧪 | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: 'v16.13.2' | ||
- run: yarn | ||
- run: yarn test-headless |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
import { defineConfig } from 'cypress' | ||
|
||
export default defineConfig({ | ||
env: { | ||
infoSiteBaseUrl: 'https://info.qa.orcid.org', | ||
duplicatedModalEndPoint: 'https://pub.qa.orcid.org/v3.0/expanded-search/**', | ||
verifyEmailSubject: '[ORCID] Welcome to ORCID - verify your email address', | ||
verifyEmailUrl: 'https://qa.orcid.org/verify-email/', | ||
senderVerifyEmail: '[email protected]', | ||
verifyEmailReminderSubject: | ||
'[ORCID] Reminder to verify your primary email address', | ||
senderResetPassword: '[email protected]', | ||
forgotPasswordSubject: '[ORCID] About your password reset request', | ||
recoverOIDSubject: '[ORCID] Your ORCID iD', | ||
resetPasswEmailURL: 'https://qa.orcid.org/reset-password-email/', | ||
signInURL: 'https://qa.orcid.org/signin', | ||
membersAPI_URL: 'https://api.qa.orcid.org/v3.0/', | ||
membersAPI_websitesEndPoint: '/researcher-urls', | ||
membersAPI_fundingsEndpoint: '/funding', | ||
membersAPI_workEndpoint: '/work', | ||
membersAPI_peerReviewEndpoint: '/peer-review', | ||
registrationPage: 'https://qa.orcid.org/register', | ||
}, | ||
chromeWebSecurity: false, | ||
viewportWidth: 1000, | ||
viewportHeight: 1000, | ||
reporter: 'mochawesome', | ||
reporterOptions: { | ||
charts: true, | ||
overwrite: false, | ||
html: true, | ||
json: false, | ||
reportDir: 'cypress/reports/temp/mochawesome-report', | ||
}, | ||
e2e: { | ||
// We've imported your old cypress plugins here. | ||
// You may want to clean this up later by importing these. | ||
setupNodeEvents(on, config) { | ||
return require('./cypress/plugins/index.js')(on, config) | ||
}, | ||
baseUrl: 'https://qa.orcid.org', | ||
excludeSpecPattern: [ | ||
'**/legacy_oldScripts/*', | ||
'**/registry/gmail_check_test_ignore.js', | ||
], | ||
}, | ||
}) |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.