Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- defaults:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- version: 2.1
- jobs:
- vr_setup:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'wake environments'
- command: ./run/vr-setup.sh
- vr_results:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- attach_workspace:
- at: .
- -
- run:
- name: 'report results'
- command: ./run/report-results.sh
- -
- store_artifacts:
- path: results
- homepage:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/'
- command: 'echo ''Running backstop regression on https://www.pafa.org/'''
- -
- run:
- name: 'backstop reference homepage'
- command: './run/backstop-reference.sh 0'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test homepage'
- command: './run/backstop-test.sh 0'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/0
- - results/0.txt
- about:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about'''
- -
- run:
- name: 'backstop reference about'
- command: './run/backstop-reference.sh 1'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test about'
- command: './run/backstop-test.sh 1'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/1
- - results/1.txt
- aboutleadershipwomenscommittee:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/leadership/womens-committee'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/leadership/womens-committee'''
- -
- run:
- name: 'backstop reference aboutleadershipwomenscommittee'
- command: './run/backstop-reference.sh 2'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutleadershipwomenscommittee'
- command: './run/backstop-test.sh 2'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/2
- - results/2.txt
- aboutmissionhistoryhistorypafa:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/mission-history/history-pafa'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/mission-history/history-pafa'''
- -
- run:
- name: 'backstop reference aboutmissionhistoryhistorypafa'
- command: './run/backstop-reference.sh 3'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutmissionhistoryhistorypafa'
- command: './run/backstop-test.sh 3'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/3
- - results/3.txt
- aboutofficesservices:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/offices-services'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/offices-services'''
- -
- run:
- name: 'backstop reference aboutofficesservices'
- command: './run/backstop-reference.sh 4'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutofficesservices'
- command: './run/backstop-test.sh 4'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/4
- - results/4.txt
- aboutofficesservicesfinance:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/offices-services/finance'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/offices-services/finance'''
- -
- run:
- name: 'backstop reference aboutofficesservicesfinance'
- command: './run/backstop-reference.sh 5'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutofficesservicesfinance'
- command: './run/backstop-test.sh 5'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/5
- - results/5.txt
- aboutpafaleadership:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/pafa-leadership'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership'''
- -
- run:
- name: 'backstop reference aboutpafaleadership'
- command: './run/backstop-reference.sh 6'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutpafaleadership'
- command: './run/backstop-test.sh 6'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/6
- - results/6.txt
- aboutpafaleadershipboardtrustees:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/pafa-leadership/board-trustees'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership/board-trustees'''
- -
- run:
- name: 'backstop reference aboutpafaleadershipboardtrustees'
- command: './run/backstop-reference.sh 7'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutpafaleadershipboardtrustees'
- command: './run/backstop-test.sh 7'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/7
- - results/7.txt
- aboutpafaleadershippafapresidentialsearch:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/pafa-leadership/pafa-presidential-search-2021'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership/pafa-presidential-search-2021'''
- -
- run:
- name: 'backstop reference aboutpafaleadershippafapresidentialsearch'
- command: './run/backstop-reference.sh 8'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutpafaleadershippafapresidentialsearch'
- command: './run/backstop-test.sh 8'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/8
- - results/8.txt
- aboutpafaleadershipseniorstaff:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/about/pafa-leadership/senior-staff'
- command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership/senior-staff'''
- -
- run:
- name: 'backstop reference aboutpafaleadershipseniorstaff'
- command: './run/backstop-reference.sh 9'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test aboutpafaleadershipseniorstaff'
- command: './run/backstop-test.sh 9'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/9
- - results/9.txt
- eventrentals:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/event-rentals'
- command: 'echo ''Running backstop regression on https://www.pafa.org/event-rentals'''
- -
- run:
- name: 'backstop reference eventrentals'
- command: './run/backstop-reference.sh 10'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test eventrentals'
- command: './run/backstop-test.sh 10'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/10
- - results/10.txt
- eventslecturecontemporaryapproachesacrylics:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/events/lecture-contemporary-approaches-acrylics-030222'
- command: 'echo ''Running backstop regression on https://www.pafa.org/events/lecture-contemporary-approaches-acrylics-030222'''
- -
- run:
- name: 'backstop reference eventslecturecontemporaryapproachesacrylics'
- command: './run/backstop-reference.sh 11'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test eventslecturecontemporaryapproachesacrylics'
- command: './run/backstop-test.sh 11'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/11
- - results/11.txt
- eventsmichellesegre:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/events/michelle-segre-030222'
- command: 'echo ''Running backstop regression on https://www.pafa.org/events/michelle-segre-030222'''
- -
- run:
- name: 'backstop reference eventsmichellesegre'
- command: './run/backstop-reference.sh 12'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test eventsmichellesegre'
- command: './run/backstop-test.sh 12'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/12
- - results/12.txt
- eventsvirtualundergraduateopenhouse:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/events/virtual-undergraduate-open-house-030322'
- command: 'echo ''Running backstop regression on https://www.pafa.org/events/virtual-undergraduate-open-house-030322'''
- -
- run:
- name: 'backstop reference eventsvirtualundergraduateopenhouse'
- command: './run/backstop-reference.sh 13'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test eventsvirtualundergraduateopenhouse'
- command: './run/backstop-test.sh 13'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/13
- - results/13.txt
- legal:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/legal'
- command: 'echo ''Running backstop regression on https://www.pafa.org/legal'''
- -
- run:
- name: 'backstop reference legal'
- command: './run/backstop-reference.sh 14'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test legal'
- command: './run/backstop-test.sh 14'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/14
- - results/14.txt
- missionvalues:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/mission-values'
- command: 'echo ''Running backstop regression on https://www.pafa.org/mission-values'''
- -
- run:
- name: 'backstop reference missionvalues'
- command: './run/backstop-reference.sh 15'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test missionvalues'
- command: './run/backstop-test.sh 15'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/15
- - results/15.txt
- missionvaluesstrategicplan:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/mission-values/2019-2023-strategic-plan'
- command: 'echo ''Running backstop regression on https://www.pafa.org/mission-values/2019-2023-strategic-plan'''
- -
- run:
- name: 'backstop reference missionvaluesstrategicplan'
- command: './run/backstop-reference.sh 16'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test missionvaluesstrategicplan'
- command: './run/backstop-test.sh 16'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/16
- - results/16.txt
- missionvaluesprinciplesconduct:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/mission-values/principles-conduct'
- command: 'echo ''Running backstop regression on https://www.pafa.org/mission-values/principles-conduct'''
- -
- run:
- name: 'backstop reference missionvaluesprinciplesconduct'
- command: './run/backstop-reference.sh 17'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test missionvaluesprinciplesconduct'
- command: './run/backstop-test.sh 17'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/17
- - results/17.txt
- museum:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum'''
- -
- run:
- name: 'backstop reference museum'
- command: './run/backstop-reference.sh 18'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museum'
- command: './run/backstop-test.sh 18'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/18
- - results/18.txt
- museumcollectionbrowse:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/collection/browse'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/browse'''
- -
- run:
- name: 'backstop reference museumcollectionbrowse'
- command: './run/backstop-reference.sh 19'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumcollectionbrowse'
- command: './run/backstop-test.sh 19'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/19
- - results/19.txt
- museumcollectionconservation:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/collection/conservation'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/conservation'''
- -
- run:
- name: 'backstop reference museumcollectionconservation'
- command: './run/backstop-reference.sh 20'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumcollectionconservation'
- command: './run/backstop-test.sh 20'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/20
- - results/20.txt
- museumcollectionlindaleealtercollection:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/collection/linda-lee-alter-collection'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/linda-lee-alter-collection'''
- -
- run:
- name: 'backstop reference museumcollectionlindaleealtercollection'
- command: './run/backstop-reference.sh 21'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumcollectionlindaleealtercollection'
- command: './run/backstop-test.sh 21'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/21
- - results/21.txt
- museumeducationfamily:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/education/family'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/family'''
- -
- run:
- name: 'backstop reference museumeducationfamily'
- command: './run/backstop-reference.sh 22'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumeducationfamily'
- command: './run/backstop-test.sh 22'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/22
- - results/22.txt
- museumeducationprecollegeprograms:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/education/pre-college-programs'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/pre-college-programs'''
- -
- run:
- name: 'backstop reference museumeducationprecollegeprograms'
- command: './run/backstop-reference.sh 23'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumeducationprecollegeprograms'
- command: './run/backstop-test.sh 23'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/23
- - results/23.txt
- museumeducationsummerartcamps:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/education/summer-art-camps'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/summer-art-camps'''
- -
- run:
- name: 'backstop reference museumeducationsummerartcamps'
- command: './run/backstop-reference.sh 24'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumeducationsummerartcamps'
- command: './run/backstop-test.sh 24'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/24
- - results/24.txt
- museumexhibitions:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/exhibitions'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions'''
- -
- run:
- name: 'backstop reference museumexhibitions'
- command: './run/backstop-reference.sh 25'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumexhibitions'
- command: './run/backstop-test.sh 25'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/25
- - results/25.txt
- museumexhibitionspast:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/exhibitions/past'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/past'''
- -
- run:
- name: 'backstop reference museumexhibitionspast'
- command: './run/backstop-reference.sh 26'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumexhibitionspast'
- command: './run/backstop-test.sh 26'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/26
- - results/26.txt
- museumexhibitionsschoolfinearts:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/exhibitions/school-fine-arts'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/school-fine-arts'''
- -
- run:
- name: 'backstop reference museumexhibitionsschoolfinearts'
- command: './run/backstop-reference.sh 27'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumexhibitionsschoolfinearts'
- command: './run/backstop-test.sh 27'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/27
- - results/27.txt
- museumexhibitionsupcoming:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/exhibitions/upcoming'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/upcoming'''
- -
- run:
- name: 'backstop reference museumexhibitionsupcoming'
- command: './run/backstop-reference.sh 28'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumexhibitionsupcoming'
- command: './run/backstop-test.sh 28'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/28
- - results/28.txt
- museumstaff:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/staff'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/staff'''
- -
- run:
- name: 'backstop reference museumstaff'
- command: './run/backstop-reference.sh 29'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumstaff'
- command: './run/backstop-test.sh 29'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/29
- - results/29.txt
- museumvisit:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/visit'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit'''
- -
- run:
- name: 'backstop reference museumvisit'
- command: './run/backstop-reference.sh 30'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumvisit'
- command: './run/backstop-test.sh 30'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/30
- - results/30.txt
- museumvisitaccessibility:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/visit/accessibility'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit/accessibility'''
- -
- run:
- name: 'backstop reference museumvisitaccessibility'
- command: './run/backstop-reference.sh 31'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumvisitaccessibility'
- command: './run/backstop-test.sh 31'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/31
- - results/31.txt
- museumvisitdirectionsparking:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/visit/directions-parking'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit/directions-parking'''
- -
- run:
- name: 'backstop reference museumvisitdirectionsparking'
- command: './run/backstop-reference.sh 32'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumvisitdirectionsparking'
- command: './run/backstop-test.sh 32'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/32
- - results/32.txt
- museumvisitplanningyourvisit:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/museum/visit/planning-your-visit'
- command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit/planning-your-visit'''
- -
- run:
- name: 'backstop reference museumvisitplanningyourvisit'
- command: './run/backstop-reference.sh 33'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test museumvisitplanningyourvisit'
- command: './run/backstop-test.sh 33'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/33
- - results/33.txt
- news:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/news'
- command: 'echo ''Running backstop regression on https://www.pafa.org/news'''
- -
- run:
- name: 'backstop reference news'
- command: './run/backstop-reference.sh 34'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test news'
- command: './run/backstop-test.sh 34'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/34
- - results/34.txt
- newsnewyorktimesjoansemmelskingamebestartexhibitions:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/news/new-york-times-joan-semmel-skin-game-best-art-exhibitions-2021-121021'
- command: 'echo ''Running backstop regression on https://www.pafa.org/news/new-york-times-joan-semmel-skin-game-best-art-exhibitions-2021-121021'''
- -
- run:
- name: 'backstop reference newsnewyorktimesjoansemmelskingamebestartexhibitions'
- command: './run/backstop-reference.sh 35'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test newsnewyorktimesjoansemmelskingamebestartexhibitions'
- command: './run/backstop-test.sh 35'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/35
- - results/35.txt
- newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/news/new-york-times-t-magazine-joan-semmel-takes-unflinching-view-her-own-body-121021'
- command: 'echo ''Running backstop regression on https://www.pafa.org/news/new-york-times-t-magazine-joan-semmel-takes-unflinching-view-her-own-body-121021'''
- -
- run:
- name: 'backstop reference newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody'
- command: './run/backstop-reference.sh 36'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody'
- command: './run/backstop-test.sh 36'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/36
- - results/36.txt
- newssmithsonianmagazinelettersceciliabeaux:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/news/smithsonian-magazine-letters-cecilia-beaux-020422'
- command: 'echo ''Running backstop regression on https://www.pafa.org/news/smithsonian-magazine-letters-cecilia-beaux-020422'''
- -
- run:
- name: 'backstop reference newssmithsonianmagazinelettersceciliabeaux'
- command: './run/backstop-reference.sh 37'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test newssmithsonianmagazinelettersceciliabeaux'
- command: './run/backstop-test.sh 37'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/37
- - results/37.txt
- school:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/school'
- command: 'echo ''Running backstop regression on https://www.pafa.org/school'''
- -
- run:
- name: 'backstop reference school'
- command: './run/backstop-reference.sh 38'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test school'
- command: './run/backstop-test.sh 38'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/38
- - results/38.txt
- schoolacademics:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/school/academics'
- command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics'''
- -
- run:
- name: 'backstop reference schoolacademics'
- command: './run/backstop-reference.sh 39'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test schoolacademics'
- command: './run/backstop-test.sh 39'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/39
- - results/39.txt
- schoolacademicsfaculty:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/school/academics/faculty'
- command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/faculty'''
- -
- run:
- name: 'backstop reference schoolacademicsfaculty'
- command: './run/backstop-reference.sh 40'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test schoolacademicsfaculty'
- command: './run/backstop-test.sh 40'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/40
- - results/40.txt
- schoolacademicsundergraduate:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/school/academics/undergraduate'
- command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/undergraduate'''
- -
- run:
- name: 'backstop reference schoolacademicsundergraduate'
- command: './run/backstop-reference.sh 41'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test schoolacademicsundergraduate'
- command: './run/backstop-test.sh 41'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/41
- - results/41.txt
- schooladmissionscontact:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/school/admissions/contact'
- command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/contact'''
- -
- run:
- name: 'backstop reference schooladmissionscontact'
- command: './run/backstop-reference.sh 42'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test schooladmissionscontact'
- command: './run/backstop-test.sh 42'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/42
- - results/42.txt
- schoolalumni:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/school/alumni'
- command: 'echo ''Running backstop regression on https://www.pafa.org/school/alumni'''
- -
- run:
- name: 'backstop reference schoolalumni'
- command: './run/backstop-reference.sh 43'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test schoolalumni'
- command: './run/backstop-test.sh 43'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/43
- - results/43.txt
- schoolstudentlife:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/school/student-life'
- command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life'''
- -
- run:
- name: 'backstop reference schoolstudentlife'
- command: './run/backstop-reference.sh 44'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test schoolstudentlife'
- command: './run/backstop-test.sh 44'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/44
- - results/44.txt
- staffadriancubillas:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/staff/adrian-cubillas'
- command: 'echo ''Running backstop regression on https://www.pafa.org/staff/adrian-cubillas'''
- -
- run:
- name: 'backstop reference staffadriancubillas'
- command: './run/backstop-reference.sh 45'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test staffadriancubillas'
- command: './run/backstop-test.sh 45'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/45
- - results/45.txt
- staffchristianacruzcouncil:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/staff/christiana-cruz-council'
- command: 'echo ''Running backstop regression on https://www.pafa.org/staff/christiana-cruz-council'''
- -
- run:
- name: 'backstop reference staffchristianacruzcouncil'
- command: './run/backstop-reference.sh 46'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test staffchristianacruzcouncil'
- command: './run/backstop-test.sh 46'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/46
- - results/46.txt
- staffellieclark:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/staff/ellie-clark'
- command: 'echo ''Running backstop regression on https://www.pafa.org/staff/ellie-clark'''
- -
- run:
- name: 'backstop reference staffellieclark'
- command: './run/backstop-reference.sh 47'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test staffellieclark'
- command: './run/backstop-test.sh 47'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/47
- - results/47.txt
- support:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/support'
- command: 'echo ''Running backstop regression on https://www.pafa.org/support'''
- -
- run:
- name: 'backstop reference support'
- command: './run/backstop-reference.sh 48'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test support'
- command: './run/backstop-test.sh 48'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/48
- - results/48.txt
- supportmembershipinstitutionalmemberships:
- docker:
- -
- image: 'backstopjs/backstopjs:5.0.7'
- working_directory: ~/ma-backstop-crawler
- steps:
- - checkout
- -
- run:
- name: 'Regression for https://www.pafa.org/support/membership/institutional-memberships'
- command: 'echo ''Running backstop regression on https://www.pafa.org/support/membership/institutional-memberships'''
- -
- run:
- name: 'backstop reference supportmembershipinstitutionalmemberships'
- command: './run/backstop-reference.sh 49'
- no_output_timeout: 120
- -
- run:
- name: 'backstop test supportmembershipinstitutionalmemberships'
- command: './run/backstop-test.sh 49'
- no_output_timeout: 120
- -
- run:
- name: 'preserve artifacts'
- command: ./run/preserve-artifacts.sh
- -
- store_artifacts:
- path: /tmp/artifacts
- destination: artifacts
- -
- persist_to_workspace:
- root: .
- paths:
- - results/49
- - results/49.txt
- workflows:
- version: 2
- viz_reg_test:
- jobs:
- - vr_setup
- -
- homepage:
- requires:
- - vr_setup
- -
- about:
- requires:
- - vr_setup
- -
- aboutleadershipwomenscommittee:
- requires:
- - vr_setup
- -
- aboutmissionhistoryhistorypafa:
- requires:
- - vr_setup
- -
- aboutofficesservices:
- requires:
- - vr_setup
- -
- aboutofficesservicesfinance:
- requires:
- - vr_setup
- -
- aboutpafaleadership:
- requires:
- - vr_setup
- -
- aboutpafaleadershipboardtrustees:
- requires:
- - vr_setup
- -
- aboutpafaleadershippafapresidentialsearch:
- requires:
- - vr_setup
- -
- aboutpafaleadershipseniorstaff:
- requires:
- - vr_setup
- -
- eventrentals:
- requires:
- - vr_setup
- -
- eventslecturecontemporaryapproachesacrylics:
- requires:
- - vr_setup
- -
- eventsmichellesegre:
- requires:
- - vr_setup
- -
- eventsvirtualundergraduateopenhouse:
- requires:
- - vr_setup
- -
- legal:
- requires:
- - vr_setup
- -
- missionvalues:
- requires:
- - vr_setup
- -
- missionvaluesstrategicplan:
- requires:
- - vr_setup
- -
- missionvaluesprinciplesconduct:
- requires:
- - vr_setup
- -
- museum:
- requires:
- - vr_setup
- -
- museumcollectionbrowse:
- requires:
- - vr_setup
- -
- museumcollectionconservation:
- requires:
- - vr_setup
- -
- museumcollectionlindaleealtercollection:
- requires:
- - vr_setup
- -
- museumeducationfamily:
- requires:
- - vr_setup
- -
- museumeducationprecollegeprograms:
- requires:
- - vr_setup
- -
- museumeducationsummerartcamps:
- requires:
- - vr_setup
- -
- museumexhibitions:
- requires:
- - vr_setup
- -
- museumexhibitionspast:
- requires:
- - vr_setup
- -
- museumexhibitionsschoolfinearts:
- requires:
- - vr_setup
- -
- museumexhibitionsupcoming:
- requires:
- - vr_setup
- -
- museumstaff:
- requires:
- - vr_setup
- -
- museumvisit:
- requires:
- - vr_setup
- -
- museumvisitaccessibility:
- requires:
- - vr_setup
- -
- museumvisitdirectionsparking:
- requires:
- - vr_setup
- -
- museumvisitplanningyourvisit:
- requires:
- - vr_setup
- -
- news:
- requires:
- - vr_setup
- -
- newsnewyorktimesjoansemmelskingamebestartexhibitions:
- requires:
- - vr_setup
- -
- newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody:
- requires:
- - vr_setup
- -
- newssmithsonianmagazinelettersceciliabeaux:
- requires:
- - vr_setup
- -
- school:
- requires:
- - vr_setup
- -
- schoolacademics:
- requires:
- - vr_setup
- -
- schoolacademicsfaculty:
- requires:
- - vr_setup
- -
- schoolacademicsundergraduate:
- requires:
- - vr_setup
- -
- schooladmissionscontact:
- requires:
- - vr_setup
- -
- schoolalumni:
- requires:
- - vr_setup
- -
- schoolstudentlife:
- requires:
- - vr_setup
- -
- staffadriancubillas:
- requires:
- - vr_setup
- -
- staffchristianacruzcouncil:
- requires:
- - vr_setup
- -
- staffellieclark:
- requires:
- - vr_setup
- -
- support:
- requires:
- - vr_setup
- -
- supportmembershipinstitutionalmemberships:
- requires:
- - vr_setup
- -
- vr_results:
- requires:
- - homepage
- - about
- - aboutleadershipwomenscommittee
- - aboutmissionhistoryhistorypafa
- - aboutofficesservices
- - aboutofficesservicesfinance
- - aboutpafaleadership
- - aboutpafaleadershipboardtrustees
- - aboutpafaleadershippafapresidentialsearch
- - aboutpafaleadershipseniorstaff
- - eventrentals
- - eventslecturecontemporaryapproachesacrylics
- - eventsmichellesegre
- - eventsvirtualundergraduateopenhouse
- - legal
- - missionvalues
- - missionvaluesstrategicplan
- - missionvaluesprinciplesconduct
- - museum
- - museumcollectionbrowse
- - museumcollectionconservation
- - museumcollectionlindaleealtercollection
- - museumeducationfamily
- - museumeducationprecollegeprograms
- - museumeducationsummerartcamps
- - museumexhibitions
- - museumexhibitionspast
- - museumexhibitionsschoolfinearts
- - museumexhibitionsupcoming
- - museumstaff
- - museumvisit
- - museumvisitaccessibility
- - museumvisitdirectionsparking
- - museumvisitplanningyourvisit
- - news
- - newsnewyorktimesjoansemmelskingamebestartexhibitions
- - newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody
- - newssmithsonianmagazinelettersceciliabeaux
- - school
- - schoolacademics
- - schoolacademicsfaculty
- - schoolacademicsundergraduate
- - schooladmissionscontact
- - schoolalumni
- - schoolstudentlife
- - staffadriancubillas
- - staffchristianacruzcouncil
- - staffellieclark
- - support
- - supportmembershipinstitutionalmemberships
Advertisement
Add Comment
Please, Sign In to add comment