forked from inspirehep/inspirehep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
84 changed files
with
397 additions
and
313 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,26 @@ | ||
const { defineConfig } = require('cypress') | ||
|
||
module.exports = defineConfig({ | ||
projectId: '439or1', | ||
videosFolder: 'cypress/__videos__', | ||
screenshotsFolder: 'cypress/__screenshots__', | ||
env: { | ||
inspirehep_url: 'localhost:3000', | ||
desktop_viewport_width: 1920, | ||
desktop_viewport_height: 1080, | ||
mobile_viewport_width: 375, | ||
mobile_viewport_height: 667, | ||
}, | ||
retries: { | ||
runMode: 2, | ||
openMode: 0, | ||
}, | ||
video: false, | ||
e2e: { | ||
setupNodeEvents(on, config) { | ||
return require('./cypress/plugins/index.js')(on, config) | ||
}, | ||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}', | ||
experimentalRunAllSpecs: true | ||
}, | ||
}) |
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+129 KB
(120%)
e2e/cypress/__snapshots__/chrome/authors.test.js/AuthorDetailDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+119 KB
(120%)
e2e/cypress/__snapshots__/chrome/authors.test.js/AuthorDetailMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+48.4 KB
(130%)
e2e/cypress/__snapshots__/chrome/authors.test.js/AuthorSearchDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+43 KB
(140%)
e2e/cypress/__snapshots__/chrome/authors.test.js/AuthorSearchMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+25.1 KB
(110%)
e2e/cypress/__snapshots__/chrome/authors.test.js/AuthorSubmissionDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+14.8 KB
(100%)
...napshots__/chrome/authors.test.js/AuthorUpdateSubmissionByOwnerDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+27.3 KB
(110%)
...ess/__snapshots__/chrome/authors.test.js/AuthorUpdateSubmissionDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+50.2 KB
(120%)
...press/__snapshots__/chrome/conferences.test.js/ConferenceDetailDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+44.7 KB
(120%)
...ypress/__snapshots__/chrome/conferences.test.js/ConferenceDetailMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+41.7 KB
(110%)
...pshots__/chrome/conferences.test.js/ConferenceSearchByCatalogerDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+35.9 KB
(110%)
...apshots__/chrome/conferences.test.js/ConferenceSearchByCatalogerMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+39.8 KB
(110%)
...press/__snapshots__/chrome/conferences.test.js/ConferenceSearchDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+35.4 KB
(120%)
...ypress/__snapshots__/chrome/conferences.test.js/ConferenceSearchMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+16.3 KB
(110%)
...s/__snapshots__/chrome/conferences.test.js/ConferenceSubmissionDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+34.1 KB
(120%)
...press/__snapshots__/chrome/experiments.test.js/ExperimentDetailDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+25.9 KB
(120%)
...ypress/__snapshots__/chrome/experiments.test.js/ExperimentDetailMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-86.5 KB
(49%)
...press/__snapshots__/chrome/experiments.test.js/ExperimentSearchDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-69.6 KB
(45%)
...ypress/__snapshots__/chrome/experiments.test.js/ExperimentSearchMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-108 KB
(47%)
...s/__snapshots__/chrome/experiments.test.js/ExperimentSubmissionDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+21.8 KB
(110%)
e2e/cypress/__snapshots__/chrome/home.test.js/HomepageDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+16.5 KB
(100%)
e2e/cypress/__snapshots__/chrome/home.test.js/HomepageMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+979 KB
...ess/__snapshots__/chrome/institutions.test.js/InstitutionDetailDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+876 KB
...ress/__snapshots__/chrome/institutions.test.js/InstitutionDetailMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-88.4 KB
(48%)
...ess/__snapshots__/chrome/institutions.test.js/InstitutionSearchDesktop.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-75.2 KB
(45%)
...ress/__snapshots__/chrome/institutions.test.js/InstitutionSearchMobile.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-98.9 KB
(48%)
...__snapshots__/chrome/institutions.test.js/InstitutionSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+55 KB
(110%)
e2e/cypress/__snapshots__/chrome/jobs.test.js/JobDetailDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+54.3 KB
(110%)
e2e/cypress/__snapshots__/chrome/jobs.test.js/JobDetailMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+21.5 KB
(110%)
e2e/cypress/__snapshots__/chrome/jobs.test.js/JobSearchDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+17.7 KB
(110%)
e2e/cypress/__snapshots__/chrome/jobs.test.js/JobSearchMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+17.6 KB
(110%)
e2e/cypress/__snapshots__/chrome/jobs.test.js/JobSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+66.6 KB
(110%)
e2e/cypress/__snapshots__/chrome/jobs.test.js/JobUpdateSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+283 KB
(260%)
e2e/cypress/__snapshots__/chrome/journals.test.js/JournalDetailDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+214 KB
(260%)
e2e/cypress/__snapshots__/chrome/journals.test.js/JournalDetailMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
-94.4 KB
(47%)
...cypress/__snapshots__/chrome/journals.test.js/JournalSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
-94.4 KB
(49%)
e2e/cypress/__snapshots__/chrome/journals.test.js/JournalsSearchDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
-76.1 KB
(48%)
e2e/cypress/__snapshots__/chrome/journals.test.js/JournalsSearchMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+27.5 KB
(110%)
...press/__snapshots__/chrome/literature.test.js/ArticleSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+24.2 KB
(110%)
...s/__snapshots__/chrome/literature.test.js/BookChapterSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+25.4 KB
(110%)
e2e/cypress/__snapshots__/chrome/literature.test.js/BookSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+22.6 KB
(100%)
...ypress/__snapshots__/chrome/literature.test.js/LiteratureDetailDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+17.9 KB
(100%)
...cypress/__snapshots__/chrome/literature.test.js/LiteratureDetailMobile.snap.png
Oops, something went wrong.
Binary file removed
BIN
-447 KB
...snapshots__/chrome/literature.test.js/LiteratureReferenceSearchDesktop.snap.png
Diff not rendered.
Binary file removed
BIN
-242 KB
..._snapshots__/chrome/literature.test.js/LiteratureReferenceSearchMobile.snap.png
Diff not rendered.
Binary file modified
BIN
-2.17 MB
(46%)
...snapshots__/chrome/literature.test.js/LiteratureSearchCatalogerDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.96 MB
(46%)
..._snapshots__/chrome/literature.test.js/LiteratureSearchCatalogerMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.81 MB
(46%)
...ypress/__snapshots__/chrome/literature.test.js/LiteratureSearchDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.6 MB
(46%)
...cypress/__snapshots__/chrome/literature.test.js/LiteratureSearchMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+27.1 KB
(110%)
...ypress/__snapshots__/chrome/literature.test.js/ThesisSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.99 MB
(48%)
...ts__/chrome/literatureRelations.test.js/assignConferenceCheckedDesktop.snap.png
Oops, something went wrong.
Binary file added
BIN
+378 KB
...snapshots__/chrome/references.test.js/LiteratureReferenceSearchDesktop.snap.png
Oops, something went wrong.
Binary file added
BIN
+264 KB
..._snapshots__/chrome/references.test.js/LiteratureReferenceSearchMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+10.3 KB
(110%)
e2e/cypress/__snapshots__/chrome/seminars.test.js/SeminarDetailDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+9.68 KB
(110%)
e2e/cypress/__snapshots__/chrome/seminars.test.js/SeminarDetailMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+36.3 KB
(110%)
e2e/cypress/__snapshots__/chrome/seminars.test.js/SeminarSearchDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+27 KB
(120%)
e2e/cypress/__snapshots__/chrome/seminars.test.js/SeminarSearchMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+21.9 KB
(110%)
...cypress/__snapshots__/chrome/seminars.test.js/SeminarSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+28.3 KB
(110%)
...s/__snapshots__/chrome/seminars.test.js/SeminarUpdateSubmissionDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
-192 KB
(46%)
e2e/cypress/__snapshots__/chrome/settings.test.js/SettingsDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
-173 KB
(45%)
e2e/cypress/__snapshots__/chrome/settings.test.js/SettingsMobile.snap.png
Oops, something went wrong.
Binary file modified
BIN
+191 KB
(170%)
e2e/cypress/__snapshots__/chrome/user.test.js/SessionTimeoutDesktop.snap.png
Oops, something went wrong.
Binary file modified
BIN
+193 KB
(170%)
e2e/cypress/__snapshots__/chrome/user.test.js/SessionTimeoutMobile.snap.png
Oops, something went wrong.
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.
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.
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.
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
14 changes: 7 additions & 7 deletions
14
e2e/cypress/integration/seminars.test.js → e2e/cypress/e2e/seminars.test.js
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
Oops, something went wrong.