Skip to content

NYULibraries/primo-customization-cdn

Repository files navigation

Primo Customization CDN for NYU

Styles, templates, and other assets for primo-customization CDN for use with primo customization

Usage

Start the local primo-explore-devenv for a particular view:

VIEW=01NYU_INST-NYU_DEV docker compose up primo-explore-devenv

Then view your edits in primo-customization/01NYU_INST-NYU_DEV/ at http://localhost:8003/discovery/search?vid=01NYU_INST:NYU_DEV

Local Login

To view pages under authentication locally, you will need to proxy real domains to your localhost by adding the following to /etc/hosts:

127.0.0.1 nyu.primo.exlibrisgroup.com
127.0.0.1 cdn-dev.library.nyu.edu
127.0.0.1 cdn.library.nyu.edu

Then, start tls service:

VIEW=01NYU_INST-NYU_DEV docker compose up tls

You will then need to validate the two self-signed certs in your browser for the above domains, after which you can use nyu.primo.exlibrisgroup.com in your browser. Be sure to confirm that you are indeed proxying to your local server.

NOTE: Don't forget to undo your /etc/hosts edits when finished!

E2E tests

We utilize Playwright for our E2E tests.

Prerequisites

Getting started

Install

cd e2e/
yarn install

Run tests

# Tests http://localhost:8003/discovery/search?vid=01NYU_INST:NYU_DEV
yarn test:e2e:nyu:dev
# Tests http://localhost:8003/discovery/search?vid=01NYU_INST:NYU
yarn test:e2e:nyu:prod
# Tests http://localhost:8003/discovery/search?vid=01NYU_INST:TESTWS01
yarn test:e2e:nyu:testws01
# Tests http://localhost:8003/discovery/search?vid=[VID]
VIEW=[VIEW] yarn test:e2e

Update golden files:

# Tests http://localhost:8003/discovery/search?vid=01NYU_INST:NYU_DEV
yarn test:e2e:nyu:dev:update-golden-files
# Tests http://localhost:8003/discovery/search?vid=01NYU_INST:NYU
yarn test:e2e:nyu:prod:update-golden-files
# Tests http://localhost:8003/discovery/search?vid=01NYU_INST:TESTWS01
yarn test:e2e:nyu:testws01:update-golden-files
# Tests http://localhost:8003/discovery/search?vid=[VID]
UPDATE_GOLDEN_FILES=true VIEW=[VIEW] yarn test:e2e

Using Docker Compose:

VIEW=[VIEW] docker compose up e2e

For example:

# Tests http://primo-explore-devenv:8003/discovery/search?vid=01NYU_INST-NYU_DEV
VIEW=01NYU_INST-NYU_DEV docker compose up e2e

Update golden files:

# Tests http://primo-explore-devenv:8003/discovery/search?vid=01NYU_INST-NYU_DEV
VIEW=01NYU_INST-NYU_DEV docker compose up e2e-update-golden-files

Update chatwidget PNG files for NYU views:

VIEW=[VIEW] docker compose up e2e-update-screenshots

For example:

VIEW=01NYU_INST-NYU_DEV docker compose up e2e-update-screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published