Advertisement
Guest User

Untitled

a guest
Feb 28th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 206.81 KB | None | 0 0
  1. defaults:
  2. docker:
  3. -
  4. image: 'backstopjs/backstopjs:5.0.7'
  5. working_directory: ~/ma-backstop-crawler
  6. version: 2.1
  7. jobs:
  8. vr_setup:
  9. docker:
  10. -
  11. image: 'backstopjs/backstopjs:5.0.7'
  12. working_directory: ~/ma-backstop-crawler
  13. steps:
  14. - checkout
  15. -
  16. run:
  17. name: 'wake environments'
  18. command: ./run/vr-setup.sh
  19. vr_results:
  20. docker:
  21. -
  22. image: 'backstopjs/backstopjs:5.0.7'
  23. working_directory: ~/ma-backstop-crawler
  24. steps:
  25. - checkout
  26. -
  27. attach_workspace:
  28. at: .
  29. -
  30. run:
  31. name: 'report results'
  32. command: ./run/report-results.sh
  33. -
  34. store_artifacts:
  35. path: results
  36. httpwwwpafaorgcollection:
  37. docker:
  38. -
  39. image: 'backstopjs/backstopjs:5.0.7'
  40. working_directory: ~/ma-backstop-crawler
  41. steps:
  42. - checkout
  43. -
  44. run:
  45. name: 'Regression for http://www.pafa.org/collection'
  46. command: 'echo ''Running backstop regression on http://www.pafa.org/collection'''
  47. -
  48. run:
  49. name: 'backstop reference httpwwwpafaorgcollection'
  50. command: './run/backstop-reference.sh 0'
  51. no_output_timeout: 120
  52. -
  53. run:
  54. name: 'backstop test httpwwwpafaorgcollection'
  55. command: './run/backstop-test.sh 0'
  56. no_output_timeout: 120
  57. -
  58. run:
  59. name: 'preserve artifacts'
  60. command: ./run/preserve-artifacts.sh
  61. -
  62. store_artifacts:
  63. path: /tmp/artifacts
  64. destination: artifacts
  65. -
  66. persist_to_workspace:
  67. root: .
  68. paths:
  69. - results/0
  70. - results/0.txt
  71. httpwwwpafaorgteenprecollegeprogramsafterschoolstudioartsprogramhighschoolstudents:
  72. docker:
  73. -
  74. image: 'backstopjs/backstopjs:5.0.7'
  75. working_directory: ~/ma-backstop-crawler
  76. steps:
  77. - checkout
  78. -
  79. run:
  80. name: 'Regression for http://www.pafa.org/teen-pre-college-programs/after-school-studio-arts-program-high-school-students'
  81. command: 'echo ''Running backstop regression on http://www.pafa.org/teen-pre-college-programs/after-school-studio-arts-program-high-school-students'''
  82. -
  83. run:
  84. name: 'backstop reference httpwwwpafaorgteenprecollegeprogramsafterschoolstudioartsprogramhighschoolstudents'
  85. command: './run/backstop-reference.sh 1'
  86. no_output_timeout: 120
  87. -
  88. run:
  89. name: 'backstop test httpwwwpafaorgteenprecollegeprogramsafterschoolstudioartsprogramhighschoolstudents'
  90. command: './run/backstop-test.sh 1'
  91. no_output_timeout: 120
  92. -
  93. run:
  94. name: 'preserve artifacts'
  95. command: ./run/preserve-artifacts.sh
  96. -
  97. store_artifacts:
  98. path: /tmp/artifacts
  99. destination: artifacts
  100. -
  101. persist_to_workspace:
  102. root: .
  103. paths:
  104. - results/1
  105. - results/1.txt
  106. homepage:
  107. docker:
  108. -
  109. image: 'backstopjs/backstopjs:5.0.7'
  110. working_directory: ~/ma-backstop-crawler
  111. steps:
  112. - checkout
  113. -
  114. run:
  115. name: 'Regression for https://www.pafa.org/'
  116. command: 'echo ''Running backstop regression on https://www.pafa.org/'''
  117. -
  118. run:
  119. name: 'backstop reference homepage'
  120. command: './run/backstop-reference.sh 2'
  121. no_output_timeout: 120
  122. -
  123. run:
  124. name: 'backstop test homepage'
  125. command: './run/backstop-test.sh 2'
  126. no_output_timeout: 120
  127. -
  128. run:
  129. name: 'preserve artifacts'
  130. command: ./run/preserve-artifacts.sh
  131. -
  132. store_artifacts:
  133. path: /tmp/artifacts
  134. destination: artifacts
  135. -
  136. persist_to_workspace:
  137. root: .
  138. paths:
  139. - results/2
  140. - results/2.txt
  141. About:
  142. docker:
  143. -
  144. image: 'backstopjs/backstopjs:5.0.7'
  145. working_directory: ~/ma-backstop-crawler
  146. steps:
  147. - checkout
  148. -
  149. run:
  150. name: 'Regression for https://www.pafa.org/About'
  151. command: 'echo ''Running backstop regression on https://www.pafa.org/About'''
  152. -
  153. run:
  154. name: 'backstop reference About'
  155. command: './run/backstop-reference.sh 3'
  156. no_output_timeout: 120
  157. -
  158. run:
  159. name: 'backstop test About'
  160. command: './run/backstop-test.sh 3'
  161. no_output_timeout: 120
  162. -
  163. run:
  164. name: 'preserve artifacts'
  165. command: ./run/preserve-artifacts.sh
  166. -
  167. store_artifacts:
  168. path: /tmp/artifacts
  169. destination: artifacts
  170. -
  171. persist_to_workspace:
  172. root: .
  173. paths:
  174. - results/3
  175. - results/3.txt
  176. Museum:
  177. docker:
  178. -
  179. image: 'backstopjs/backstopjs:5.0.7'
  180. working_directory: ~/ma-backstop-crawler
  181. steps:
  182. - checkout
  183. -
  184. run:
  185. name: 'Regression for https://www.pafa.org/Museum'
  186. command: 'echo ''Running backstop regression on https://www.pafa.org/Museum'''
  187. -
  188. run:
  189. name: 'backstop reference Museum'
  190. command: './run/backstop-reference.sh 4'
  191. no_output_timeout: 120
  192. -
  193. run:
  194. name: 'backstop test Museum'
  195. command: './run/backstop-test.sh 4'
  196. no_output_timeout: 120
  197. -
  198. run:
  199. name: 'preserve artifacts'
  200. command: ./run/preserve-artifacts.sh
  201. -
  202. store_artifacts:
  203. path: /tmp/artifacts
  204. destination: artifacts
  205. -
  206. persist_to_workspace:
  207. root: .
  208. paths:
  209. - results/4
  210. - results/4.txt
  211. about:
  212. docker:
  213. -
  214. image: 'backstopjs/backstopjs:5.0.7'
  215. working_directory: ~/ma-backstop-crawler
  216. steps:
  217. - checkout
  218. -
  219. run:
  220. name: 'Regression for https://www.pafa.org/about'
  221. command: 'echo ''Running backstop regression on https://www.pafa.org/about'''
  222. -
  223. run:
  224. name: 'backstop reference about'
  225. command: './run/backstop-reference.sh 5'
  226. no_output_timeout: 120
  227. -
  228. run:
  229. name: 'backstop test about'
  230. command: './run/backstop-test.sh 5'
  231. no_output_timeout: 120
  232. -
  233. run:
  234. name: 'preserve artifacts'
  235. command: ./run/preserve-artifacts.sh
  236. -
  237. store_artifacts:
  238. path: /tmp/artifacts
  239. destination: artifacts
  240. -
  241. persist_to_workspace:
  242. root: .
  243. paths:
  244. - results/5
  245. - results/5.txt
  246. aboutleadershipboardtrusteescharleschase:
  247. docker:
  248. -
  249. image: 'backstopjs/backstopjs:5.0.7'
  250. working_directory: ~/ma-backstop-crawler
  251. steps:
  252. - checkout
  253. -
  254. run:
  255. name: 'Regression for https://www.pafa.org/about/leadership/board-trustees/charles-chase'
  256. command: 'echo ''Running backstop regression on https://www.pafa.org/about/leadership/board-trustees/charles-chase'''
  257. -
  258. run:
  259. name: 'backstop reference aboutleadershipboardtrusteescharleschase'
  260. command: './run/backstop-reference.sh 6'
  261. no_output_timeout: 120
  262. -
  263. run:
  264. name: 'backstop test aboutleadershipboardtrusteescharleschase'
  265. command: './run/backstop-test.sh 6'
  266. no_output_timeout: 120
  267. -
  268. run:
  269. name: 'preserve artifacts'
  270. command: ./run/preserve-artifacts.sh
  271. -
  272. store_artifacts:
  273. path: /tmp/artifacts
  274. destination: artifacts
  275. -
  276. persist_to_workspace:
  277. root: .
  278. paths:
  279. - results/6
  280. - results/6.txt
  281. aboutleadershipboardtrusteesmariannedean:
  282. docker:
  283. -
  284. image: 'backstopjs/backstopjs:5.0.7'
  285. working_directory: ~/ma-backstop-crawler
  286. steps:
  287. - checkout
  288. -
  289. run:
  290. name: 'Regression for https://www.pafa.org/about/leadership/board-trustees/marianne-dean'
  291. command: 'echo ''Running backstop regression on https://www.pafa.org/about/leadership/board-trustees/marianne-dean'''
  292. -
  293. run:
  294. name: 'backstop reference aboutleadershipboardtrusteesmariannedean'
  295. command: './run/backstop-reference.sh 7'
  296. no_output_timeout: 120
  297. -
  298. run:
  299. name: 'backstop test aboutleadershipboardtrusteesmariannedean'
  300. command: './run/backstop-test.sh 7'
  301. no_output_timeout: 120
  302. -
  303. run:
  304. name: 'preserve artifacts'
  305. command: ./run/preserve-artifacts.sh
  306. -
  307. store_artifacts:
  308. path: /tmp/artifacts
  309. destination: artifacts
  310. -
  311. persist_to_workspace:
  312. root: .
  313. paths:
  314. - results/7
  315. - results/7.txt
  316. aboutleadershipboardtrusteesreginaldbrowne:
  317. docker:
  318. -
  319. image: 'backstopjs/backstopjs:5.0.7'
  320. working_directory: ~/ma-backstop-crawler
  321. steps:
  322. - checkout
  323. -
  324. run:
  325. name: 'Regression for https://www.pafa.org/about/leadership/board-trustees/reginald-browne'
  326. command: 'echo ''Running backstop regression on https://www.pafa.org/about/leadership/board-trustees/reginald-browne'''
  327. -
  328. run:
  329. name: 'backstop reference aboutleadershipboardtrusteesreginaldbrowne'
  330. command: './run/backstop-reference.sh 8'
  331. no_output_timeout: 120
  332. -
  333. run:
  334. name: 'backstop test aboutleadershipboardtrusteesreginaldbrowne'
  335. command: './run/backstop-test.sh 8'
  336. no_output_timeout: 120
  337. -
  338. run:
  339. name: 'preserve artifacts'
  340. command: ./run/preserve-artifacts.sh
  341. -
  342. store_artifacts:
  343. path: /tmp/artifacts
  344. destination: artifacts
  345. -
  346. persist_to_workspace:
  347. root: .
  348. paths:
  349. - results/8
  350. - results/8.txt
  351. aboutleadershipwomenscommittee:
  352. docker:
  353. -
  354. image: 'backstopjs/backstopjs:5.0.7'
  355. working_directory: ~/ma-backstop-crawler
  356. steps:
  357. - checkout
  358. -
  359. run:
  360. name: 'Regression for https://www.pafa.org/about/leadership/womens-committee'
  361. command: 'echo ''Running backstop regression on https://www.pafa.org/about/leadership/womens-committee'''
  362. -
  363. run:
  364. name: 'backstop reference aboutleadershipwomenscommittee'
  365. command: './run/backstop-reference.sh 9'
  366. no_output_timeout: 120
  367. -
  368. run:
  369. name: 'backstop test aboutleadershipwomenscommittee'
  370. command: './run/backstop-test.sh 9'
  371. no_output_timeout: 120
  372. -
  373. run:
  374. name: 'preserve artifacts'
  375. command: ./run/preserve-artifacts.sh
  376. -
  377. store_artifacts:
  378. path: /tmp/artifacts
  379. destination: artifacts
  380. -
  381. persist_to_workspace:
  382. root: .
  383. paths:
  384. - results/9
  385. - results/9.txt
  386. aboutmissionhistoryhistorypafa:
  387. docker:
  388. -
  389. image: 'backstopjs/backstopjs:5.0.7'
  390. working_directory: ~/ma-backstop-crawler
  391. steps:
  392. - checkout
  393. -
  394. run:
  395. name: 'Regression for https://www.pafa.org/about/mission-history/history-pafa'
  396. command: 'echo ''Running backstop regression on https://www.pafa.org/about/mission-history/history-pafa'''
  397. -
  398. run:
  399. name: 'backstop reference aboutmissionhistoryhistorypafa'
  400. command: './run/backstop-reference.sh 10'
  401. no_output_timeout: 120
  402. -
  403. run:
  404. name: 'backstop test aboutmissionhistoryhistorypafa'
  405. command: './run/backstop-test.sh 10'
  406. no_output_timeout: 120
  407. -
  408. run:
  409. name: 'preserve artifacts'
  410. command: ./run/preserve-artifacts.sh
  411. -
  412. store_artifacts:
  413. path: /tmp/artifacts
  414. destination: artifacts
  415. -
  416. persist_to_workspace:
  417. root: .
  418. paths:
  419. - results/10
  420. - results/10.txt
  421. aboutofficesservices:
  422. docker:
  423. -
  424. image: 'backstopjs/backstopjs:5.0.7'
  425. working_directory: ~/ma-backstop-crawler
  426. steps:
  427. - checkout
  428. -
  429. run:
  430. name: 'Regression for https://www.pafa.org/about/offices-services'
  431. command: 'echo ''Running backstop regression on https://www.pafa.org/about/offices-services'''
  432. -
  433. run:
  434. name: 'backstop reference aboutofficesservices'
  435. command: './run/backstop-reference.sh 11'
  436. no_output_timeout: 120
  437. -
  438. run:
  439. name: 'backstop test aboutofficesservices'
  440. command: './run/backstop-test.sh 11'
  441. no_output_timeout: 120
  442. -
  443. run:
  444. name: 'preserve artifacts'
  445. command: ./run/preserve-artifacts.sh
  446. -
  447. store_artifacts:
  448. path: /tmp/artifacts
  449. destination: artifacts
  450. -
  451. persist_to_workspace:
  452. root: .
  453. paths:
  454. - results/11
  455. - results/11.txt
  456. aboutofficesservicesfinance:
  457. docker:
  458. -
  459. image: 'backstopjs/backstopjs:5.0.7'
  460. working_directory: ~/ma-backstop-crawler
  461. steps:
  462. - checkout
  463. -
  464. run:
  465. name: 'Regression for https://www.pafa.org/about/offices-services/finance'
  466. command: 'echo ''Running backstop regression on https://www.pafa.org/about/offices-services/finance'''
  467. -
  468. run:
  469. name: 'backstop reference aboutofficesservicesfinance'
  470. command: './run/backstop-reference.sh 12'
  471. no_output_timeout: 120
  472. -
  473. run:
  474. name: 'backstop test aboutofficesservicesfinance'
  475. command: './run/backstop-test.sh 12'
  476. no_output_timeout: 120
  477. -
  478. run:
  479. name: 'preserve artifacts'
  480. command: ./run/preserve-artifacts.sh
  481. -
  482. store_artifacts:
  483. path: /tmp/artifacts
  484. destination: artifacts
  485. -
  486. persist_to_workspace:
  487. root: .
  488. paths:
  489. - results/12
  490. - results/12.txt
  491. aboutpafaleadership:
  492. docker:
  493. -
  494. image: 'backstopjs/backstopjs:5.0.7'
  495. working_directory: ~/ma-backstop-crawler
  496. steps:
  497. - checkout
  498. -
  499. run:
  500. name: 'Regression for https://www.pafa.org/about/pafa-leadership'
  501. command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership'''
  502. -
  503. run:
  504. name: 'backstop reference aboutpafaleadership'
  505. command: './run/backstop-reference.sh 13'
  506. no_output_timeout: 120
  507. -
  508. run:
  509. name: 'backstop test aboutpafaleadership'
  510. command: './run/backstop-test.sh 13'
  511. no_output_timeout: 120
  512. -
  513. run:
  514. name: 'preserve artifacts'
  515. command: ./run/preserve-artifacts.sh
  516. -
  517. store_artifacts:
  518. path: /tmp/artifacts
  519. destination: artifacts
  520. -
  521. persist_to_workspace:
  522. root: .
  523. paths:
  524. - results/13
  525. - results/13.txt
  526. aboutpafaleadershipboardtrustees:
  527. docker:
  528. -
  529. image: 'backstopjs/backstopjs:5.0.7'
  530. working_directory: ~/ma-backstop-crawler
  531. steps:
  532. - checkout
  533. -
  534. run:
  535. name: 'Regression for https://www.pafa.org/about/pafa-leadership/board-trustees'
  536. command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership/board-trustees'''
  537. -
  538. run:
  539. name: 'backstop reference aboutpafaleadershipboardtrustees'
  540. command: './run/backstop-reference.sh 14'
  541. no_output_timeout: 120
  542. -
  543. run:
  544. name: 'backstop test aboutpafaleadershipboardtrustees'
  545. command: './run/backstop-test.sh 14'
  546. no_output_timeout: 120
  547. -
  548. run:
  549. name: 'preserve artifacts'
  550. command: ./run/preserve-artifacts.sh
  551. -
  552. store_artifacts:
  553. path: /tmp/artifacts
  554. destination: artifacts
  555. -
  556. persist_to_workspace:
  557. root: .
  558. paths:
  559. - results/14
  560. - results/14.txt
  561. aboutpafaleadershippafapresidentialsearch:
  562. docker:
  563. -
  564. image: 'backstopjs/backstopjs:5.0.7'
  565. working_directory: ~/ma-backstop-crawler
  566. steps:
  567. - checkout
  568. -
  569. run:
  570. name: 'Regression for https://www.pafa.org/about/pafa-leadership/pafa-presidential-search-2021'
  571. command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership/pafa-presidential-search-2021'''
  572. -
  573. run:
  574. name: 'backstop reference aboutpafaleadershippafapresidentialsearch'
  575. command: './run/backstop-reference.sh 15'
  576. no_output_timeout: 120
  577. -
  578. run:
  579. name: 'backstop test aboutpafaleadershippafapresidentialsearch'
  580. command: './run/backstop-test.sh 15'
  581. no_output_timeout: 120
  582. -
  583. run:
  584. name: 'preserve artifacts'
  585. command: ./run/preserve-artifacts.sh
  586. -
  587. store_artifacts:
  588. path: /tmp/artifacts
  589. destination: artifacts
  590. -
  591. persist_to_workspace:
  592. root: .
  593. paths:
  594. - results/15
  595. - results/15.txt
  596. aboutpafaleadershipseniorstaff:
  597. docker:
  598. -
  599. image: 'backstopjs/backstopjs:5.0.7'
  600. working_directory: ~/ma-backstop-crawler
  601. steps:
  602. - checkout
  603. -
  604. run:
  605. name: 'Regression for https://www.pafa.org/about/pafa-leadership/senior-staff'
  606. command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership/senior-staff'''
  607. -
  608. run:
  609. name: 'backstop reference aboutpafaleadershipseniorstaff'
  610. command: './run/backstop-reference.sh 16'
  611. no_output_timeout: 120
  612. -
  613. run:
  614. name: 'backstop test aboutpafaleadershipseniorstaff'
  615. command: './run/backstop-test.sh 16'
  616. no_output_timeout: 120
  617. -
  618. run:
  619. name: 'preserve artifacts'
  620. command: ./run/preserve-artifacts.sh
  621. -
  622. store_artifacts:
  623. path: /tmp/artifacts
  624. destination: artifacts
  625. -
  626. persist_to_workspace:
  627. root: .
  628. paths:
  629. - results/16
  630. - results/16.txt
  631. aboutpafaleadershipseniorstaffericpryor:
  632. docker:
  633. -
  634. image: 'backstopjs/backstopjs:5.0.7'
  635. working_directory: ~/ma-backstop-crawler
  636. steps:
  637. - checkout
  638. -
  639. run:
  640. name: 'Regression for https://www.pafa.org/about/pafa-leadership/senior-staff/eric-pryor'
  641. command: 'echo ''Running backstop regression on https://www.pafa.org/about/pafa-leadership/senior-staff/eric-pryor'''
  642. -
  643. run:
  644. name: 'backstop reference aboutpafaleadershipseniorstaffericpryor'
  645. command: './run/backstop-reference.sh 17'
  646. no_output_timeout: 120
  647. -
  648. run:
  649. name: 'backstop test aboutpafaleadershipseniorstaffericpryor'
  650. command: './run/backstop-test.sh 17'
  651. no_output_timeout: 120
  652. -
  653. run:
  654. name: 'preserve artifacts'
  655. command: ./run/preserve-artifacts.sh
  656. -
  657. store_artifacts:
  658. path: /tmp/artifacts
  659. destination: artifacts
  660. -
  661. persist_to_workspace:
  662. root: .
  663. paths:
  664. - results/17
  665. - results/17.txt
  666. aboutseniorleadershipericpryor:
  667. docker:
  668. -
  669. image: 'backstopjs/backstopjs:5.0.7'
  670. working_directory: ~/ma-backstop-crawler
  671. steps:
  672. - checkout
  673. -
  674. run:
  675. name: 'Regression for https://www.pafa.org/about/senior-leadership/eric-pryor'
  676. command: 'echo ''Running backstop regression on https://www.pafa.org/about/senior-leadership/eric-pryor'''
  677. -
  678. run:
  679. name: 'backstop reference aboutseniorleadershipericpryor'
  680. command: './run/backstop-reference.sh 18'
  681. no_output_timeout: 120
  682. -
  683. run:
  684. name: 'backstop test aboutseniorleadershipericpryor'
  685. command: './run/backstop-test.sh 18'
  686. no_output_timeout: 120
  687. -
  688. run:
  689. name: 'preserve artifacts'
  690. command: ./run/preserve-artifacts.sh
  691. -
  692. store_artifacts:
  693. path: /tmp/artifacts
  694. destination: artifacts
  695. -
  696. persist_to_workspace:
  697. root: .
  698. paths:
  699. - results/18
  700. - results/18.txt
  701. areasstudy:
  702. docker:
  703. -
  704. image: 'backstopjs/backstopjs:5.0.7'
  705. working_directory: ~/ma-backstop-crawler
  706. steps:
  707. - checkout
  708. -
  709. run:
  710. name: 'Regression for https://www.pafa.org/areas-study'
  711. command: 'echo ''Running backstop regression on https://www.pafa.org/areas-study'''
  712. -
  713. run:
  714. name: 'backstop reference areasstudy'
  715. command: './run/backstop-reference.sh 19'
  716. no_output_timeout: 120
  717. -
  718. run:
  719. name: 'backstop test areasstudy'
  720. command: './run/backstop-test.sh 19'
  721. no_output_timeout: 120
  722. -
  723. run:
  724. name: 'preserve artifacts'
  725. command: ./run/preserve-artifacts.sh
  726. -
  727. store_artifacts:
  728. path: /tmp/artifacts
  729. destination: artifacts
  730. -
  731. persist_to_workspace:
  732. root: .
  733. paths:
  734. - results/19
  735. - results/19.txt
  736. collection:
  737. docker:
  738. -
  739. image: 'backstopjs/backstopjs:5.0.7'
  740. working_directory: ~/ma-backstop-crawler
  741. steps:
  742. - checkout
  743. -
  744. run:
  745. name: 'Regression for https://www.pafa.org/collection'
  746. command: 'echo ''Running backstop regression on https://www.pafa.org/collection'''
  747. -
  748. run:
  749. name: 'backstop reference collection'
  750. command: './run/backstop-reference.sh 20'
  751. no_output_timeout: 120
  752. -
  753. run:
  754. name: 'backstop test collection'
  755. command: './run/backstop-test.sh 20'
  756. no_output_timeout: 120
  757. -
  758. run:
  759. name: 'preserve artifacts'
  760. command: ./run/preserve-artifacts.sh
  761. -
  762. store_artifacts:
  763. path: /tmp/artifacts
  764. destination: artifacts
  765. -
  766. persist_to_workspace:
  767. root: .
  768. paths:
  769. - results/20
  770. - results/20.txt
  771. collectioncategorypainting:
  772. docker:
  773. -
  774. image: 'backstopjs/backstopjs:5.0.7'
  775. working_directory: ~/ma-backstop-crawler
  776. steps:
  777. - checkout
  778. -
  779. run:
  780. name: 'Regression for https://www.pafa.org/collection-category/painting'
  781. command: 'echo ''Running backstop regression on https://www.pafa.org/collection-category/painting'''
  782. -
  783. run:
  784. name: 'backstop reference collectioncategorypainting'
  785. command: './run/backstop-reference.sh 21'
  786. no_output_timeout: 120
  787. -
  788. run:
  789. name: 'backstop test collectioncategorypainting'
  790. command: './run/backstop-test.sh 21'
  791. no_output_timeout: 120
  792. -
  793. run:
  794. name: 'preserve artifacts'
  795. command: ./run/preserve-artifacts.sh
  796. -
  797. store_artifacts:
  798. path: /tmp/artifacts
  799. destination: artifacts
  800. -
  801. persist_to_workspace:
  802. root: .
  803. paths:
  804. - results/21
  805. - results/21.txt
  806. collectioncategorysculpture:
  807. docker:
  808. -
  809. image: 'backstopjs/backstopjs:5.0.7'
  810. working_directory: ~/ma-backstop-crawler
  811. steps:
  812. - checkout
  813. -
  814. run:
  815. name: 'Regression for https://www.pafa.org/collection-category/sculpture'
  816. command: 'echo ''Running backstop regression on https://www.pafa.org/collection-category/sculpture'''
  817. -
  818. run:
  819. name: 'backstop reference collectioncategorysculpture'
  820. command: './run/backstop-reference.sh 22'
  821. no_output_timeout: 120
  822. -
  823. run:
  824. name: 'backstop test collectioncategorysculpture'
  825. command: './run/backstop-test.sh 22'
  826. no_output_timeout: 120
  827. -
  828. run:
  829. name: 'preserve artifacts'
  830. command: ./run/preserve-artifacts.sh
  831. -
  832. store_artifacts:
  833. path: /tmp/artifacts
  834. destination: artifacts
  835. -
  836. persist_to_workspace:
  837. root: .
  838. paths:
  839. - results/22
  840. - results/22.txt
  841. collectionsubjectanimal:
  842. docker:
  843. -
  844. image: 'backstopjs/backstopjs:5.0.7'
  845. working_directory: ~/ma-backstop-crawler
  846. steps:
  847. - checkout
  848. -
  849. run:
  850. name: 'Regression for https://www.pafa.org/collection-subject/animal'
  851. command: 'echo ''Running backstop regression on https://www.pafa.org/collection-subject/animal'''
  852. -
  853. run:
  854. name: 'backstop reference collectionsubjectanimal'
  855. command: './run/backstop-reference.sh 23'
  856. no_output_timeout: 120
  857. -
  858. run:
  859. name: 'backstop test collectionsubjectanimal'
  860. command: './run/backstop-test.sh 23'
  861. no_output_timeout: 120
  862. -
  863. run:
  864. name: 'preserve artifacts'
  865. command: ./run/preserve-artifacts.sh
  866. -
  867. store_artifacts:
  868. path: /tmp/artifacts
  869. destination: artifacts
  870. -
  871. persist_to_workspace:
  872. root: .
  873. paths:
  874. - results/23
  875. - results/23.txt
  876. collectionsubjectfigurative:
  877. docker:
  878. -
  879. image: 'backstopjs/backstopjs:5.0.7'
  880. working_directory: ~/ma-backstop-crawler
  881. steps:
  882. - checkout
  883. -
  884. run:
  885. name: 'Regression for https://www.pafa.org/collection-subject/figurative'
  886. command: 'echo ''Running backstop regression on https://www.pafa.org/collection-subject/figurative'''
  887. -
  888. run:
  889. name: 'backstop reference collectionsubjectfigurative'
  890. command: './run/backstop-reference.sh 24'
  891. no_output_timeout: 120
  892. -
  893. run:
  894. name: 'backstop test collectionsubjectfigurative'
  895. command: './run/backstop-test.sh 24'
  896. no_output_timeout: 120
  897. -
  898. run:
  899. name: 'preserve artifacts'
  900. command: ./run/preserve-artifacts.sh
  901. -
  902. store_artifacts:
  903. path: /tmp/artifacts
  904. destination: artifacts
  905. -
  906. persist_to_workspace:
  907. root: .
  908. paths:
  909. - results/24
  910. - results/24.txt
  911. collectionsubjectlandscape:
  912. docker:
  913. -
  914. image: 'backstopjs/backstopjs:5.0.7'
  915. working_directory: ~/ma-backstop-crawler
  916. steps:
  917. - checkout
  918. -
  919. run:
  920. name: 'Regression for https://www.pafa.org/collection-subject/landscape'
  921. command: 'echo ''Running backstop regression on https://www.pafa.org/collection-subject/landscape'''
  922. -
  923. run:
  924. name: 'backstop reference collectionsubjectlandscape'
  925. command: './run/backstop-reference.sh 25'
  926. no_output_timeout: 120
  927. -
  928. run:
  929. name: 'backstop test collectionsubjectlandscape'
  930. command: './run/backstop-test.sh 25'
  931. no_output_timeout: 120
  932. -
  933. run:
  934. name: 'preserve artifacts'
  935. command: ./run/preserve-artifacts.sh
  936. -
  937. store_artifacts:
  938. path: /tmp/artifacts
  939. destination: artifacts
  940. -
  941. persist_to_workspace:
  942. root: .
  943. paths:
  944. - results/25
  945. - results/25.txt
  946. eventrentals:
  947. docker:
  948. -
  949. image: 'backstopjs/backstopjs:5.0.7'
  950. working_directory: ~/ma-backstop-crawler
  951. steps:
  952. - checkout
  953. -
  954. run:
  955. name: 'Regression for https://www.pafa.org/event-rentals'
  956. command: 'echo ''Running backstop regression on https://www.pafa.org/event-rentals'''
  957. -
  958. run:
  959. name: 'backstop reference eventrentals'
  960. command: './run/backstop-reference.sh 26'
  961. no_output_timeout: 120
  962. -
  963. run:
  964. name: 'backstop test eventrentals'
  965. command: './run/backstop-test.sh 26'
  966. no_output_timeout: 120
  967. -
  968. run:
  969. name: 'preserve artifacts'
  970. command: ./run/preserve-artifacts.sh
  971. -
  972. store_artifacts:
  973. path: /tmp/artifacts
  974. destination: artifacts
  975. -
  976. persist_to_workspace:
  977. root: .
  978. paths:
  979. - results/26
  980. - results/26.txt
  981. eventrentalseventrentaltypes:
  982. docker:
  983. -
  984. image: 'backstopjs/backstopjs:5.0.7'
  985. working_directory: ~/ma-backstop-crawler
  986. steps:
  987. - checkout
  988. -
  989. run:
  990. name: 'Regression for https://www.pafa.org/event-rentals/event-rental-types'
  991. command: 'echo ''Running backstop regression on https://www.pafa.org/event-rentals/event-rental-types'''
  992. -
  993. run:
  994. name: 'backstop reference eventrentalseventrentaltypes'
  995. command: './run/backstop-reference.sh 27'
  996. no_output_timeout: 120
  997. -
  998. run:
  999. name: 'backstop test eventrentalseventrentaltypes'
  1000. command: './run/backstop-test.sh 27'
  1001. no_output_timeout: 120
  1002. -
  1003. run:
  1004. name: 'preserve artifacts'
  1005. command: ./run/preserve-artifacts.sh
  1006. -
  1007. store_artifacts:
  1008. path: /tmp/artifacts
  1009. destination: artifacts
  1010. -
  1011. persist_to_workspace:
  1012. root: .
  1013. paths:
  1014. - results/27
  1015. - results/27.txt
  1016. eventrentalshybridmeetings:
  1017. docker:
  1018. -
  1019. image: 'backstopjs/backstopjs:5.0.7'
  1020. working_directory: ~/ma-backstop-crawler
  1021. steps:
  1022. - checkout
  1023. -
  1024. run:
  1025. name: 'Regression for https://www.pafa.org/event-rentals/hybrid-meetings'
  1026. command: 'echo ''Running backstop regression on https://www.pafa.org/event-rentals/hybrid-meetings'''
  1027. -
  1028. run:
  1029. name: 'backstop reference eventrentalshybridmeetings'
  1030. command: './run/backstop-reference.sh 28'
  1031. no_output_timeout: 120
  1032. -
  1033. run:
  1034. name: 'backstop test eventrentalshybridmeetings'
  1035. command: './run/backstop-test.sh 28'
  1036. no_output_timeout: 120
  1037. -
  1038. run:
  1039. name: 'preserve artifacts'
  1040. command: ./run/preserve-artifacts.sh
  1041. -
  1042. store_artifacts:
  1043. path: /tmp/artifacts
  1044. destination: artifacts
  1045. -
  1046. persist_to_workspace:
  1047. root: .
  1048. paths:
  1049. - results/28
  1050. - results/28.txt
  1051. eventrentalsvenuespecifications:
  1052. docker:
  1053. -
  1054. image: 'backstopjs/backstopjs:5.0.7'
  1055. working_directory: ~/ma-backstop-crawler
  1056. steps:
  1057. - checkout
  1058. -
  1059. run:
  1060. name: 'Regression for https://www.pafa.org/event-rentals/venue-specifications'
  1061. command: 'echo ''Running backstop regression on https://www.pafa.org/event-rentals/venue-specifications'''
  1062. -
  1063. run:
  1064. name: 'backstop reference eventrentalsvenuespecifications'
  1065. command: './run/backstop-reference.sh 29'
  1066. no_output_timeout: 120
  1067. -
  1068. run:
  1069. name: 'backstop test eventrentalsvenuespecifications'
  1070. command: './run/backstop-test.sh 29'
  1071. no_output_timeout: 120
  1072. -
  1073. run:
  1074. name: 'preserve artifacts'
  1075. command: ./run/preserve-artifacts.sh
  1076. -
  1077. store_artifacts:
  1078. path: /tmp/artifacts
  1079. destination: artifacts
  1080. -
  1081. persist_to_workspace:
  1082. root: .
  1083. paths:
  1084. - results/29
  1085. - results/29.txt
  1086. eventslecturecontemporaryapproachesacrylics:
  1087. docker:
  1088. -
  1089. image: 'backstopjs/backstopjs:5.0.7'
  1090. working_directory: ~/ma-backstop-crawler
  1091. steps:
  1092. - checkout
  1093. -
  1094. run:
  1095. name: 'Regression for https://www.pafa.org/events/lecture-contemporary-approaches-acrylics-030222'
  1096. command: 'echo ''Running backstop regression on https://www.pafa.org/events/lecture-contemporary-approaches-acrylics-030222'''
  1097. -
  1098. run:
  1099. name: 'backstop reference eventslecturecontemporaryapproachesacrylics'
  1100. command: './run/backstop-reference.sh 30'
  1101. no_output_timeout: 120
  1102. -
  1103. run:
  1104. name: 'backstop test eventslecturecontemporaryapproachesacrylics'
  1105. command: './run/backstop-test.sh 30'
  1106. no_output_timeout: 120
  1107. -
  1108. run:
  1109. name: 'preserve artifacts'
  1110. command: ./run/preserve-artifacts.sh
  1111. -
  1112. store_artifacts:
  1113. path: /tmp/artifacts
  1114. destination: artifacts
  1115. -
  1116. persist_to_workspace:
  1117. root: .
  1118. paths:
  1119. - results/30
  1120. - results/30.txt
  1121. eventsmichellesegre:
  1122. docker:
  1123. -
  1124. image: 'backstopjs/backstopjs:5.0.7'
  1125. working_directory: ~/ma-backstop-crawler
  1126. steps:
  1127. - checkout
  1128. -
  1129. run:
  1130. name: 'Regression for https://www.pafa.org/events/michelle-segre-030222'
  1131. command: 'echo ''Running backstop regression on https://www.pafa.org/events/michelle-segre-030222'''
  1132. -
  1133. run:
  1134. name: 'backstop reference eventsmichellesegre'
  1135. command: './run/backstop-reference.sh 31'
  1136. no_output_timeout: 120
  1137. -
  1138. run:
  1139. name: 'backstop test eventsmichellesegre'
  1140. command: './run/backstop-test.sh 31'
  1141. no_output_timeout: 120
  1142. -
  1143. run:
  1144. name: 'preserve artifacts'
  1145. command: ./run/preserve-artifacts.sh
  1146. -
  1147. store_artifacts:
  1148. path: /tmp/artifacts
  1149. destination: artifacts
  1150. -
  1151. persist_to_workspace:
  1152. root: .
  1153. paths:
  1154. - results/31
  1155. - results/31.txt
  1156. eventsvirtualundergraduateopenhouse:
  1157. docker:
  1158. -
  1159. image: 'backstopjs/backstopjs:5.0.7'
  1160. working_directory: ~/ma-backstop-crawler
  1161. steps:
  1162. - checkout
  1163. -
  1164. run:
  1165. name: 'Regression for https://www.pafa.org/events/virtual-undergraduate-open-house-030322'
  1166. command: 'echo ''Running backstop regression on https://www.pafa.org/events/virtual-undergraduate-open-house-030322'''
  1167. -
  1168. run:
  1169. name: 'backstop reference eventsvirtualundergraduateopenhouse'
  1170. command: './run/backstop-reference.sh 32'
  1171. no_output_timeout: 120
  1172. -
  1173. run:
  1174. name: 'backstop test eventsvirtualundergraduateopenhouse'
  1175. command: './run/backstop-test.sh 32'
  1176. no_output_timeout: 120
  1177. -
  1178. run:
  1179. name: 'preserve artifacts'
  1180. command: ./run/preserve-artifacts.sh
  1181. -
  1182. store_artifacts:
  1183. path: /tmp/artifacts
  1184. destination: artifacts
  1185. -
  1186. persist_to_workspace:
  1187. root: .
  1188. paths:
  1189. - results/32
  1190. - results/32.txt
  1191. highlightedcollectionlindaleealtercollectionartwomen:
  1192. docker:
  1193. -
  1194. image: 'backstopjs/backstopjs:5.0.7'
  1195. working_directory: ~/ma-backstop-crawler
  1196. steps:
  1197. - checkout
  1198. -
  1199. run:
  1200. name: 'Regression for https://www.pafa.org/highlighted-collection/linda-lee-alter-collection-art-women'
  1201. command: 'echo ''Running backstop regression on https://www.pafa.org/highlighted-collection/linda-lee-alter-collection-art-women'''
  1202. -
  1203. run:
  1204. name: 'backstop reference highlightedcollectionlindaleealtercollectionartwomen'
  1205. command: './run/backstop-reference.sh 33'
  1206. no_output_timeout: 120
  1207. -
  1208. run:
  1209. name: 'backstop test highlightedcollectionlindaleealtercollectionartwomen'
  1210. command: './run/backstop-test.sh 33'
  1211. no_output_timeout: 120
  1212. -
  1213. run:
  1214. name: 'preserve artifacts'
  1215. command: ./run/preserve-artifacts.sh
  1216. -
  1217. store_artifacts:
  1218. path: /tmp/artifacts
  1219. destination: artifacts
  1220. -
  1221. persist_to_workspace:
  1222. root: .
  1223. paths:
  1224. - results/33
  1225. - results/33.txt
  1226. join:
  1227. docker:
  1228. -
  1229. image: 'backstopjs/backstopjs:5.0.7'
  1230. working_directory: ~/ma-backstop-crawler
  1231. steps:
  1232. - checkout
  1233. -
  1234. run:
  1235. name: 'Regression for https://www.pafa.org/join'
  1236. command: 'echo ''Running backstop regression on https://www.pafa.org/join'''
  1237. -
  1238. run:
  1239. name: 'backstop reference join'
  1240. command: './run/backstop-reference.sh 34'
  1241. no_output_timeout: 120
  1242. -
  1243. run:
  1244. name: 'backstop test join'
  1245. command: './run/backstop-test.sh 34'
  1246. no_output_timeout: 120
  1247. -
  1248. run:
  1249. name: 'preserve artifacts'
  1250. command: ./run/preserve-artifacts.sh
  1251. -
  1252. store_artifacts:
  1253. path: /tmp/artifacts
  1254. destination: artifacts
  1255. -
  1256. persist_to_workspace:
  1257. root: .
  1258. paths:
  1259. - results/34
  1260. - results/34.txt
  1261. legal:
  1262. docker:
  1263. -
  1264. image: 'backstopjs/backstopjs:5.0.7'
  1265. working_directory: ~/ma-backstop-crawler
  1266. steps:
  1267. - checkout
  1268. -
  1269. run:
  1270. name: 'Regression for https://www.pafa.org/legal'
  1271. command: 'echo ''Running backstop regression on https://www.pafa.org/legal'''
  1272. -
  1273. run:
  1274. name: 'backstop reference legal'
  1275. command: './run/backstop-reference.sh 35'
  1276. no_output_timeout: 120
  1277. -
  1278. run:
  1279. name: 'backstop test legal'
  1280. command: './run/backstop-test.sh 35'
  1281. no_output_timeout: 120
  1282. -
  1283. run:
  1284. name: 'preserve artifacts'
  1285. command: ./run/preserve-artifacts.sh
  1286. -
  1287. store_artifacts:
  1288. path: /tmp/artifacts
  1289. destination: artifacts
  1290. -
  1291. persist_to_workspace:
  1292. root: .
  1293. paths:
  1294. - results/35
  1295. - results/35.txt
  1296. missionvalues:
  1297. docker:
  1298. -
  1299. image: 'backstopjs/backstopjs:5.0.7'
  1300. working_directory: ~/ma-backstop-crawler
  1301. steps:
  1302. - checkout
  1303. -
  1304. run:
  1305. name: 'Regression for https://www.pafa.org/mission-values'
  1306. command: 'echo ''Running backstop regression on https://www.pafa.org/mission-values'''
  1307. -
  1308. run:
  1309. name: 'backstop reference missionvalues'
  1310. command: './run/backstop-reference.sh 36'
  1311. no_output_timeout: 120
  1312. -
  1313. run:
  1314. name: 'backstop test missionvalues'
  1315. command: './run/backstop-test.sh 36'
  1316. no_output_timeout: 120
  1317. -
  1318. run:
  1319. name: 'preserve artifacts'
  1320. command: ./run/preserve-artifacts.sh
  1321. -
  1322. store_artifacts:
  1323. path: /tmp/artifacts
  1324. destination: artifacts
  1325. -
  1326. persist_to_workspace:
  1327. root: .
  1328. paths:
  1329. - results/36
  1330. - results/36.txt
  1331. missionvaluesstrategicplan:
  1332. docker:
  1333. -
  1334. image: 'backstopjs/backstopjs:5.0.7'
  1335. working_directory: ~/ma-backstop-crawler
  1336. steps:
  1337. - checkout
  1338. -
  1339. run:
  1340. name: 'Regression for https://www.pafa.org/mission-values/2019-2023-strategic-plan'
  1341. command: 'echo ''Running backstop regression on https://www.pafa.org/mission-values/2019-2023-strategic-plan'''
  1342. -
  1343. run:
  1344. name: 'backstop reference missionvaluesstrategicplan'
  1345. command: './run/backstop-reference.sh 37'
  1346. no_output_timeout: 120
  1347. -
  1348. run:
  1349. name: 'backstop test missionvaluesstrategicplan'
  1350. command: './run/backstop-test.sh 37'
  1351. no_output_timeout: 120
  1352. -
  1353. run:
  1354. name: 'preserve artifacts'
  1355. command: ./run/preserve-artifacts.sh
  1356. -
  1357. store_artifacts:
  1358. path: /tmp/artifacts
  1359. destination: artifacts
  1360. -
  1361. persist_to_workspace:
  1362. root: .
  1363. paths:
  1364. - results/37
  1365. - results/37.txt
  1366. missionvaluesprinciplesconduct:
  1367. docker:
  1368. -
  1369. image: 'backstopjs/backstopjs:5.0.7'
  1370. working_directory: ~/ma-backstop-crawler
  1371. steps:
  1372. - checkout
  1373. -
  1374. run:
  1375. name: 'Regression for https://www.pafa.org/mission-values/principles-conduct'
  1376. command: 'echo ''Running backstop regression on https://www.pafa.org/mission-values/principles-conduct'''
  1377. -
  1378. run:
  1379. name: 'backstop reference missionvaluesprinciplesconduct'
  1380. command: './run/backstop-reference.sh 38'
  1381. no_output_timeout: 120
  1382. -
  1383. run:
  1384. name: 'backstop test missionvaluesprinciplesconduct'
  1385. command: './run/backstop-test.sh 38'
  1386. no_output_timeout: 120
  1387. -
  1388. run:
  1389. name: 'preserve artifacts'
  1390. command: ./run/preserve-artifacts.sh
  1391. -
  1392. store_artifacts:
  1393. path: /tmp/artifacts
  1394. destination: artifacts
  1395. -
  1396. persist_to_workspace:
  1397. root: .
  1398. paths:
  1399. - results/38
  1400. - results/38.txt
  1401. museum:
  1402. docker:
  1403. -
  1404. image: 'backstopjs/backstopjs:5.0.7'
  1405. working_directory: ~/ma-backstop-crawler
  1406. steps:
  1407. - checkout
  1408. -
  1409. run:
  1410. name: 'Regression for https://www.pafa.org/museum'
  1411. command: 'echo ''Running backstop regression on https://www.pafa.org/museum'''
  1412. -
  1413. run:
  1414. name: 'backstop reference museum'
  1415. command: './run/backstop-reference.sh 39'
  1416. no_output_timeout: 120
  1417. -
  1418. run:
  1419. name: 'backstop test museum'
  1420. command: './run/backstop-test.sh 39'
  1421. no_output_timeout: 120
  1422. -
  1423. run:
  1424. name: 'preserve artifacts'
  1425. command: ./run/preserve-artifacts.sh
  1426. -
  1427. store_artifacts:
  1428. path: /tmp/artifacts
  1429. destination: artifacts
  1430. -
  1431. persist_to_workspace:
  1432. root: .
  1433. paths:
  1434. - results/39
  1435. - results/39.txt
  1436. amuseum:
  1437. docker:
  1438. -
  1439. image: 'backstopjs/backstopjs:5.0.7'
  1440. working_directory: ~/ma-backstop-crawler
  1441. steps:
  1442. - checkout
  1443. -
  1444. run:
  1445. name: 'Regression for https://www.pafa.org/museum/'
  1446. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/'''
  1447. -
  1448. run:
  1449. name: 'backstop reference amuseum'
  1450. command: './run/backstop-reference.sh 40'
  1451. no_output_timeout: 120
  1452. -
  1453. run:
  1454. name: 'backstop test amuseum'
  1455. command: './run/backstop-test.sh 40'
  1456. no_output_timeout: 120
  1457. -
  1458. run:
  1459. name: 'preserve artifacts'
  1460. command: ./run/preserve-artifacts.sh
  1461. -
  1462. store_artifacts:
  1463. path: /tmp/artifacts
  1464. destination: artifacts
  1465. -
  1466. persist_to_workspace:
  1467. root: .
  1468. paths:
  1469. - results/40
  1470. - results/40.txt
  1471. museumbecomememberpealecircle:
  1472. docker:
  1473. -
  1474. image: 'backstopjs/backstopjs:5.0.7'
  1475. working_directory: ~/ma-backstop-crawler
  1476. steps:
  1477. - checkout
  1478. -
  1479. run:
  1480. name: 'Regression for https://www.pafa.org/museum/become-member/peale-circle'
  1481. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/become-member/peale-circle'''
  1482. -
  1483. run:
  1484. name: 'backstop reference museumbecomememberpealecircle'
  1485. command: './run/backstop-reference.sh 41'
  1486. no_output_timeout: 120
  1487. -
  1488. run:
  1489. name: 'backstop test museumbecomememberpealecircle'
  1490. command: './run/backstop-test.sh 41'
  1491. no_output_timeout: 120
  1492. -
  1493. run:
  1494. name: 'preserve artifacts'
  1495. command: ./run/preserve-artifacts.sh
  1496. -
  1497. store_artifacts:
  1498. path: /tmp/artifacts
  1499. destination: artifacts
  1500. -
  1501. persist_to_workspace:
  1502. root: .
  1503. paths:
  1504. - results/41
  1505. - results/41.txt
  1506. museumcollectionartistceciliabeaux:
  1507. docker:
  1508. -
  1509. image: 'backstopjs/backstopjs:5.0.7'
  1510. working_directory: ~/ma-backstop-crawler
  1511. steps:
  1512. - checkout
  1513. -
  1514. run:
  1515. name: 'Regression for https://www.pafa.org/museum/collection-artist/cecilia-beaux'
  1516. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection-artist/cecilia-beaux'''
  1517. -
  1518. run:
  1519. name: 'backstop reference museumcollectionartistceciliabeaux'
  1520. command: './run/backstop-reference.sh 42'
  1521. no_output_timeout: 120
  1522. -
  1523. run:
  1524. name: 'backstop test museumcollectionartistceciliabeaux'
  1525. command: './run/backstop-test.sh 42'
  1526. no_output_timeout: 120
  1527. -
  1528. run:
  1529. name: 'preserve artifacts'
  1530. command: ./run/preserve-artifacts.sh
  1531. -
  1532. store_artifacts:
  1533. path: /tmp/artifacts
  1534. destination: artifacts
  1535. -
  1536. persist_to_workspace:
  1537. root: .
  1538. paths:
  1539. - results/42
  1540. - results/42.txt
  1541. museumcollectionartistgertrudeabercrombie:
  1542. docker:
  1543. -
  1544. image: 'backstopjs/backstopjs:5.0.7'
  1545. working_directory: ~/ma-backstop-crawler
  1546. steps:
  1547. - checkout
  1548. -
  1549. run:
  1550. name: 'Regression for https://www.pafa.org/museum/collection-artist/gertrude-abercrombie'
  1551. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection-artist/gertrude-abercrombie'''
  1552. -
  1553. run:
  1554. name: 'backstop reference museumcollectionartistgertrudeabercrombie'
  1555. command: './run/backstop-reference.sh 43'
  1556. no_output_timeout: 120
  1557. -
  1558. run:
  1559. name: 'backstop test museumcollectionartistgertrudeabercrombie'
  1560. command: './run/backstop-test.sh 43'
  1561. no_output_timeout: 120
  1562. -
  1563. run:
  1564. name: 'preserve artifacts'
  1565. command: ./run/preserve-artifacts.sh
  1566. -
  1567. store_artifacts:
  1568. path: /tmp/artifacts
  1569. destination: artifacts
  1570. -
  1571. persist_to_workspace:
  1572. root: .
  1573. paths:
  1574. - results/43
  1575. - results/43.txt
  1576. museumcollectionartistphoebeadams:
  1577. docker:
  1578. -
  1579. image: 'backstopjs/backstopjs:5.0.7'
  1580. working_directory: ~/ma-backstop-crawler
  1581. steps:
  1582. - checkout
  1583. -
  1584. run:
  1585. name: 'Regression for https://www.pafa.org/museum/collection-artist/phoebe-adams'
  1586. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection-artist/phoebe-adams'''
  1587. -
  1588. run:
  1589. name: 'backstop reference museumcollectionartistphoebeadams'
  1590. command: './run/backstop-reference.sh 44'
  1591. no_output_timeout: 120
  1592. -
  1593. run:
  1594. name: 'backstop test museumcollectionartistphoebeadams'
  1595. command: './run/backstop-test.sh 44'
  1596. no_output_timeout: 120
  1597. -
  1598. run:
  1599. name: 'preserve artifacts'
  1600. command: ./run/preserve-artifacts.sh
  1601. -
  1602. store_artifacts:
  1603. path: /tmp/artifacts
  1604. destination: artifacts
  1605. -
  1606. persist_to_workspace:
  1607. root: .
  1608. paths:
  1609. - results/44
  1610. - results/44.txt
  1611. museumcollectionbrowse:
  1612. docker:
  1613. -
  1614. image: 'backstopjs/backstopjs:5.0.7'
  1615. working_directory: ~/ma-backstop-crawler
  1616. steps:
  1617. - checkout
  1618. -
  1619. run:
  1620. name: 'Regression for https://www.pafa.org/museum/collection/browse'
  1621. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/browse'''
  1622. -
  1623. run:
  1624. name: 'backstop reference museumcollectionbrowse'
  1625. command: './run/backstop-reference.sh 45'
  1626. no_output_timeout: 120
  1627. -
  1628. run:
  1629. name: 'backstop test museumcollectionbrowse'
  1630. command: './run/backstop-test.sh 45'
  1631. no_output_timeout: 120
  1632. -
  1633. run:
  1634. name: 'preserve artifacts'
  1635. command: ./run/preserve-artifacts.sh
  1636. -
  1637. store_artifacts:
  1638. path: /tmp/artifacts
  1639. destination: artifacts
  1640. -
  1641. persist_to_workspace:
  1642. root: .
  1643. paths:
  1644. - results/45
  1645. - results/45.txt
  1646. museumcollectionconservation:
  1647. docker:
  1648. -
  1649. image: 'backstopjs/backstopjs:5.0.7'
  1650. working_directory: ~/ma-backstop-crawler
  1651. steps:
  1652. - checkout
  1653. -
  1654. run:
  1655. name: 'Regression for https://www.pafa.org/museum/collection/conservation'
  1656. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/conservation'''
  1657. -
  1658. run:
  1659. name: 'backstop reference museumcollectionconservation'
  1660. command: './run/backstop-reference.sh 46'
  1661. no_output_timeout: 120
  1662. -
  1663. run:
  1664. name: 'backstop test museumcollectionconservation'
  1665. command: './run/backstop-test.sh 46'
  1666. no_output_timeout: 120
  1667. -
  1668. run:
  1669. name: 'preserve artifacts'
  1670. command: ./run/preserve-artifacts.sh
  1671. -
  1672. store_artifacts:
  1673. path: /tmp/artifacts
  1674. destination: artifacts
  1675. -
  1676. persist_to_workspace:
  1677. root: .
  1678. paths:
  1679. - results/46
  1680. - results/46.txt
  1681. museumcollectionitemcandlesticks:
  1682. docker:
  1683. -
  1684. image: 'backstopjs/backstopjs:5.0.7'
  1685. working_directory: ~/ma-backstop-crawler
  1686. steps:
  1687. - checkout
  1688. -
  1689. run:
  1690. name: 'Regression for https://www.pafa.org/museum/collection/item/candlesticks'
  1691. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/item/candlesticks'''
  1692. -
  1693. run:
  1694. name: 'backstop reference museumcollectionitemcandlesticks'
  1695. command: './run/backstop-reference.sh 47'
  1696. no_output_timeout: 120
  1697. -
  1698. run:
  1699. name: 'backstop test museumcollectionitemcandlesticks'
  1700. command: './run/backstop-test.sh 47'
  1701. no_output_timeout: 120
  1702. -
  1703. run:
  1704. name: 'preserve artifacts'
  1705. command: ./run/preserve-artifacts.sh
  1706. -
  1707. store_artifacts:
  1708. path: /tmp/artifacts
  1709. destination: artifacts
  1710. -
  1711. persist_to_workspace:
  1712. root: .
  1713. paths:
  1714. - results/47
  1715. - results/47.txt
  1716. museumcollectionitemgirlsearching:
  1717. docker:
  1718. -
  1719. image: 'backstopjs/backstopjs:5.0.7'
  1720. working_directory: ~/ma-backstop-crawler
  1721. steps:
  1722. - checkout
  1723. -
  1724. run:
  1725. name: 'Regression for https://www.pafa.org/museum/collection/item/girl-searching'
  1726. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/item/girl-searching'''
  1727. -
  1728. run:
  1729. name: 'backstop reference museumcollectionitemgirlsearching'
  1730. command: './run/backstop-reference.sh 48'
  1731. no_output_timeout: 120
  1732. -
  1733. run:
  1734. name: 'backstop test museumcollectionitemgirlsearching'
  1735. command: './run/backstop-test.sh 48'
  1736. no_output_timeout: 120
  1737. -
  1738. run:
  1739. name: 'preserve artifacts'
  1740. command: ./run/preserve-artifacts.sh
  1741. -
  1742. store_artifacts:
  1743. path: /tmp/artifacts
  1744. destination: artifacts
  1745. -
  1746. persist_to_workspace:
  1747. root: .
  1748. paths:
  1749. - results/48
  1750. - results/48.txt
  1751. museumcollectionitemwomanwearingorangedressblueflowers:
  1752. docker:
  1753. -
  1754. image: 'backstopjs/backstopjs:5.0.7'
  1755. working_directory: ~/ma-backstop-crawler
  1756. steps:
  1757. - checkout
  1758. -
  1759. run:
  1760. name: 'Regression for https://www.pafa.org/museum/collection/item/woman-wearing-orange-dress-blue-flowers'
  1761. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/item/woman-wearing-orange-dress-blue-flowers'''
  1762. -
  1763. run:
  1764. name: 'backstop reference museumcollectionitemwomanwearingorangedressblueflowers'
  1765. command: './run/backstop-reference.sh 49'
  1766. no_output_timeout: 120
  1767. -
  1768. run:
  1769. name: 'backstop test museumcollectionitemwomanwearingorangedressblueflowers'
  1770. command: './run/backstop-test.sh 49'
  1771. no_output_timeout: 120
  1772. -
  1773. run:
  1774. name: 'preserve artifacts'
  1775. command: ./run/preserve-artifacts.sh
  1776. -
  1777. store_artifacts:
  1778. path: /tmp/artifacts
  1779. destination: artifacts
  1780. -
  1781. persist_to_workspace:
  1782. root: .
  1783. paths:
  1784. - results/49
  1785. - results/49.txt
  1786. museumcollectionlindaleealtercollection:
  1787. docker:
  1788. -
  1789. image: 'backstopjs/backstopjs:5.0.7'
  1790. working_directory: ~/ma-backstop-crawler
  1791. steps:
  1792. - checkout
  1793. -
  1794. run:
  1795. name: 'Regression for https://www.pafa.org/museum/collection/linda-lee-alter-collection'
  1796. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/linda-lee-alter-collection'''
  1797. -
  1798. run:
  1799. name: 'backstop reference museumcollectionlindaleealtercollection'
  1800. command: './run/backstop-reference.sh 50'
  1801. no_output_timeout: 120
  1802. -
  1803. run:
  1804. name: 'backstop test museumcollectionlindaleealtercollection'
  1805. command: './run/backstop-test.sh 50'
  1806. no_output_timeout: 120
  1807. -
  1808. run:
  1809. name: 'preserve artifacts'
  1810. command: ./run/preserve-artifacts.sh
  1811. -
  1812. store_artifacts:
  1813. path: /tmp/artifacts
  1814. destination: artifacts
  1815. -
  1816. persist_to_workspace:
  1817. root: .
  1818. paths:
  1819. - results/50
  1820. - results/50.txt
  1821. museumcollectionresearchservicesarchives:
  1822. docker:
  1823. -
  1824. image: 'backstopjs/backstopjs:5.0.7'
  1825. working_directory: ~/ma-backstop-crawler
  1826. steps:
  1827. - checkout
  1828. -
  1829. run:
  1830. name: 'Regression for https://www.pafa.org/museum/collection/research-services/archives'
  1831. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/research-services/archives'''
  1832. -
  1833. run:
  1834. name: 'backstop reference museumcollectionresearchservicesarchives'
  1835. command: './run/backstop-reference.sh 51'
  1836. no_output_timeout: 120
  1837. -
  1838. run:
  1839. name: 'backstop test museumcollectionresearchservicesarchives'
  1840. command: './run/backstop-test.sh 51'
  1841. no_output_timeout: 120
  1842. -
  1843. run:
  1844. name: 'preserve artifacts'
  1845. command: ./run/preserve-artifacts.sh
  1846. -
  1847. store_artifacts:
  1848. path: /tmp/artifacts
  1849. destination: artifacts
  1850. -
  1851. persist_to_workspace:
  1852. root: .
  1853. paths:
  1854. - results/51
  1855. - results/51.txt
  1856. museumcollectionresearchservicescenterstudyamericanartist:
  1857. docker:
  1858. -
  1859. image: 'backstopjs/backstopjs:5.0.7'
  1860. working_directory: ~/ma-backstop-crawler
  1861. steps:
  1862. - checkout
  1863. -
  1864. run:
  1865. name: 'Regression for https://www.pafa.org/museum/collection/research-services/center-study-american-artist'
  1866. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/research-services/center-study-american-artist'''
  1867. -
  1868. run:
  1869. name: 'backstop reference museumcollectionresearchservicescenterstudyamericanartist'
  1870. command: './run/backstop-reference.sh 52'
  1871. no_output_timeout: 120
  1872. -
  1873. run:
  1874. name: 'backstop test museumcollectionresearchservicescenterstudyamericanartist'
  1875. command: './run/backstop-test.sh 52'
  1876. no_output_timeout: 120
  1877. -
  1878. run:
  1879. name: 'preserve artifacts'
  1880. command: ./run/preserve-artifacts.sh
  1881. -
  1882. store_artifacts:
  1883. path: /tmp/artifacts
  1884. destination: artifacts
  1885. -
  1886. persist_to_workspace:
  1887. root: .
  1888. paths:
  1889. - results/52
  1890. - results/52.txt
  1891. museumcollectionresearchservicesrightsreproductions:
  1892. docker:
  1893. -
  1894. image: 'backstopjs/backstopjs:5.0.7'
  1895. working_directory: ~/ma-backstop-crawler
  1896. steps:
  1897. - checkout
  1898. -
  1899. run:
  1900. name: 'Regression for https://www.pafa.org/museum/collection/research-services/rights-reproductions'
  1901. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/collection/research-services/rights-reproductions'''
  1902. -
  1903. run:
  1904. name: 'backstop reference museumcollectionresearchservicesrightsreproductions'
  1905. command: './run/backstop-reference.sh 53'
  1906. no_output_timeout: 120
  1907. -
  1908. run:
  1909. name: 'backstop test museumcollectionresearchservicesrightsreproductions'
  1910. command: './run/backstop-test.sh 53'
  1911. no_output_timeout: 120
  1912. -
  1913. run:
  1914. name: 'preserve artifacts'
  1915. command: ./run/preserve-artifacts.sh
  1916. -
  1917. store_artifacts:
  1918. path: /tmp/artifacts
  1919. destination: artifacts
  1920. -
  1921. persist_to_workspace:
  1922. root: .
  1923. paths:
  1924. - results/53
  1925. - results/53.txt
  1926. museumeducationfamily:
  1927. docker:
  1928. -
  1929. image: 'backstopjs/backstopjs:5.0.7'
  1930. working_directory: ~/ma-backstop-crawler
  1931. steps:
  1932. - checkout
  1933. -
  1934. run:
  1935. name: 'Regression for https://www.pafa.org/museum/education/family'
  1936. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/family'''
  1937. -
  1938. run:
  1939. name: 'backstop reference museumeducationfamily'
  1940. command: './run/backstop-reference.sh 54'
  1941. no_output_timeout: 120
  1942. -
  1943. run:
  1944. name: 'backstop test museumeducationfamily'
  1945. command: './run/backstop-test.sh 54'
  1946. no_output_timeout: 120
  1947. -
  1948. run:
  1949. name: 'preserve artifacts'
  1950. command: ./run/preserve-artifacts.sh
  1951. -
  1952. store_artifacts:
  1953. path: /tmp/artifacts
  1954. destination: artifacts
  1955. -
  1956. persist_to_workspace:
  1957. root: .
  1958. paths:
  1959. - results/54
  1960. - results/54.txt
  1961. museumeducationfamilyartclub:
  1962. docker:
  1963. -
  1964. image: 'backstopjs/backstopjs:5.0.7'
  1965. working_directory: ~/ma-backstop-crawler
  1966. steps:
  1967. - checkout
  1968. -
  1969. run:
  1970. name: 'Regression for https://www.pafa.org/museum/education/family/art-club'
  1971. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/family/art-club'''
  1972. -
  1973. run:
  1974. name: 'backstop reference museumeducationfamilyartclub'
  1975. command: './run/backstop-reference.sh 55'
  1976. no_output_timeout: 120
  1977. -
  1978. run:
  1979. name: 'backstop test museumeducationfamilyartclub'
  1980. command: './run/backstop-test.sh 55'
  1981. no_output_timeout: 120
  1982. -
  1983. run:
  1984. name: 'preserve artifacts'
  1985. command: ./run/preserve-artifacts.sh
  1986. -
  1987. store_artifacts:
  1988. path: /tmp/artifacts
  1989. destination: artifacts
  1990. -
  1991. persist_to_workspace:
  1992. root: .
  1993. paths:
  1994. - results/55
  1995. - results/55.txt
  1996. museumeducationfamilyoutreachprograms:
  1997. docker:
  1998. -
  1999. image: 'backstopjs/backstopjs:5.0.7'
  2000. working_directory: ~/ma-backstop-crawler
  2001. steps:
  2002. - checkout
  2003. -
  2004. run:
  2005. name: 'Regression for https://www.pafa.org/museum/education/family/outreach-programs'
  2006. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/family/outreach-programs'''
  2007. -
  2008. run:
  2009. name: 'backstop reference museumeducationfamilyoutreachprograms'
  2010. command: './run/backstop-reference.sh 56'
  2011. no_output_timeout: 120
  2012. -
  2013. run:
  2014. name: 'backstop test museumeducationfamilyoutreachprograms'
  2015. command: './run/backstop-test.sh 56'
  2016. no_output_timeout: 120
  2017. -
  2018. run:
  2019. name: 'preserve artifacts'
  2020. command: ./run/preserve-artifacts.sh
  2021. -
  2022. store_artifacts:
  2023. path: /tmp/artifacts
  2024. destination: artifacts
  2025. -
  2026. persist_to_workspace:
  2027. root: .
  2028. paths:
  2029. - results/56
  2030. - results/56.txt
  2031. museumeducationfamilyvirtualfamilyartsacademy:
  2032. docker:
  2033. -
  2034. image: 'backstopjs/backstopjs:5.0.7'
  2035. working_directory: ~/ma-backstop-crawler
  2036. steps:
  2037. - checkout
  2038. -
  2039. run:
  2040. name: 'Regression for https://www.pafa.org/museum/education/family/virtual-family-arts-academy'
  2041. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/family/virtual-family-arts-academy'''
  2042. -
  2043. run:
  2044. name: 'backstop reference museumeducationfamilyvirtualfamilyartsacademy'
  2045. command: './run/backstop-reference.sh 57'
  2046. no_output_timeout: 120
  2047. -
  2048. run:
  2049. name: 'backstop test museumeducationfamilyvirtualfamilyartsacademy'
  2050. command: './run/backstop-test.sh 57'
  2051. no_output_timeout: 120
  2052. -
  2053. run:
  2054. name: 'preserve artifacts'
  2055. command: ./run/preserve-artifacts.sh
  2056. -
  2057. store_artifacts:
  2058. path: /tmp/artifacts
  2059. destination: artifacts
  2060. -
  2061. persist_to_workspace:
  2062. root: .
  2063. paths:
  2064. - results/57
  2065. - results/57.txt
  2066. museumeducationprecollegeprograms:
  2067. docker:
  2068. -
  2069. image: 'backstopjs/backstopjs:5.0.7'
  2070. working_directory: ~/ma-backstop-crawler
  2071. steps:
  2072. - checkout
  2073. -
  2074. run:
  2075. name: 'Regression for https://www.pafa.org/museum/education/pre-college-programs'
  2076. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/pre-college-programs'''
  2077. -
  2078. run:
  2079. name: 'backstop reference museumeducationprecollegeprograms'
  2080. command: './run/backstop-reference.sh 58'
  2081. no_output_timeout: 120
  2082. -
  2083. run:
  2084. name: 'backstop test museumeducationprecollegeprograms'
  2085. command: './run/backstop-test.sh 58'
  2086. no_output_timeout: 120
  2087. -
  2088. run:
  2089. name: 'preserve artifacts'
  2090. command: ./run/preserve-artifacts.sh
  2091. -
  2092. store_artifacts:
  2093. path: /tmp/artifacts
  2094. destination: artifacts
  2095. -
  2096. persist_to_workspace:
  2097. root: .
  2098. paths:
  2099. - results/58
  2100. - results/58.txt
  2101. museumeducationprecollegeprogramsyouthcouncil:
  2102. docker:
  2103. -
  2104. image: 'backstopjs/backstopjs:5.0.7'
  2105. working_directory: ~/ma-backstop-crawler
  2106. steps:
  2107. - checkout
  2108. -
  2109. run:
  2110. name: 'Regression for https://www.pafa.org/museum/education/pre-college-programs/youth-council'
  2111. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/pre-college-programs/youth-council'''
  2112. -
  2113. run:
  2114. name: 'backstop reference museumeducationprecollegeprogramsyouthcouncil'
  2115. command: './run/backstop-reference.sh 59'
  2116. no_output_timeout: 120
  2117. -
  2118. run:
  2119. name: 'backstop test museumeducationprecollegeprogramsyouthcouncil'
  2120. command: './run/backstop-test.sh 59'
  2121. no_output_timeout: 120
  2122. -
  2123. run:
  2124. name: 'preserve artifacts'
  2125. command: ./run/preserve-artifacts.sh
  2126. -
  2127. store_artifacts:
  2128. path: /tmp/artifacts
  2129. destination: artifacts
  2130. -
  2131. persist_to_workspace:
  2132. root: .
  2133. paths:
  2134. - results/59
  2135. - results/59.txt
  2136. museumeducationschoolsandteachersschoolcommunitypartnerships:
  2137. docker:
  2138. -
  2139. image: 'backstopjs/backstopjs:5.0.7'
  2140. working_directory: ~/ma-backstop-crawler
  2141. steps:
  2142. - checkout
  2143. -
  2144. run:
  2145. name: 'Regression for https://www.pafa.org/museum/education/schools-and-teachers/school-community-partnerships'
  2146. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/schools-and-teachers/school-community-partnerships'''
  2147. -
  2148. run:
  2149. name: 'backstop reference museumeducationschoolsandteachersschoolcommunitypartnerships'
  2150. command: './run/backstop-reference.sh 60'
  2151. no_output_timeout: 120
  2152. -
  2153. run:
  2154. name: 'backstop test museumeducationschoolsandteachersschoolcommunitypartnerships'
  2155. command: './run/backstop-test.sh 60'
  2156. no_output_timeout: 120
  2157. -
  2158. run:
  2159. name: 'preserve artifacts'
  2160. command: ./run/preserve-artifacts.sh
  2161. -
  2162. store_artifacts:
  2163. path: /tmp/artifacts
  2164. destination: artifacts
  2165. -
  2166. persist_to_workspace:
  2167. root: .
  2168. paths:
  2169. - results/60
  2170. - results/60.txt
  2171. museumeducationschoolsandteachersstudentdocentprogram:
  2172. docker:
  2173. -
  2174. image: 'backstopjs/backstopjs:5.0.7'
  2175. working_directory: ~/ma-backstop-crawler
  2176. steps:
  2177. - checkout
  2178. -
  2179. run:
  2180. name: 'Regression for https://www.pafa.org/museum/education/schools-and-teachers/student-docent-program'
  2181. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/schools-and-teachers/student-docent-program'''
  2182. -
  2183. run:
  2184. name: 'backstop reference museumeducationschoolsandteachersstudentdocentprogram'
  2185. command: './run/backstop-reference.sh 61'
  2186. no_output_timeout: 120
  2187. -
  2188. run:
  2189. name: 'backstop test museumeducationschoolsandteachersstudentdocentprogram'
  2190. command: './run/backstop-test.sh 61'
  2191. no_output_timeout: 120
  2192. -
  2193. run:
  2194. name: 'preserve artifacts'
  2195. command: ./run/preserve-artifacts.sh
  2196. -
  2197. store_artifacts:
  2198. path: /tmp/artifacts
  2199. destination: artifacts
  2200. -
  2201. persist_to_workspace:
  2202. root: .
  2203. paths:
  2204. - results/61
  2205. - results/61.txt
  2206. museumeducationschoolsandteachersteachers:
  2207. docker:
  2208. -
  2209. image: 'backstopjs/backstopjs:5.0.7'
  2210. working_directory: ~/ma-backstop-crawler
  2211. steps:
  2212. - checkout
  2213. -
  2214. run:
  2215. name: 'Regression for https://www.pafa.org/museum/education/schools-and-teachers/teachers'
  2216. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/schools-and-teachers/teachers'''
  2217. -
  2218. run:
  2219. name: 'backstop reference museumeducationschoolsandteachersteachers'
  2220. command: './run/backstop-reference.sh 62'
  2221. no_output_timeout: 120
  2222. -
  2223. run:
  2224. name: 'backstop test museumeducationschoolsandteachersteachers'
  2225. command: './run/backstop-test.sh 62'
  2226. no_output_timeout: 120
  2227. -
  2228. run:
  2229. name: 'preserve artifacts'
  2230. command: ./run/preserve-artifacts.sh
  2231. -
  2232. store_artifacts:
  2233. path: /tmp/artifacts
  2234. destination: artifacts
  2235. -
  2236. persist_to_workspace:
  2237. root: .
  2238. paths:
  2239. - results/62
  2240. - results/62.txt
  2241. museumeducationschoolsteachersartencounters:
  2242. docker:
  2243. -
  2244. image: 'backstopjs/backstopjs:5.0.7'
  2245. working_directory: ~/ma-backstop-crawler
  2246. steps:
  2247. - checkout
  2248. -
  2249. run:
  2250. name: 'Regression for https://www.pafa.org/museum/education/schools-teachers/art-encounters'
  2251. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/schools-teachers/art-encounters'''
  2252. -
  2253. run:
  2254. name: 'backstop reference museumeducationschoolsteachersartencounters'
  2255. command: './run/backstop-reference.sh 63'
  2256. no_output_timeout: 120
  2257. -
  2258. run:
  2259. name: 'backstop test museumeducationschoolsteachersartencounters'
  2260. command: './run/backstop-test.sh 63'
  2261. no_output_timeout: 120
  2262. -
  2263. run:
  2264. name: 'preserve artifacts'
  2265. command: ./run/preserve-artifacts.sh
  2266. -
  2267. store_artifacts:
  2268. path: /tmp/artifacts
  2269. destination: artifacts
  2270. -
  2271. persist_to_workspace:
  2272. root: .
  2273. paths:
  2274. - results/63
  2275. - results/63.txt
  2276. museumeducationschoolsteachersstudentdocentprogram:
  2277. docker:
  2278. -
  2279. image: 'backstopjs/backstopjs:5.0.7'
  2280. working_directory: ~/ma-backstop-crawler
  2281. steps:
  2282. - checkout
  2283. -
  2284. run:
  2285. name: 'Regression for https://www.pafa.org/museum/education/schools-teachers/student-docent-program'
  2286. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/schools-teachers/student-docent-program'''
  2287. -
  2288. run:
  2289. name: 'backstop reference museumeducationschoolsteachersstudentdocentprogram'
  2290. command: './run/backstop-reference.sh 64'
  2291. no_output_timeout: 120
  2292. -
  2293. run:
  2294. name: 'backstop test museumeducationschoolsteachersstudentdocentprogram'
  2295. command: './run/backstop-test.sh 64'
  2296. no_output_timeout: 120
  2297. -
  2298. run:
  2299. name: 'preserve artifacts'
  2300. command: ./run/preserve-artifacts.sh
  2301. -
  2302. store_artifacts:
  2303. path: /tmp/artifacts
  2304. destination: artifacts
  2305. -
  2306. persist_to_workspace:
  2307. root: .
  2308. paths:
  2309. - results/64
  2310. - results/64.txt
  2311. museumeducationschoolsteacherstours:
  2312. docker:
  2313. -
  2314. image: 'backstopjs/backstopjs:5.0.7'
  2315. working_directory: ~/ma-backstop-crawler
  2316. steps:
  2317. - checkout
  2318. -
  2319. run:
  2320. name: 'Regression for https://www.pafa.org/museum/education/schools-teachers/tours'
  2321. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/schools-teachers/tours'''
  2322. -
  2323. run:
  2324. name: 'backstop reference museumeducationschoolsteacherstours'
  2325. command: './run/backstop-reference.sh 65'
  2326. no_output_timeout: 120
  2327. -
  2328. run:
  2329. name: 'backstop test museumeducationschoolsteacherstours'
  2330. command: './run/backstop-test.sh 65'
  2331. no_output_timeout: 120
  2332. -
  2333. run:
  2334. name: 'preserve artifacts'
  2335. command: ./run/preserve-artifacts.sh
  2336. -
  2337. store_artifacts:
  2338. path: /tmp/artifacts
  2339. destination: artifacts
  2340. -
  2341. persist_to_workspace:
  2342. root: .
  2343. paths:
  2344. - results/65
  2345. - results/65.txt
  2346. museumeducationsummerartcamps:
  2347. docker:
  2348. -
  2349. image: 'backstopjs/backstopjs:5.0.7'
  2350. working_directory: ~/ma-backstop-crawler
  2351. steps:
  2352. - checkout
  2353. -
  2354. run:
  2355. name: 'Regression for https://www.pafa.org/museum/education/summer-art-camps'
  2356. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/summer-art-camps'''
  2357. -
  2358. run:
  2359. name: 'backstop reference museumeducationsummerartcamps'
  2360. command: './run/backstop-reference.sh 66'
  2361. no_output_timeout: 120
  2362. -
  2363. run:
  2364. name: 'backstop test museumeducationsummerartcamps'
  2365. command: './run/backstop-test.sh 66'
  2366. no_output_timeout: 120
  2367. -
  2368. run:
  2369. name: 'preserve artifacts'
  2370. command: ./run/preserve-artifacts.sh
  2371. -
  2372. store_artifacts:
  2373. path: /tmp/artifacts
  2374. destination: artifacts
  2375. -
  2376. persist_to_workspace:
  2377. root: .
  2378. paths:
  2379. - results/66
  2380. - results/66.txt
  2381. museumeducationsummerartcampspersonsummerartcamp:
  2382. docker:
  2383. -
  2384. image: 'backstopjs/backstopjs:5.0.7'
  2385. working_directory: ~/ma-backstop-crawler
  2386. steps:
  2387. - checkout
  2388. -
  2389. run:
  2390. name: 'Regression for https://www.pafa.org/museum/education/summer-art-camps/person-summer-art-camp'
  2391. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/summer-art-camps/person-summer-art-camp'''
  2392. -
  2393. run:
  2394. name: 'backstop reference museumeducationsummerartcampspersonsummerartcamp'
  2395. command: './run/backstop-reference.sh 67'
  2396. no_output_timeout: 120
  2397. -
  2398. run:
  2399. name: 'backstop test museumeducationsummerartcampspersonsummerartcamp'
  2400. command: './run/backstop-test.sh 67'
  2401. no_output_timeout: 120
  2402. -
  2403. run:
  2404. name: 'preserve artifacts'
  2405. command: ./run/preserve-artifacts.sh
  2406. -
  2407. store_artifacts:
  2408. path: /tmp/artifacts
  2409. destination: artifacts
  2410. -
  2411. persist_to_workspace:
  2412. root: .
  2413. paths:
  2414. - results/67
  2415. - results/67.txt
  2416. museumeducationsummerartcampspolicies:
  2417. docker:
  2418. -
  2419. image: 'backstopjs/backstopjs:5.0.7'
  2420. working_directory: ~/ma-backstop-crawler
  2421. steps:
  2422. - checkout
  2423. -
  2424. run:
  2425. name: 'Regression for https://www.pafa.org/museum/education/summer-art-camps/policies'
  2426. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/summer-art-camps/policies'''
  2427. -
  2428. run:
  2429. name: 'backstop reference museumeducationsummerartcampspolicies'
  2430. command: './run/backstop-reference.sh 68'
  2431. no_output_timeout: 120
  2432. -
  2433. run:
  2434. name: 'backstop test museumeducationsummerartcampspolicies'
  2435. command: './run/backstop-test.sh 68'
  2436. no_output_timeout: 120
  2437. -
  2438. run:
  2439. name: 'preserve artifacts'
  2440. command: ./run/preserve-artifacts.sh
  2441. -
  2442. store_artifacts:
  2443. path: /tmp/artifacts
  2444. destination: artifacts
  2445. -
  2446. persist_to_workspace:
  2447. root: .
  2448. paths:
  2449. - results/68
  2450. - results/68.txt
  2451. museumeducationsummerartcampsvirtualsummerartcamp:
  2452. docker:
  2453. -
  2454. image: 'backstopjs/backstopjs:5.0.7'
  2455. working_directory: ~/ma-backstop-crawler
  2456. steps:
  2457. - checkout
  2458. -
  2459. run:
  2460. name: 'Regression for https://www.pafa.org/museum/education/summer-art-camps/virtual-summer-art-camp'
  2461. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/summer-art-camps/virtual-summer-art-camp'''
  2462. -
  2463. run:
  2464. name: 'backstop reference museumeducationsummerartcampsvirtualsummerartcamp'
  2465. command: './run/backstop-reference.sh 69'
  2466. no_output_timeout: 120
  2467. -
  2468. run:
  2469. name: 'backstop test museumeducationsummerartcampsvirtualsummerartcamp'
  2470. command: './run/backstop-test.sh 69'
  2471. no_output_timeout: 120
  2472. -
  2473. run:
  2474. name: 'preserve artifacts'
  2475. command: ./run/preserve-artifacts.sh
  2476. -
  2477. store_artifacts:
  2478. path: /tmp/artifacts
  2479. destination: artifacts
  2480. -
  2481. persist_to_workspace:
  2482. root: .
  2483. paths:
  2484. - results/69
  2485. - results/69.txt
  2486. museumeducationteenandprecollegeafterschoolstudioartsprogramhighschoolstudents:
  2487. docker:
  2488. -
  2489. image: 'backstopjs/backstopjs:5.0.7'
  2490. working_directory: ~/ma-backstop-crawler
  2491. steps:
  2492. - checkout
  2493. -
  2494. run:
  2495. name: 'Regression for https://www.pafa.org/museum/education/teen-and-pre-college/after-school-studio-arts-program-high-school-students'
  2496. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/teen-and-pre-college/after-school-studio-arts-program-high-school-students'''
  2497. -
  2498. run:
  2499. name: 'backstop reference museumeducationteenandprecollegeafterschoolstudioartsprogramhighschoolstudents'
  2500. command: './run/backstop-reference.sh 70'
  2501. no_output_timeout: 120
  2502. -
  2503. run:
  2504. name: 'backstop test museumeducationteenandprecollegeafterschoolstudioartsprogramhighschoolstudents'
  2505. command: './run/backstop-test.sh 70'
  2506. no_output_timeout: 120
  2507. -
  2508. run:
  2509. name: 'preserve artifacts'
  2510. command: ./run/preserve-artifacts.sh
  2511. -
  2512. store_artifacts:
  2513. path: /tmp/artifacts
  2514. destination: artifacts
  2515. -
  2516. persist_to_workspace:
  2517. root: .
  2518. paths:
  2519. - results/70
  2520. - results/70.txt
  2521. museumeducationteenandprecollegeyouthcouncil:
  2522. docker:
  2523. -
  2524. image: 'backstopjs/backstopjs:5.0.7'
  2525. working_directory: ~/ma-backstop-crawler
  2526. steps:
  2527. - checkout
  2528. -
  2529. run:
  2530. name: 'Regression for https://www.pafa.org/museum/education/teen-and-pre-college/youth-council'
  2531. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/education/teen-and-pre-college/youth-council'''
  2532. -
  2533. run:
  2534. name: 'backstop reference museumeducationteenandprecollegeyouthcouncil'
  2535. command: './run/backstop-reference.sh 71'
  2536. no_output_timeout: 120
  2537. -
  2538. run:
  2539. name: 'backstop test museumeducationteenandprecollegeyouthcouncil'
  2540. command: './run/backstop-test.sh 71'
  2541. no_output_timeout: 120
  2542. -
  2543. run:
  2544. name: 'preserve artifacts'
  2545. command: ./run/preserve-artifacts.sh
  2546. -
  2547. store_artifacts:
  2548. path: /tmp/artifacts
  2549. destination: artifacts
  2550. -
  2551. persist_to_workspace:
  2552. root: .
  2553. paths:
  2554. - results/71
  2555. - results/71.txt
  2556. museumexhibitions:
  2557. docker:
  2558. -
  2559. image: 'backstopjs/backstopjs:5.0.7'
  2560. working_directory: ~/ma-backstop-crawler
  2561. steps:
  2562. - checkout
  2563. -
  2564. run:
  2565. name: 'Regression for https://www.pafa.org/museum/exhibitions'
  2566. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions'''
  2567. -
  2568. run:
  2569. name: 'backstop reference museumexhibitions'
  2570. command: './run/backstop-reference.sh 72'
  2571. no_output_timeout: 120
  2572. -
  2573. run:
  2574. name: 'backstop test museumexhibitions'
  2575. command: './run/backstop-test.sh 72'
  2576. no_output_timeout: 120
  2577. -
  2578. run:
  2579. name: 'preserve artifacts'
  2580. command: ./run/preserve-artifacts.sh
  2581. -
  2582. store_artifacts:
  2583. path: /tmp/artifacts
  2584. destination: artifacts
  2585. -
  2586. persist_to_workspace:
  2587. root: .
  2588. paths:
  2589. - results/72
  2590. - results/72.txt
  2591. museumexhibitionsanneminichtruthbeingbothand:
  2592. docker:
  2593. -
  2594. image: 'backstopjs/backstopjs:5.0.7'
  2595. working_directory: ~/ma-backstop-crawler
  2596. steps:
  2597. - checkout
  2598. -
  2599. run:
  2600. name: 'Regression for https://www.pafa.org/museum/exhibitions/anne-minich-truth-being-both/and'
  2601. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/anne-minich-truth-being-both/and'''
  2602. -
  2603. run:
  2604. name: 'backstop reference museumexhibitionsanneminichtruthbeingbothand'
  2605. command: './run/backstop-reference.sh 73'
  2606. no_output_timeout: 120
  2607. -
  2608. run:
  2609. name: 'backstop test museumexhibitionsanneminichtruthbeingbothand'
  2610. command: './run/backstop-test.sh 73'
  2611. no_output_timeout: 120
  2612. -
  2613. run:
  2614. name: 'preserve artifacts'
  2615. command: ./run/preserve-artifacts.sh
  2616. -
  2617. store_artifacts:
  2618. path: /tmp/artifacts
  2619. destination: artifacts
  2620. -
  2621. persist_to_workspace:
  2622. root: .
  2623. paths:
  2624. - results/73
  2625. - results/73.txt
  2626. museumexhibitionsmeltcarveforgeembodiedsculpturescassils:
  2627. docker:
  2628. -
  2629. image: 'backstopjs/backstopjs:5.0.7'
  2630. working_directory: ~/ma-backstop-crawler
  2631. steps:
  2632. - checkout
  2633. -
  2634. run:
  2635. name: 'Regression for https://www.pafa.org/museum/exhibitions/melt/carve/forge-embodied-sculptures-cassils'
  2636. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/melt/carve/forge-embodied-sculptures-cassils'''
  2637. -
  2638. run:
  2639. name: 'backstop reference museumexhibitionsmeltcarveforgeembodiedsculpturescassils'
  2640. command: './run/backstop-reference.sh 74'
  2641. no_output_timeout: 120
  2642. -
  2643. run:
  2644. name: 'backstop test museumexhibitionsmeltcarveforgeembodiedsculpturescassils'
  2645. command: './run/backstop-test.sh 74'
  2646. no_output_timeout: 120
  2647. -
  2648. run:
  2649. name: 'preserve artifacts'
  2650. command: ./run/preserve-artifacts.sh
  2651. -
  2652. store_artifacts:
  2653. path: /tmp/artifacts
  2654. destination: artifacts
  2655. -
  2656. persist_to_workspace:
  2657. root: .
  2658. paths:
  2659. - results/74
  2660. - results/74.txt
  2661. museumexhibitionspast:
  2662. docker:
  2663. -
  2664. image: 'backstopjs/backstopjs:5.0.7'
  2665. working_directory: ~/ma-backstop-crawler
  2666. steps:
  2667. - checkout
  2668. -
  2669. run:
  2670. name: 'Regression for https://www.pafa.org/museum/exhibitions/past'
  2671. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/past'''
  2672. -
  2673. run:
  2674. name: 'backstop reference museumexhibitionspast'
  2675. command: './run/backstop-reference.sh 75'
  2676. no_output_timeout: 120
  2677. -
  2678. run:
  2679. name: 'backstop test museumexhibitionspast'
  2680. command: './run/backstop-test.sh 75'
  2681. no_output_timeout: 120
  2682. -
  2683. run:
  2684. name: 'preserve artifacts'
  2685. command: ./run/preserve-artifacts.sh
  2686. -
  2687. store_artifacts:
  2688. path: /tmp/artifacts
  2689. destination: artifacts
  2690. -
  2691. persist_to_workspace:
  2692. root: .
  2693. paths:
  2694. - results/75
  2695. - results/75.txt
  2696. museumexhibitionspublictreasuresprivatevisions:
  2697. docker:
  2698. -
  2699. image: 'backstopjs/backstopjs:5.0.7'
  2700. working_directory: ~/ma-backstop-crawler
  2701. steps:
  2702. - checkout
  2703. -
  2704. run:
  2705. name: 'Regression for https://www.pafa.org/museum/exhibitions/public-treasures/private-visions'
  2706. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/public-treasures/private-visions'''
  2707. -
  2708. run:
  2709. name: 'backstop reference museumexhibitionspublictreasuresprivatevisions'
  2710. command: './run/backstop-reference.sh 76'
  2711. no_output_timeout: 120
  2712. -
  2713. run:
  2714. name: 'backstop test museumexhibitionspublictreasuresprivatevisions'
  2715. command: './run/backstop-test.sh 76'
  2716. no_output_timeout: 120
  2717. -
  2718. run:
  2719. name: 'preserve artifacts'
  2720. command: ./run/preserve-artifacts.sh
  2721. -
  2722. store_artifacts:
  2723. path: /tmp/artifacts
  2724. destination: artifacts
  2725. -
  2726. persist_to_workspace:
  2727. root: .
  2728. paths:
  2729. - results/76
  2730. - results/76.txt
  2731. museumexhibitionsschoolfinearts:
  2732. docker:
  2733. -
  2734. image: 'backstopjs/backstopjs:5.0.7'
  2735. working_directory: ~/ma-backstop-crawler
  2736. steps:
  2737. - checkout
  2738. -
  2739. run:
  2740. name: 'Regression for https://www.pafa.org/museum/exhibitions/school-fine-arts'
  2741. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/school-fine-arts'''
  2742. -
  2743. run:
  2744. name: 'backstop reference museumexhibitionsschoolfinearts'
  2745. command: './run/backstop-reference.sh 77'
  2746. no_output_timeout: 120
  2747. -
  2748. run:
  2749. name: 'backstop test museumexhibitionsschoolfinearts'
  2750. command: './run/backstop-test.sh 77'
  2751. no_output_timeout: 120
  2752. -
  2753. run:
  2754. name: 'preserve artifacts'
  2755. command: ./run/preserve-artifacts.sh
  2756. -
  2757. store_artifacts:
  2758. path: /tmp/artifacts
  2759. destination: artifacts
  2760. -
  2761. persist_to_workspace:
  2762. root: .
  2763. paths:
  2764. - results/77
  2765. - results/77.txt
  2766. museumexhibitionstiedapartselectedartworksecondissuepafasstudentrunartjournaldumb:
  2767. docker:
  2768. -
  2769. image: 'backstopjs/backstopjs:5.0.7'
  2770. working_directory: ~/ma-backstop-crawler
  2771. steps:
  2772. - checkout
  2773. -
  2774. run:
  2775. name: 'Regression for https://www.pafa.org/museum/exhibitions/tied/apart-selected-artwork-second-issue-pafas-student-run-art-journal-dumb'
  2776. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/tied/apart-selected-artwork-second-issue-pafas-student-run-art-journal-dumb'''
  2777. -
  2778. run:
  2779. name: 'backstop reference museumexhibitionstiedapartselectedartworksecondissuepafasstudentrunartjournaldumb'
  2780. command: './run/backstop-reference.sh 78'
  2781. no_output_timeout: 120
  2782. -
  2783. run:
  2784. name: 'backstop test museumexhibitionstiedapartselectedartworksecondissuepafasstudentrunartjournaldumb'
  2785. command: './run/backstop-test.sh 78'
  2786. no_output_timeout: 120
  2787. -
  2788. run:
  2789. name: 'preserve artifacts'
  2790. command: ./run/preserve-artifacts.sh
  2791. -
  2792. store_artifacts:
  2793. path: /tmp/artifacts
  2794. destination: artifacts
  2795. -
  2796. persist_to_workspace:
  2797. root: .
  2798. paths:
  2799. - results/78
  2800. - results/78.txt
  2801. museumexhibitionsupcoming:
  2802. docker:
  2803. -
  2804. image: 'backstopjs/backstopjs:5.0.7'
  2805. working_directory: ~/ma-backstop-crawler
  2806. steps:
  2807. - checkout
  2808. -
  2809. run:
  2810. name: 'Regression for https://www.pafa.org/museum/exhibitions/upcoming'
  2811. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/exhibitions/upcoming'''
  2812. -
  2813. run:
  2814. name: 'backstop reference museumexhibitionsupcoming'
  2815. command: './run/backstop-reference.sh 79'
  2816. no_output_timeout: 120
  2817. -
  2818. run:
  2819. name: 'backstop test museumexhibitionsupcoming'
  2820. command: './run/backstop-test.sh 79'
  2821. no_output_timeout: 120
  2822. -
  2823. run:
  2824. name: 'preserve artifacts'
  2825. command: ./run/preserve-artifacts.sh
  2826. -
  2827. store_artifacts:
  2828. path: /tmp/artifacts
  2829. destination: artifacts
  2830. -
  2831. persist_to_workspace:
  2832. root: .
  2833. paths:
  2834. - results/79
  2835. - results/79.txt
  2836. museumstaff:
  2837. docker:
  2838. -
  2839. image: 'backstopjs/backstopjs:5.0.7'
  2840. working_directory: ~/ma-backstop-crawler
  2841. steps:
  2842. - checkout
  2843. -
  2844. run:
  2845. name: 'Regression for https://www.pafa.org/museum/staff'
  2846. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/staff'''
  2847. -
  2848. run:
  2849. name: 'backstop reference museumstaff'
  2850. command: './run/backstop-reference.sh 80'
  2851. no_output_timeout: 120
  2852. -
  2853. run:
  2854. name: 'backstop test museumstaff'
  2855. command: './run/backstop-test.sh 80'
  2856. no_output_timeout: 120
  2857. -
  2858. run:
  2859. name: 'preserve artifacts'
  2860. command: ./run/preserve-artifacts.sh
  2861. -
  2862. store_artifacts:
  2863. path: /tmp/artifacts
  2864. destination: artifacts
  2865. -
  2866. persist_to_workspace:
  2867. root: .
  2868. paths:
  2869. - results/80
  2870. - results/80.txt
  2871. museumvisit:
  2872. docker:
  2873. -
  2874. image: 'backstopjs/backstopjs:5.0.7'
  2875. working_directory: ~/ma-backstop-crawler
  2876. steps:
  2877. - checkout
  2878. -
  2879. run:
  2880. name: 'Regression for https://www.pafa.org/museum/visit'
  2881. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit'''
  2882. -
  2883. run:
  2884. name: 'backstop reference museumvisit'
  2885. command: './run/backstop-reference.sh 81'
  2886. no_output_timeout: 120
  2887. -
  2888. run:
  2889. name: 'backstop test museumvisit'
  2890. command: './run/backstop-test.sh 81'
  2891. no_output_timeout: 120
  2892. -
  2893. run:
  2894. name: 'preserve artifacts'
  2895. command: ./run/preserve-artifacts.sh
  2896. -
  2897. store_artifacts:
  2898. path: /tmp/artifacts
  2899. destination: artifacts
  2900. -
  2901. persist_to_workspace:
  2902. root: .
  2903. paths:
  2904. - results/81
  2905. - results/81.txt
  2906. museumvisitaccessibility:
  2907. docker:
  2908. -
  2909. image: 'backstopjs/backstopjs:5.0.7'
  2910. working_directory: ~/ma-backstop-crawler
  2911. steps:
  2912. - checkout
  2913. -
  2914. run:
  2915. name: 'Regression for https://www.pafa.org/museum/visit/accessibility'
  2916. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit/accessibility'''
  2917. -
  2918. run:
  2919. name: 'backstop reference museumvisitaccessibility'
  2920. command: './run/backstop-reference.sh 82'
  2921. no_output_timeout: 120
  2922. -
  2923. run:
  2924. name: 'backstop test museumvisitaccessibility'
  2925. command: './run/backstop-test.sh 82'
  2926. no_output_timeout: 120
  2927. -
  2928. run:
  2929. name: 'preserve artifacts'
  2930. command: ./run/preserve-artifacts.sh
  2931. -
  2932. store_artifacts:
  2933. path: /tmp/artifacts
  2934. destination: artifacts
  2935. -
  2936. persist_to_workspace:
  2937. root: .
  2938. paths:
  2939. - results/82
  2940. - results/82.txt
  2941. museumvisitdirectionsparking:
  2942. docker:
  2943. -
  2944. image: 'backstopjs/backstopjs:5.0.7'
  2945. working_directory: ~/ma-backstop-crawler
  2946. steps:
  2947. - checkout
  2948. -
  2949. run:
  2950. name: 'Regression for https://www.pafa.org/museum/visit/directions-parking'
  2951. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit/directions-parking'''
  2952. -
  2953. run:
  2954. name: 'backstop reference museumvisitdirectionsparking'
  2955. command: './run/backstop-reference.sh 83'
  2956. no_output_timeout: 120
  2957. -
  2958. run:
  2959. name: 'backstop test museumvisitdirectionsparking'
  2960. command: './run/backstop-test.sh 83'
  2961. no_output_timeout: 120
  2962. -
  2963. run:
  2964. name: 'preserve artifacts'
  2965. command: ./run/preserve-artifacts.sh
  2966. -
  2967. store_artifacts:
  2968. path: /tmp/artifacts
  2969. destination: artifacts
  2970. -
  2971. persist_to_workspace:
  2972. root: .
  2973. paths:
  2974. - results/83
  2975. - results/83.txt
  2976. museumvisitplanningyourvisit:
  2977. docker:
  2978. -
  2979. image: 'backstopjs/backstopjs:5.0.7'
  2980. working_directory: ~/ma-backstop-crawler
  2981. steps:
  2982. - checkout
  2983. -
  2984. run:
  2985. name: 'Regression for https://www.pafa.org/museum/visit/planning-your-visit'
  2986. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit/planning-your-visit'''
  2987. -
  2988. run:
  2989. name: 'backstop reference museumvisitplanningyourvisit'
  2990. command: './run/backstop-reference.sh 84'
  2991. no_output_timeout: 120
  2992. -
  2993. run:
  2994. name: 'backstop test museumvisitplanningyourvisit'
  2995. command: './run/backstop-test.sh 84'
  2996. no_output_timeout: 120
  2997. -
  2998. run:
  2999. name: 'preserve artifacts'
  3000. command: ./run/preserve-artifacts.sh
  3001. -
  3002. store_artifacts:
  3003. path: /tmp/artifacts
  3004. destination: artifacts
  3005. -
  3006. persist_to_workspace:
  3007. root: .
  3008. paths:
  3009. - results/84
  3010. - results/84.txt
  3011. museumvisittoursschoolgrouptours:
  3012. docker:
  3013. -
  3014. image: 'backstopjs/backstopjs:5.0.7'
  3015. working_directory: ~/ma-backstop-crawler
  3016. steps:
  3017. - checkout
  3018. -
  3019. run:
  3020. name: 'Regression for https://www.pafa.org/museum/visit/tours/school-group-tours'
  3021. command: 'echo ''Running backstop regression on https://www.pafa.org/museum/visit/tours/school-group-tours'''
  3022. -
  3023. run:
  3024. name: 'backstop reference museumvisittoursschoolgrouptours'
  3025. command: './run/backstop-reference.sh 85'
  3026. no_output_timeout: 120
  3027. -
  3028. run:
  3029. name: 'backstop test museumvisittoursschoolgrouptours'
  3030. command: './run/backstop-test.sh 85'
  3031. no_output_timeout: 120
  3032. -
  3033. run:
  3034. name: 'preserve artifacts'
  3035. command: ./run/preserve-artifacts.sh
  3036. -
  3037. store_artifacts:
  3038. path: /tmp/artifacts
  3039. destination: artifacts
  3040. -
  3041. persist_to_workspace:
  3042. root: .
  3043. paths:
  3044. - results/85
  3045. - results/85.txt
  3046. news:
  3047. docker:
  3048. -
  3049. image: 'backstopjs/backstopjs:5.0.7'
  3050. working_directory: ~/ma-backstop-crawler
  3051. steps:
  3052. - checkout
  3053. -
  3054. run:
  3055. name: 'Regression for https://www.pafa.org/news'
  3056. command: 'echo ''Running backstop regression on https://www.pafa.org/news'''
  3057. -
  3058. run:
  3059. name: 'backstop reference news'
  3060. command: './run/backstop-reference.sh 86'
  3061. no_output_timeout: 120
  3062. -
  3063. run:
  3064. name: 'backstop test news'
  3065. command: './run/backstop-test.sh 86'
  3066. no_output_timeout: 120
  3067. -
  3068. run:
  3069. name: 'preserve artifacts'
  3070. command: ./run/preserve-artifacts.sh
  3071. -
  3072. store_artifacts:
  3073. path: /tmp/artifacts
  3074. destination: artifacts
  3075. -
  3076. persist_to_workspace:
  3077. root: .
  3078. paths:
  3079. - results/86
  3080. - results/86.txt
  3081. newsnewyorktimesjoansemmelskingamebestartexhibitions:
  3082. docker:
  3083. -
  3084. image: 'backstopjs/backstopjs:5.0.7'
  3085. working_directory: ~/ma-backstop-crawler
  3086. steps:
  3087. - checkout
  3088. -
  3089. run:
  3090. name: 'Regression for https://www.pafa.org/news/new-york-times-joan-semmel-skin-game-best-art-exhibitions-2021-121021'
  3091. command: 'echo ''Running backstop regression on https://www.pafa.org/news/new-york-times-joan-semmel-skin-game-best-art-exhibitions-2021-121021'''
  3092. -
  3093. run:
  3094. name: 'backstop reference newsnewyorktimesjoansemmelskingamebestartexhibitions'
  3095. command: './run/backstop-reference.sh 87'
  3096. no_output_timeout: 120
  3097. -
  3098. run:
  3099. name: 'backstop test newsnewyorktimesjoansemmelskingamebestartexhibitions'
  3100. command: './run/backstop-test.sh 87'
  3101. no_output_timeout: 120
  3102. -
  3103. run:
  3104. name: 'preserve artifacts'
  3105. command: ./run/preserve-artifacts.sh
  3106. -
  3107. store_artifacts:
  3108. path: /tmp/artifacts
  3109. destination: artifacts
  3110. -
  3111. persist_to_workspace:
  3112. root: .
  3113. paths:
  3114. - results/87
  3115. - results/87.txt
  3116. newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody:
  3117. docker:
  3118. -
  3119. image: 'backstopjs/backstopjs:5.0.7'
  3120. working_directory: ~/ma-backstop-crawler
  3121. steps:
  3122. - checkout
  3123. -
  3124. run:
  3125. name: 'Regression for https://www.pafa.org/news/new-york-times-t-magazine-joan-semmel-takes-unflinching-view-her-own-body-121021'
  3126. 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'''
  3127. -
  3128. run:
  3129. name: 'backstop reference newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody'
  3130. command: './run/backstop-reference.sh 88'
  3131. no_output_timeout: 120
  3132. -
  3133. run:
  3134. name: 'backstop test newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody'
  3135. command: './run/backstop-test.sh 88'
  3136. no_output_timeout: 120
  3137. -
  3138. run:
  3139. name: 'preserve artifacts'
  3140. command: ./run/preserve-artifacts.sh
  3141. -
  3142. store_artifacts:
  3143. path: /tmp/artifacts
  3144. destination: artifacts
  3145. -
  3146. persist_to_workspace:
  3147. root: .
  3148. paths:
  3149. - results/88
  3150. - results/88.txt
  3151. newssmithsonianmagazinelettersceciliabeaux:
  3152. docker:
  3153. -
  3154. image: 'backstopjs/backstopjs:5.0.7'
  3155. working_directory: ~/ma-backstop-crawler
  3156. steps:
  3157. - checkout
  3158. -
  3159. run:
  3160. name: 'Regression for https://www.pafa.org/news/smithsonian-magazine-letters-cecilia-beaux-020422'
  3161. command: 'echo ''Running backstop regression on https://www.pafa.org/news/smithsonian-magazine-letters-cecilia-beaux-020422'''
  3162. -
  3163. run:
  3164. name: 'backstop reference newssmithsonianmagazinelettersceciliabeaux'
  3165. command: './run/backstop-reference.sh 89'
  3166. no_output_timeout: 120
  3167. -
  3168. run:
  3169. name: 'backstop test newssmithsonianmagazinelettersceciliabeaux'
  3170. command: './run/backstop-test.sh 89'
  3171. no_output_timeout: 120
  3172. -
  3173. run:
  3174. name: 'preserve artifacts'
  3175. command: ./run/preserve-artifacts.sh
  3176. -
  3177. store_artifacts:
  3178. path: /tmp/artifacts
  3179. destination: artifacts
  3180. -
  3181. persist_to_workspace:
  3182. root: .
  3183. paths:
  3184. - results/89
  3185. - results/89.txt
  3186. node:
  3187. docker:
  3188. -
  3189. image: 'backstopjs/backstopjs:5.0.7'
  3190. working_directory: ~/ma-backstop-crawler
  3191. steps:
  3192. - checkout
  3193. -
  3194. run:
  3195. name: 'Regression for https://www.pafa.org/node/24436'
  3196. command: 'echo ''Running backstop regression on https://www.pafa.org/node/24436'''
  3197. -
  3198. run:
  3199. name: 'backstop reference node'
  3200. command: './run/backstop-reference.sh 90'
  3201. no_output_timeout: 120
  3202. -
  3203. run:
  3204. name: 'backstop test node'
  3205. command: './run/backstop-test.sh 90'
  3206. no_output_timeout: 120
  3207. -
  3208. run:
  3209. name: 'preserve artifacts'
  3210. command: ./run/preserve-artifacts.sh
  3211. -
  3212. store_artifacts:
  3213. path: /tmp/artifacts
  3214. destination: artifacts
  3215. -
  3216. persist_to_workspace:
  3217. root: .
  3218. paths:
  3219. - results/90
  3220. - results/90.txt
  3221. privacypolicy:
  3222. docker:
  3223. -
  3224. image: 'backstopjs/backstopjs:5.0.7'
  3225. working_directory: ~/ma-backstop-crawler
  3226. steps:
  3227. - checkout
  3228. -
  3229. run:
  3230. name: 'Regression for https://www.pafa.org/privacy-policy'
  3231. command: 'echo ''Running backstop regression on https://www.pafa.org/privacy-policy'''
  3232. -
  3233. run:
  3234. name: 'backstop reference privacypolicy'
  3235. command: './run/backstop-reference.sh 91'
  3236. no_output_timeout: 120
  3237. -
  3238. run:
  3239. name: 'backstop test privacypolicy'
  3240. command: './run/backstop-test.sh 91'
  3241. no_output_timeout: 120
  3242. -
  3243. run:
  3244. name: 'preserve artifacts'
  3245. command: ./run/preserve-artifacts.sh
  3246. -
  3247. store_artifacts:
  3248. path: /tmp/artifacts
  3249. destination: artifacts
  3250. -
  3251. persist_to_workspace:
  3252. root: .
  3253. paths:
  3254. - results/91
  3255. - results/91.txt
  3256. school:
  3257. docker:
  3258. -
  3259. image: 'backstopjs/backstopjs:5.0.7'
  3260. working_directory: ~/ma-backstop-crawler
  3261. steps:
  3262. - checkout
  3263. -
  3264. run:
  3265. name: 'Regression for https://www.pafa.org/school'
  3266. command: 'echo ''Running backstop regression on https://www.pafa.org/school'''
  3267. -
  3268. run:
  3269. name: 'backstop reference school'
  3270. command: './run/backstop-reference.sh 92'
  3271. no_output_timeout: 120
  3272. -
  3273. run:
  3274. name: 'backstop test school'
  3275. command: './run/backstop-test.sh 92'
  3276. no_output_timeout: 120
  3277. -
  3278. run:
  3279. name: 'preserve artifacts'
  3280. command: ./run/preserve-artifacts.sh
  3281. -
  3282. store_artifacts:
  3283. path: /tmp/artifacts
  3284. destination: artifacts
  3285. -
  3286. persist_to_workspace:
  3287. root: .
  3288. paths:
  3289. - results/92
  3290. - results/92.txt
  3291. schoolacademics:
  3292. docker:
  3293. -
  3294. image: 'backstopjs/backstopjs:5.0.7'
  3295. working_directory: ~/ma-backstop-crawler
  3296. steps:
  3297. - checkout
  3298. -
  3299. run:
  3300. name: 'Regression for https://www.pafa.org/school/academics'
  3301. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics'''
  3302. -
  3303. run:
  3304. name: 'backstop reference schoolacademics'
  3305. command: './run/backstop-reference.sh 93'
  3306. no_output_timeout: 120
  3307. -
  3308. run:
  3309. name: 'backstop test schoolacademics'
  3310. command: './run/backstop-test.sh 93'
  3311. no_output_timeout: 120
  3312. -
  3313. run:
  3314. name: 'preserve artifacts'
  3315. command: ./run/preserve-artifacts.sh
  3316. -
  3317. store_artifacts:
  3318. path: /tmp/artifacts
  3319. destination: artifacts
  3320. -
  3321. persist_to_workspace:
  3322. root: .
  3323. paths:
  3324. - results/93
  3325. - results/93.txt
  3326. schoolacademicsareasstudydepartments:
  3327. docker:
  3328. -
  3329. image: 'backstopjs/backstopjs:5.0.7'
  3330. working_directory: ~/ma-backstop-crawler
  3331. steps:
  3332. - checkout
  3333. -
  3334. run:
  3335. name: 'Regression for https://www.pafa.org/school/academics/areas-study-departments'
  3336. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/areas-study-departments'''
  3337. -
  3338. run:
  3339. name: 'backstop reference schoolacademicsareasstudydepartments'
  3340. command: './run/backstop-reference.sh 94'
  3341. no_output_timeout: 120
  3342. -
  3343. run:
  3344. name: 'backstop test schoolacademicsareasstudydepartments'
  3345. command: './run/backstop-test.sh 94'
  3346. no_output_timeout: 120
  3347. -
  3348. run:
  3349. name: 'preserve artifacts'
  3350. command: ./run/preserve-artifacts.sh
  3351. -
  3352. store_artifacts:
  3353. path: /tmp/artifacts
  3354. destination: artifacts
  3355. -
  3356. persist_to_workspace:
  3357. root: .
  3358. paths:
  3359. - results/94
  3360. - results/94.txt
  3361. schoolacademicsareasstudydepartmentsanimation:
  3362. docker:
  3363. -
  3364. image: 'backstopjs/backstopjs:5.0.7'
  3365. working_directory: ~/ma-backstop-crawler
  3366. steps:
  3367. - checkout
  3368. -
  3369. run:
  3370. name: 'Regression for https://www.pafa.org/school/academics/areas-study-departments/animation'
  3371. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/areas-study-departments/animation'''
  3372. -
  3373. run:
  3374. name: 'backstop reference schoolacademicsareasstudydepartmentsanimation'
  3375. command: './run/backstop-reference.sh 95'
  3376. no_output_timeout: 120
  3377. -
  3378. run:
  3379. name: 'backstop test schoolacademicsareasstudydepartmentsanimation'
  3380. command: './run/backstop-test.sh 95'
  3381. no_output_timeout: 120
  3382. -
  3383. run:
  3384. name: 'preserve artifacts'
  3385. command: ./run/preserve-artifacts.sh
  3386. -
  3387. store_artifacts:
  3388. path: /tmp/artifacts
  3389. destination: artifacts
  3390. -
  3391. persist_to_workspace:
  3392. root: .
  3393. paths:
  3394. - results/95
  3395. - results/95.txt
  3396. schoolacademicsareasstudydepartmentsdrawing:
  3397. docker:
  3398. -
  3399. image: 'backstopjs/backstopjs:5.0.7'
  3400. working_directory: ~/ma-backstop-crawler
  3401. steps:
  3402. - checkout
  3403. -
  3404. run:
  3405. name: 'Regression for https://www.pafa.org/school/academics/areas-study-departments/drawing'
  3406. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/areas-study-departments/drawing'''
  3407. -
  3408. run:
  3409. name: 'backstop reference schoolacademicsareasstudydepartmentsdrawing'
  3410. command: './run/backstop-reference.sh 96'
  3411. no_output_timeout: 120
  3412. -
  3413. run:
  3414. name: 'backstop test schoolacademicsareasstudydepartmentsdrawing'
  3415. command: './run/backstop-test.sh 96'
  3416. no_output_timeout: 120
  3417. -
  3418. run:
  3419. name: 'preserve artifacts'
  3420. command: ./run/preserve-artifacts.sh
  3421. -
  3422. store_artifacts:
  3423. path: /tmp/artifacts
  3424. destination: artifacts
  3425. -
  3426. persist_to_workspace:
  3427. root: .
  3428. paths:
  3429. - results/96
  3430. - results/96.txt
  3431. schoolacademicsareasstudydepartmentsillustration:
  3432. docker:
  3433. -
  3434. image: 'backstopjs/backstopjs:5.0.7'
  3435. working_directory: ~/ma-backstop-crawler
  3436. steps:
  3437. - checkout
  3438. -
  3439. run:
  3440. name: 'Regression for https://www.pafa.org/school/academics/areas-study-departments/illustration'
  3441. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/areas-study-departments/illustration'''
  3442. -
  3443. run:
  3444. name: 'backstop reference schoolacademicsareasstudydepartmentsillustration'
  3445. command: './run/backstop-reference.sh 97'
  3446. no_output_timeout: 120
  3447. -
  3448. run:
  3449. name: 'backstop test schoolacademicsareasstudydepartmentsillustration'
  3450. command: './run/backstop-test.sh 97'
  3451. no_output_timeout: 120
  3452. -
  3453. run:
  3454. name: 'preserve artifacts'
  3455. command: ./run/preserve-artifacts.sh
  3456. -
  3457. store_artifacts:
  3458. path: /tmp/artifacts
  3459. destination: artifacts
  3460. -
  3461. persist_to_workspace:
  3462. root: .
  3463. paths:
  3464. - results/97
  3465. - results/97.txt
  3466. schoolacademicsdepartmentsanimation:
  3467. docker:
  3468. -
  3469. image: 'backstopjs/backstopjs:5.0.7'
  3470. working_directory: ~/ma-backstop-crawler
  3471. steps:
  3472. - checkout
  3473. -
  3474. run:
  3475. name: 'Regression for https://www.pafa.org/school/academics/departments/animation'
  3476. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/departments/animation'''
  3477. -
  3478. run:
  3479. name: 'backstop reference schoolacademicsdepartmentsanimation'
  3480. command: './run/backstop-reference.sh 98'
  3481. no_output_timeout: 120
  3482. -
  3483. run:
  3484. name: 'backstop test schoolacademicsdepartmentsanimation'
  3485. command: './run/backstop-test.sh 98'
  3486. no_output_timeout: 120
  3487. -
  3488. run:
  3489. name: 'preserve artifacts'
  3490. command: ./run/preserve-artifacts.sh
  3491. -
  3492. store_artifacts:
  3493. path: /tmp/artifacts
  3494. destination: artifacts
  3495. -
  3496. persist_to_workspace:
  3497. root: .
  3498. paths:
  3499. - results/98
  3500. - results/98.txt
  3501. schoolacademicsdepartmentsdrawing:
  3502. docker:
  3503. -
  3504. image: 'backstopjs/backstopjs:5.0.7'
  3505. working_directory: ~/ma-backstop-crawler
  3506. steps:
  3507. - checkout
  3508. -
  3509. run:
  3510. name: 'Regression for https://www.pafa.org/school/academics/departments/drawing'
  3511. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/departments/drawing'''
  3512. -
  3513. run:
  3514. name: 'backstop reference schoolacademicsdepartmentsdrawing'
  3515. command: './run/backstop-reference.sh 99'
  3516. no_output_timeout: 120
  3517. -
  3518. run:
  3519. name: 'backstop test schoolacademicsdepartmentsdrawing'
  3520. command: './run/backstop-test.sh 99'
  3521. no_output_timeout: 120
  3522. -
  3523. run:
  3524. name: 'preserve artifacts'
  3525. command: ./run/preserve-artifacts.sh
  3526. -
  3527. store_artifacts:
  3528. path: /tmp/artifacts
  3529. destination: artifacts
  3530. -
  3531. persist_to_workspace:
  3532. root: .
  3533. paths:
  3534. - results/99
  3535. - results/99.txt
  3536. schoolacademicsdepartmentsliberalarts:
  3537. docker:
  3538. -
  3539. image: 'backstopjs/backstopjs:5.0.7'
  3540. working_directory: ~/ma-backstop-crawler
  3541. steps:
  3542. - checkout
  3543. -
  3544. run:
  3545. name: 'Regression for https://www.pafa.org/school/academics/departments/liberal-arts'
  3546. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/departments/liberal-arts'''
  3547. -
  3548. run:
  3549. name: 'backstop reference schoolacademicsdepartmentsliberalarts'
  3550. command: './run/backstop-reference.sh 100'
  3551. no_output_timeout: 120
  3552. -
  3553. run:
  3554. name: 'backstop test schoolacademicsdepartmentsliberalarts'
  3555. command: './run/backstop-test.sh 100'
  3556. no_output_timeout: 120
  3557. -
  3558. run:
  3559. name: 'preserve artifacts'
  3560. command: ./run/preserve-artifacts.sh
  3561. -
  3562. store_artifacts:
  3563. path: /tmp/artifacts
  3564. destination: artifacts
  3565. -
  3566. persist_to_workspace:
  3567. root: .
  3568. paths:
  3569. - results/100
  3570. - results/100.txt
  3571. schoolacademicsfaculty:
  3572. docker:
  3573. -
  3574. image: 'backstopjs/backstopjs:5.0.7'
  3575. working_directory: ~/ma-backstop-crawler
  3576. steps:
  3577. - checkout
  3578. -
  3579. run:
  3580. name: 'Regression for https://www.pafa.org/school/academics/faculty'
  3581. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/faculty'''
  3582. -
  3583. run:
  3584. name: 'backstop reference schoolacademicsfaculty'
  3585. command: './run/backstop-reference.sh 101'
  3586. no_output_timeout: 120
  3587. -
  3588. run:
  3589. name: 'backstop test schoolacademicsfaculty'
  3590. command: './run/backstop-test.sh 101'
  3591. no_output_timeout: 120
  3592. -
  3593. run:
  3594. name: 'preserve artifacts'
  3595. command: ./run/preserve-artifacts.sh
  3596. -
  3597. store_artifacts:
  3598. path: /tmp/artifacts
  3599. destination: artifacts
  3600. -
  3601. persist_to_workspace:
  3602. root: .
  3603. paths:
  3604. - results/101
  3605. - results/101.txt
  3606. schoolacademicsfacultygraduate:
  3607. docker:
  3608. -
  3609. image: 'backstopjs/backstopjs:5.0.7'
  3610. working_directory: ~/ma-backstop-crawler
  3611. steps:
  3612. - checkout
  3613. -
  3614. run:
  3615. name: 'Regression for https://www.pafa.org/school/academics/faculty/graduate'
  3616. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/faculty/graduate'''
  3617. -
  3618. run:
  3619. name: 'backstop reference schoolacademicsfacultygraduate'
  3620. command: './run/backstop-reference.sh 102'
  3621. no_output_timeout: 120
  3622. -
  3623. run:
  3624. name: 'backstop test schoolacademicsfacultygraduate'
  3625. command: './run/backstop-test.sh 102'
  3626. no_output_timeout: 120
  3627. -
  3628. run:
  3629. name: 'preserve artifacts'
  3630. command: ./run/preserve-artifacts.sh
  3631. -
  3632. store_artifacts:
  3633. path: /tmp/artifacts
  3634. destination: artifacts
  3635. -
  3636. persist_to_workspace:
  3637. root: .
  3638. paths:
  3639. - results/102
  3640. - results/102.txt
  3641. schoolacademicsgraduatelowresmfa:
  3642. docker:
  3643. -
  3644. image: 'backstopjs/backstopjs:5.0.7'
  3645. working_directory: ~/ma-backstop-crawler
  3646. steps:
  3647. - checkout
  3648. -
  3649. run:
  3650. name: 'Regression for https://www.pafa.org/school/academics/graduate/low-res-mfa'
  3651. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/graduate/low-res-mfa'''
  3652. -
  3653. run:
  3654. name: 'backstop reference schoolacademicsgraduatelowresmfa'
  3655. command: './run/backstop-reference.sh 103'
  3656. no_output_timeout: 120
  3657. -
  3658. run:
  3659. name: 'backstop test schoolacademicsgraduatelowresmfa'
  3660. command: './run/backstop-test.sh 103'
  3661. no_output_timeout: 120
  3662. -
  3663. run:
  3664. name: 'preserve artifacts'
  3665. command: ./run/preserve-artifacts.sh
  3666. -
  3667. store_artifacts:
  3668. path: /tmp/artifacts
  3669. destination: artifacts
  3670. -
  3671. persist_to_workspace:
  3672. root: .
  3673. paths:
  3674. - results/103
  3675. - results/103.txt
  3676. schoolacademicsgraduatemfa:
  3677. docker:
  3678. -
  3679. image: 'backstopjs/backstopjs:5.0.7'
  3680. working_directory: ~/ma-backstop-crawler
  3681. steps:
  3682. - checkout
  3683. -
  3684. run:
  3685. name: 'Regression for https://www.pafa.org/school/academics/graduate/mfa'
  3686. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/graduate/mfa'''
  3687. -
  3688. run:
  3689. name: 'backstop reference schoolacademicsgraduatemfa'
  3690. command: './run/backstop-reference.sh 104'
  3691. no_output_timeout: 120
  3692. -
  3693. run:
  3694. name: 'backstop test schoolacademicsgraduatemfa'
  3695. command: './run/backstop-test.sh 104'
  3696. no_output_timeout: 120
  3697. -
  3698. run:
  3699. name: 'preserve artifacts'
  3700. command: ./run/preserve-artifacts.sh
  3701. -
  3702. store_artifacts:
  3703. path: /tmp/artifacts
  3704. destination: artifacts
  3705. -
  3706. persist_to_workspace:
  3707. root: .
  3708. paths:
  3709. - results/104
  3710. - results/104.txt
  3711. schoolacademicsgraduatepostbacc:
  3712. docker:
  3713. -
  3714. image: 'backstopjs/backstopjs:5.0.7'
  3715. working_directory: ~/ma-backstop-crawler
  3716. steps:
  3717. - checkout
  3718. -
  3719. run:
  3720. name: 'Regression for https://www.pafa.org/school/academics/graduate/post-bacc'
  3721. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/graduate/post-bacc'''
  3722. -
  3723. run:
  3724. name: 'backstop reference schoolacademicsgraduatepostbacc'
  3725. command: './run/backstop-reference.sh 105'
  3726. no_output_timeout: 120
  3727. -
  3728. run:
  3729. name: 'backstop test schoolacademicsgraduatepostbacc'
  3730. command: './run/backstop-test.sh 105'
  3731. no_output_timeout: 120
  3732. -
  3733. run:
  3734. name: 'preserve artifacts'
  3735. command: ./run/preserve-artifacts.sh
  3736. -
  3737. store_artifacts:
  3738. path: /tmp/artifacts
  3739. destination: artifacts
  3740. -
  3741. persist_to_workspace:
  3742. root: .
  3743. paths:
  3744. - results/105
  3745. - results/105.txt
  3746. schoolacademicsprecollegesaturdayhsclasses:
  3747. docker:
  3748. -
  3749. image: 'backstopjs/backstopjs:5.0.7'
  3750. working_directory: ~/ma-backstop-crawler
  3751. steps:
  3752. - checkout
  3753. -
  3754. run:
  3755. name: 'Regression for https://www.pafa.org/school/academics/pre-college/saturday-hs-classes'
  3756. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/pre-college/saturday-hs-classes'''
  3757. -
  3758. run:
  3759. name: 'backstop reference schoolacademicsprecollegesaturdayhsclasses'
  3760. command: './run/backstop-reference.sh 106'
  3761. no_output_timeout: 120
  3762. -
  3763. run:
  3764. name: 'backstop test schoolacademicsprecollegesaturdayhsclasses'
  3765. command: './run/backstop-test.sh 106'
  3766. no_output_timeout: 120
  3767. -
  3768. run:
  3769. name: 'preserve artifacts'
  3770. command: ./run/preserve-artifacts.sh
  3771. -
  3772. store_artifacts:
  3773. path: /tmp/artifacts
  3774. destination: artifacts
  3775. -
  3776. persist_to_workspace:
  3777. root: .
  3778. paths:
  3779. - results/106
  3780. - results/106.txt
  3781. schoolacademicsprecollegesummeracademy:
  3782. docker:
  3783. -
  3784. image: 'backstopjs/backstopjs:5.0.7'
  3785. working_directory: ~/ma-backstop-crawler
  3786. steps:
  3787. - checkout
  3788. -
  3789. run:
  3790. name: 'Regression for https://www.pafa.org/school/academics/pre-college/summer-academy'
  3791. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/pre-college/summer-academy'''
  3792. -
  3793. run:
  3794. name: 'backstop reference schoolacademicsprecollegesummeracademy'
  3795. command: './run/backstop-reference.sh 107'
  3796. no_output_timeout: 120
  3797. -
  3798. run:
  3799. name: 'backstop test schoolacademicsprecollegesummeracademy'
  3800. command: './run/backstop-test.sh 107'
  3801. no_output_timeout: 120
  3802. -
  3803. run:
  3804. name: 'preserve artifacts'
  3805. command: ./run/preserve-artifacts.sh
  3806. -
  3807. store_artifacts:
  3808. path: /tmp/artifacts
  3809. destination: artifacts
  3810. -
  3811. persist_to_workspace:
  3812. root: .
  3813. paths:
  3814. - results/107
  3815. - results/107.txt
  3816. schoolacademicsprecollegesummeracademyapplynow:
  3817. docker:
  3818. -
  3819. image: 'backstopjs/backstopjs:5.0.7'
  3820. working_directory: ~/ma-backstop-crawler
  3821. steps:
  3822. - checkout
  3823. -
  3824. run:
  3825. name: 'Regression for https://www.pafa.org/school/academics/pre-college/summer-academy/apply-now'
  3826. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/pre-college/summer-academy/apply-now'''
  3827. -
  3828. run:
  3829. name: 'backstop reference schoolacademicsprecollegesummeracademyapplynow'
  3830. command: './run/backstop-reference.sh 108'
  3831. no_output_timeout: 120
  3832. -
  3833. run:
  3834. name: 'backstop test schoolacademicsprecollegesummeracademyapplynow'
  3835. command: './run/backstop-test.sh 108'
  3836. no_output_timeout: 120
  3837. -
  3838. run:
  3839. name: 'preserve artifacts'
  3840. command: ./run/preserve-artifacts.sh
  3841. -
  3842. store_artifacts:
  3843. path: /tmp/artifacts
  3844. destination: artifacts
  3845. -
  3846. persist_to_workspace:
  3847. root: .
  3848. paths:
  3849. - results/108
  3850. - results/108.txt
  3851. schoolacademicsprecollegesummeracademyprogramoverview:
  3852. docker:
  3853. -
  3854. image: 'backstopjs/backstopjs:5.0.7'
  3855. working_directory: ~/ma-backstop-crawler
  3856. steps:
  3857. - checkout
  3858. -
  3859. run:
  3860. name: 'Regression for https://www.pafa.org/school/academics/pre-college/summer-academy/program-overview'
  3861. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/pre-college/summer-academy/program-overview'''
  3862. -
  3863. run:
  3864. name: 'backstop reference schoolacademicsprecollegesummeracademyprogramoverview'
  3865. command: './run/backstop-reference.sh 109'
  3866. no_output_timeout: 120
  3867. -
  3868. run:
  3869. name: 'backstop test schoolacademicsprecollegesummeracademyprogramoverview'
  3870. command: './run/backstop-test.sh 109'
  3871. no_output_timeout: 120
  3872. -
  3873. run:
  3874. name: 'preserve artifacts'
  3875. command: ./run/preserve-artifacts.sh
  3876. -
  3877. store_artifacts:
  3878. path: /tmp/artifacts
  3879. destination: artifacts
  3880. -
  3881. persist_to_workspace:
  3882. root: .
  3883. paths:
  3884. - results/109
  3885. - results/109.txt
  3886. schoolacademicsprecollegesummeracademyscholarships:
  3887. docker:
  3888. -
  3889. image: 'backstopjs/backstopjs:5.0.7'
  3890. working_directory: ~/ma-backstop-crawler
  3891. steps:
  3892. - checkout
  3893. -
  3894. run:
  3895. name: 'Regression for https://www.pafa.org/school/academics/pre-college/summer-academy/scholarships'
  3896. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/pre-college/summer-academy/scholarships'''
  3897. -
  3898. run:
  3899. name: 'backstop reference schoolacademicsprecollegesummeracademyscholarships'
  3900. command: './run/backstop-reference.sh 110'
  3901. no_output_timeout: 120
  3902. -
  3903. run:
  3904. name: 'backstop test schoolacademicsprecollegesummeracademyscholarships'
  3905. command: './run/backstop-test.sh 110'
  3906. no_output_timeout: 120
  3907. -
  3908. run:
  3909. name: 'preserve artifacts'
  3910. command: ./run/preserve-artifacts.sh
  3911. -
  3912. store_artifacts:
  3913. path: /tmp/artifacts
  3914. destination: artifacts
  3915. -
  3916. persist_to_workspace:
  3917. root: .
  3918. paths:
  3919. - results/110
  3920. - results/110.txt
  3921. schoolacademicsprecollegesummerintensives:
  3922. docker:
  3923. -
  3924. image: 'backstopjs/backstopjs:5.0.7'
  3925. working_directory: ~/ma-backstop-crawler
  3926. steps:
  3927. - checkout
  3928. -
  3929. run:
  3930. name: 'Regression for https://www.pafa.org/school/academics/pre-college/summer-intensives'
  3931. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/pre-college/summer-intensives'''
  3932. -
  3933. run:
  3934. name: 'backstop reference schoolacademicsprecollegesummerintensives'
  3935. command: './run/backstop-reference.sh 111'
  3936. no_output_timeout: 120
  3937. -
  3938. run:
  3939. name: 'backstop test schoolacademicsprecollegesummerintensives'
  3940. command: './run/backstop-test.sh 111'
  3941. no_output_timeout: 120
  3942. -
  3943. run:
  3944. name: 'preserve artifacts'
  3945. command: ./run/preserve-artifacts.sh
  3946. -
  3947. store_artifacts:
  3948. path: /tmp/artifacts
  3949. destination: artifacts
  3950. -
  3951. persist_to_workspace:
  3952. root: .
  3953. paths:
  3954. - results/111
  3955. - results/111.txt
  3956. schoolacademicsundergraduate:
  3957. docker:
  3958. -
  3959. image: 'backstopjs/backstopjs:5.0.7'
  3960. working_directory: ~/ma-backstop-crawler
  3961. steps:
  3962. - checkout
  3963. -
  3964. run:
  3965. name: 'Regression for https://www.pafa.org/school/academics/undergraduate'
  3966. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/undergraduate'''
  3967. -
  3968. run:
  3969. name: 'backstop reference schoolacademicsundergraduate'
  3970. command: './run/backstop-reference.sh 112'
  3971. no_output_timeout: 120
  3972. -
  3973. run:
  3974. name: 'backstop test schoolacademicsundergraduate'
  3975. command: './run/backstop-test.sh 112'
  3976. no_output_timeout: 120
  3977. -
  3978. run:
  3979. name: 'preserve artifacts'
  3980. command: ./run/preserve-artifacts.sh
  3981. -
  3982. store_artifacts:
  3983. path: /tmp/artifacts
  3984. destination: artifacts
  3985. -
  3986. persist_to_workspace:
  3987. root: .
  3988. paths:
  3989. - results/112
  3990. - results/112.txt
  3991. schoolacademicsundergraduateprogramsfirstyearfoundation:
  3992. docker:
  3993. -
  3994. image: 'backstopjs/backstopjs:5.0.7'
  3995. working_directory: ~/ma-backstop-crawler
  3996. steps:
  3997. - checkout
  3998. -
  3999. run:
  4000. name: 'Regression for https://www.pafa.org/school/academics/undergraduate-programs/first-year-foundation'
  4001. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/undergraduate-programs/first-year-foundation'''
  4002. -
  4003. run:
  4004. name: 'backstop reference schoolacademicsundergraduateprogramsfirstyearfoundation'
  4005. command: './run/backstop-reference.sh 113'
  4006. no_output_timeout: 120
  4007. -
  4008. run:
  4009. name: 'backstop test schoolacademicsundergraduateprogramsfirstyearfoundation'
  4010. command: './run/backstop-test.sh 113'
  4011. no_output_timeout: 120
  4012. -
  4013. run:
  4014. name: 'preserve artifacts'
  4015. command: ./run/preserve-artifacts.sh
  4016. -
  4017. store_artifacts:
  4018. path: /tmp/artifacts
  4019. destination: artifacts
  4020. -
  4021. persist_to_workspace:
  4022. root: .
  4023. paths:
  4024. - results/113
  4025. - results/113.txt
  4026. schoolacademicsundergraduatebfa:
  4027. docker:
  4028. -
  4029. image: 'backstopjs/backstopjs:5.0.7'
  4030. working_directory: ~/ma-backstop-crawler
  4031. steps:
  4032. - checkout
  4033. -
  4034. run:
  4035. name: 'Regression for https://www.pafa.org/school/academics/undergraduate/bfa'
  4036. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/undergraduate/bfa'''
  4037. -
  4038. run:
  4039. name: 'backstop reference schoolacademicsundergraduatebfa'
  4040. command: './run/backstop-reference.sh 114'
  4041. no_output_timeout: 120
  4042. -
  4043. run:
  4044. name: 'backstop test schoolacademicsundergraduatebfa'
  4045. command: './run/backstop-test.sh 114'
  4046. no_output_timeout: 120
  4047. -
  4048. run:
  4049. name: 'preserve artifacts'
  4050. command: ./run/preserve-artifacts.sh
  4051. -
  4052. store_artifacts:
  4053. path: /tmp/artifacts
  4054. destination: artifacts
  4055. -
  4056. persist_to_workspace:
  4057. root: .
  4058. paths:
  4059. - results/114
  4060. - results/114.txt
  4061. schoolacademicsundergraduatefirstyearfoundation:
  4062. docker:
  4063. -
  4064. image: 'backstopjs/backstopjs:5.0.7'
  4065. working_directory: ~/ma-backstop-crawler
  4066. steps:
  4067. - checkout
  4068. -
  4069. run:
  4070. name: 'Regression for https://www.pafa.org/school/academics/undergraduate/first-year-foundation'
  4071. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/undergraduate/first-year-foundation'''
  4072. -
  4073. run:
  4074. name: 'backstop reference schoolacademicsundergraduatefirstyearfoundation'
  4075. command: './run/backstop-reference.sh 115'
  4076. no_output_timeout: 120
  4077. -
  4078. run:
  4079. name: 'backstop test schoolacademicsundergraduatefirstyearfoundation'
  4080. command: './run/backstop-test.sh 115'
  4081. no_output_timeout: 120
  4082. -
  4083. run:
  4084. name: 'preserve artifacts'
  4085. command: ./run/preserve-artifacts.sh
  4086. -
  4087. store_artifacts:
  4088. path: /tmp/artifacts
  4089. destination: artifacts
  4090. -
  4091. persist_to_workspace:
  4092. root: .
  4093. paths:
  4094. - results/115
  4095. - results/115.txt
  4096. schoolacademicsundergraduatepennbfa:
  4097. docker:
  4098. -
  4099. image: 'backstopjs/backstopjs:5.0.7'
  4100. working_directory: ~/ma-backstop-crawler
  4101. steps:
  4102. - checkout
  4103. -
  4104. run:
  4105. name: 'Regression for https://www.pafa.org/school/academics/undergraduate/penn-bfa'
  4106. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/undergraduate/penn-bfa'''
  4107. -
  4108. run:
  4109. name: 'backstop reference schoolacademicsundergraduatepennbfa'
  4110. command: './run/backstop-reference.sh 116'
  4111. no_output_timeout: 120
  4112. -
  4113. run:
  4114. name: 'backstop test schoolacademicsundergraduatepennbfa'
  4115. command: './run/backstop-test.sh 116'
  4116. no_output_timeout: 120
  4117. -
  4118. run:
  4119. name: 'preserve artifacts'
  4120. command: ./run/preserve-artifacts.sh
  4121. -
  4122. store_artifacts:
  4123. path: /tmp/artifacts
  4124. destination: artifacts
  4125. -
  4126. persist_to_workspace:
  4127. root: .
  4128. paths:
  4129. - results/116
  4130. - results/116.txt
  4131. schoolacademicsundergraduatepennbfaapply:
  4132. docker:
  4133. -
  4134. image: 'backstopjs/backstopjs:5.0.7'
  4135. working_directory: ~/ma-backstop-crawler
  4136. steps:
  4137. - checkout
  4138. -
  4139. run:
  4140. name: 'Regression for https://www.pafa.org/school/academics/undergraduate/penn-bfa/apply'
  4141. command: 'echo ''Running backstop regression on https://www.pafa.org/school/academics/undergraduate/penn-bfa/apply'''
  4142. -
  4143. run:
  4144. name: 'backstop reference schoolacademicsundergraduatepennbfaapply'
  4145. command: './run/backstop-reference.sh 117'
  4146. no_output_timeout: 120
  4147. -
  4148. run:
  4149. name: 'backstop test schoolacademicsundergraduatepennbfaapply'
  4150. command: './run/backstop-test.sh 117'
  4151. no_output_timeout: 120
  4152. -
  4153. run:
  4154. name: 'preserve artifacts'
  4155. command: ./run/preserve-artifacts.sh
  4156. -
  4157. store_artifacts:
  4158. path: /tmp/artifacts
  4159. destination: artifacts
  4160. -
  4161. persist_to_workspace:
  4162. root: .
  4163. paths:
  4164. - results/117
  4165. - results/117.txt
  4166. schooladmissionscontact:
  4167. docker:
  4168. -
  4169. image: 'backstopjs/backstopjs:5.0.7'
  4170. working_directory: ~/ma-backstop-crawler
  4171. steps:
  4172. - checkout
  4173. -
  4174. run:
  4175. name: 'Regression for https://www.pafa.org/school/admissions/contact'
  4176. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/contact'''
  4177. -
  4178. run:
  4179. name: 'backstop reference schooladmissionscontact'
  4180. command: './run/backstop-reference.sh 118'
  4181. no_output_timeout: 120
  4182. -
  4183. run:
  4184. name: 'backstop test schooladmissionscontact'
  4185. command: './run/backstop-test.sh 118'
  4186. no_output_timeout: 120
  4187. -
  4188. run:
  4189. name: 'preserve artifacts'
  4190. command: ./run/preserve-artifacts.sh
  4191. -
  4192. store_artifacts:
  4193. path: /tmp/artifacts
  4194. destination: artifacts
  4195. -
  4196. persist_to_workspace:
  4197. root: .
  4198. paths:
  4199. - results/118
  4200. - results/118.txt
  4201. schooladmissionscontactadmissionsportfolioreviews:
  4202. docker:
  4203. -
  4204. image: 'backstopjs/backstopjs:5.0.7'
  4205. working_directory: ~/ma-backstop-crawler
  4206. steps:
  4207. - checkout
  4208. -
  4209. run:
  4210. name: 'Regression for https://www.pafa.org/school/admissions/contact-admissions/portfolio-reviews'
  4211. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/contact-admissions/portfolio-reviews'''
  4212. -
  4213. run:
  4214. name: 'backstop reference schooladmissionscontactadmissionsportfolioreviews'
  4215. command: './run/backstop-reference.sh 119'
  4216. no_output_timeout: 120
  4217. -
  4218. run:
  4219. name: 'backstop test schooladmissionscontactadmissionsportfolioreviews'
  4220. command: './run/backstop-test.sh 119'
  4221. no_output_timeout: 120
  4222. -
  4223. run:
  4224. name: 'preserve artifacts'
  4225. command: ./run/preserve-artifacts.sh
  4226. -
  4227. store_artifacts:
  4228. path: /tmp/artifacts
  4229. destination: artifacts
  4230. -
  4231. persist_to_workspace:
  4232. root: .
  4233. paths:
  4234. - results/119
  4235. - results/119.txt
  4236. schooladmissionscontactadmissionsschedulevisit:
  4237. docker:
  4238. -
  4239. image: 'backstopjs/backstopjs:5.0.7'
  4240. working_directory: ~/ma-backstop-crawler
  4241. steps:
  4242. - checkout
  4243. -
  4244. run:
  4245. name: 'Regression for https://www.pafa.org/school/admissions/contact-admissions/schedule-visit'
  4246. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/contact-admissions/schedule-visit'''
  4247. -
  4248. run:
  4249. name: 'backstop reference schooladmissionscontactadmissionsschedulevisit'
  4250. command: './run/backstop-reference.sh 120'
  4251. no_output_timeout: 120
  4252. -
  4253. run:
  4254. name: 'backstop test schooladmissionscontactadmissionsschedulevisit'
  4255. command: './run/backstop-test.sh 120'
  4256. no_output_timeout: 120
  4257. -
  4258. run:
  4259. name: 'preserve artifacts'
  4260. command: ./run/preserve-artifacts.sh
  4261. -
  4262. store_artifacts:
  4263. path: /tmp/artifacts
  4264. destination: artifacts
  4265. -
  4266. persist_to_workspace:
  4267. root: .
  4268. paths:
  4269. - results/120
  4270. - results/120.txt
  4271. schooladmissionsgraduate:
  4272. docker:
  4273. -
  4274. image: 'backstopjs/backstopjs:5.0.7'
  4275. working_directory: ~/ma-backstop-crawler
  4276. steps:
  4277. - checkout
  4278. -
  4279. run:
  4280. name: 'Regression for https://www.pafa.org/school/admissions/graduate'
  4281. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/graduate'''
  4282. -
  4283. run:
  4284. name: 'backstop reference schooladmissionsgraduate'
  4285. command: './run/backstop-reference.sh 121'
  4286. no_output_timeout: 120
  4287. -
  4288. run:
  4289. name: 'backstop test schooladmissionsgraduate'
  4290. command: './run/backstop-test.sh 121'
  4291. no_output_timeout: 120
  4292. -
  4293. run:
  4294. name: 'preserve artifacts'
  4295. command: ./run/preserve-artifacts.sh
  4296. -
  4297. store_artifacts:
  4298. path: /tmp/artifacts
  4299. destination: artifacts
  4300. -
  4301. persist_to_workspace:
  4302. root: .
  4303. paths:
  4304. - results/121
  4305. - results/121.txt
  4306. schooladmissionsgraduateapplypafa:
  4307. docker:
  4308. -
  4309. image: 'backstopjs/backstopjs:5.0.7'
  4310. working_directory: ~/ma-backstop-crawler
  4311. steps:
  4312. - checkout
  4313. -
  4314. run:
  4315. name: 'Regression for https://www.pafa.org/school/admissions/graduate/apply-pafa'
  4316. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/graduate/apply-pafa'''
  4317. -
  4318. run:
  4319. name: 'backstop reference schooladmissionsgraduateapplypafa'
  4320. command: './run/backstop-reference.sh 122'
  4321. no_output_timeout: 120
  4322. -
  4323. run:
  4324. name: 'backstop test schooladmissionsgraduateapplypafa'
  4325. command: './run/backstop-test.sh 122'
  4326. no_output_timeout: 120
  4327. -
  4328. run:
  4329. name: 'preserve artifacts'
  4330. command: ./run/preserve-artifacts.sh
  4331. -
  4332. store_artifacts:
  4333. path: /tmp/artifacts
  4334. destination: artifacts
  4335. -
  4336. persist_to_workspace:
  4337. root: .
  4338. paths:
  4339. - results/122
  4340. - results/122.txt
  4341. schooladmissionsgraduategraduateapplicationprocess:
  4342. docker:
  4343. -
  4344. image: 'backstopjs/backstopjs:5.0.7'
  4345. working_directory: ~/ma-backstop-crawler
  4346. steps:
  4347. - checkout
  4348. -
  4349. run:
  4350. name: 'Regression for https://www.pafa.org/school/admissions/graduate/graduate-application-process'
  4351. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/graduate/graduate-application-process'''
  4352. -
  4353. run:
  4354. name: 'backstop reference schooladmissionsgraduategraduateapplicationprocess'
  4355. command: './run/backstop-reference.sh 123'
  4356. no_output_timeout: 120
  4357. -
  4358. run:
  4359. name: 'backstop test schooladmissionsgraduategraduateapplicationprocess'
  4360. command: './run/backstop-test.sh 123'
  4361. no_output_timeout: 120
  4362. -
  4363. run:
  4364. name: 'preserve artifacts'
  4365. command: ./run/preserve-artifacts.sh
  4366. -
  4367. store_artifacts:
  4368. path: /tmp/artifacts
  4369. destination: artifacts
  4370. -
  4371. persist_to_workspace:
  4372. root: .
  4373. paths:
  4374. - results/123
  4375. - results/123.txt
  4376. schooladmissionstransferapplypafa:
  4377. docker:
  4378. -
  4379. image: 'backstopjs/backstopjs:5.0.7'
  4380. working_directory: ~/ma-backstop-crawler
  4381. steps:
  4382. - checkout
  4383. -
  4384. run:
  4385. name: 'Regression for https://www.pafa.org/school/admissions/transfer/apply-pafa'
  4386. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/transfer/apply-pafa'''
  4387. -
  4388. run:
  4389. name: 'backstop reference schooladmissionstransferapplypafa'
  4390. command: './run/backstop-reference.sh 124'
  4391. no_output_timeout: 120
  4392. -
  4393. run:
  4394. name: 'backstop test schooladmissionstransferapplypafa'
  4395. command: './run/backstop-test.sh 124'
  4396. no_output_timeout: 120
  4397. -
  4398. run:
  4399. name: 'preserve artifacts'
  4400. command: ./run/preserve-artifacts.sh
  4401. -
  4402. store_artifacts:
  4403. path: /tmp/artifacts
  4404. destination: artifacts
  4405. -
  4406. persist_to_workspace:
  4407. root: .
  4408. paths:
  4409. - results/124
  4410. - results/124.txt
  4411. schooladmissionstransfercontact:
  4412. docker:
  4413. -
  4414. image: 'backstopjs/backstopjs:5.0.7'
  4415. working_directory: ~/ma-backstop-crawler
  4416. steps:
  4417. - checkout
  4418. -
  4419. run:
  4420. name: 'Regression for https://www.pafa.org/school/admissions/transfer/contact'
  4421. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/transfer/contact'''
  4422. -
  4423. run:
  4424. name: 'backstop reference schooladmissionstransfercontact'
  4425. command: './run/backstop-reference.sh 125'
  4426. no_output_timeout: 120
  4427. -
  4428. run:
  4429. name: 'backstop test schooladmissionstransfercontact'
  4430. command: './run/backstop-test.sh 125'
  4431. no_output_timeout: 120
  4432. -
  4433. run:
  4434. name: 'preserve artifacts'
  4435. command: ./run/preserve-artifacts.sh
  4436. -
  4437. store_artifacts:
  4438. path: /tmp/artifacts
  4439. destination: artifacts
  4440. -
  4441. persist_to_workspace:
  4442. root: .
  4443. paths:
  4444. - results/125
  4445. - results/125.txt
  4446. schooladmissionstransferschedulevisit:
  4447. docker:
  4448. -
  4449. image: 'backstopjs/backstopjs:5.0.7'
  4450. working_directory: ~/ma-backstop-crawler
  4451. steps:
  4452. - checkout
  4453. -
  4454. run:
  4455. name: 'Regression for https://www.pafa.org/school/admissions/transfer/schedule-visit'
  4456. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/transfer/schedule-visit'''
  4457. -
  4458. run:
  4459. name: 'backstop reference schooladmissionstransferschedulevisit'
  4460. command: './run/backstop-reference.sh 126'
  4461. no_output_timeout: 120
  4462. -
  4463. run:
  4464. name: 'backstop test schooladmissionstransferschedulevisit'
  4465. command: './run/backstop-test.sh 126'
  4466. no_output_timeout: 120
  4467. -
  4468. run:
  4469. name: 'preserve artifacts'
  4470. command: ./run/preserve-artifacts.sh
  4471. -
  4472. store_artifacts:
  4473. path: /tmp/artifacts
  4474. destination: artifacts
  4475. -
  4476. persist_to_workspace:
  4477. root: .
  4478. paths:
  4479. - results/126
  4480. - results/126.txt
  4481. schooladmissionsundergraduate:
  4482. docker:
  4483. -
  4484. image: 'backstopjs/backstopjs:5.0.7'
  4485. working_directory: ~/ma-backstop-crawler
  4486. steps:
  4487. - checkout
  4488. -
  4489. run:
  4490. name: 'Regression for https://www.pafa.org/school/admissions/undergraduate'
  4491. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/undergraduate'''
  4492. -
  4493. run:
  4494. name: 'backstop reference schooladmissionsundergraduate'
  4495. command: './run/backstop-reference.sh 127'
  4496. no_output_timeout: 120
  4497. -
  4498. run:
  4499. name: 'backstop test schooladmissionsundergraduate'
  4500. command: './run/backstop-test.sh 127'
  4501. no_output_timeout: 120
  4502. -
  4503. run:
  4504. name: 'preserve artifacts'
  4505. command: ./run/preserve-artifacts.sh
  4506. -
  4507. store_artifacts:
  4508. path: /tmp/artifacts
  4509. destination: artifacts
  4510. -
  4511. persist_to_workspace:
  4512. root: .
  4513. paths:
  4514. - results/127
  4515. - results/127.txt
  4516. schooladmissionsundergraduateapplypafa:
  4517. docker:
  4518. -
  4519. image: 'backstopjs/backstopjs:5.0.7'
  4520. working_directory: ~/ma-backstop-crawler
  4521. steps:
  4522. - checkout
  4523. -
  4524. run:
  4525. name: 'Regression for https://www.pafa.org/school/admissions/undergraduate/apply-pafa'
  4526. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/undergraduate/apply-pafa'''
  4527. -
  4528. run:
  4529. name: 'backstop reference schooladmissionsundergraduateapplypafa'
  4530. command: './run/backstop-reference.sh 128'
  4531. no_output_timeout: 120
  4532. -
  4533. run:
  4534. name: 'backstop test schooladmissionsundergraduateapplypafa'
  4535. command: './run/backstop-test.sh 128'
  4536. no_output_timeout: 120
  4537. -
  4538. run:
  4539. name: 'preserve artifacts'
  4540. command: ./run/preserve-artifacts.sh
  4541. -
  4542. store_artifacts:
  4543. path: /tmp/artifacts
  4544. destination: artifacts
  4545. -
  4546. persist_to_workspace:
  4547. root: .
  4548. paths:
  4549. - results/128
  4550. - results/128.txt
  4551. schooladmissionsundergraduateundergraduateapplicationmaterials:
  4552. docker:
  4553. -
  4554. image: 'backstopjs/backstopjs:5.0.7'
  4555. working_directory: ~/ma-backstop-crawler
  4556. steps:
  4557. - checkout
  4558. -
  4559. run:
  4560. name: 'Regression for https://www.pafa.org/school/admissions/undergraduate/undergraduate-application-materials'
  4561. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/undergraduate/undergraduate-application-materials'''
  4562. -
  4563. run:
  4564. name: 'backstop reference schooladmissionsundergraduateundergraduateapplicationmaterials'
  4565. command: './run/backstop-reference.sh 129'
  4566. no_output_timeout: 120
  4567. -
  4568. run:
  4569. name: 'backstop test schooladmissionsundergraduateundergraduateapplicationmaterials'
  4570. command: './run/backstop-test.sh 129'
  4571. no_output_timeout: 120
  4572. -
  4573. run:
  4574. name: 'preserve artifacts'
  4575. command: ./run/preserve-artifacts.sh
  4576. -
  4577. store_artifacts:
  4578. path: /tmp/artifacts
  4579. destination: artifacts
  4580. -
  4581. persist_to_workspace:
  4582. root: .
  4583. paths:
  4584. - results/129
  4585. - results/129.txt
  4586. schooladmissionsundergraduateundergraduateapplicationprocess:
  4587. docker:
  4588. -
  4589. image: 'backstopjs/backstopjs:5.0.7'
  4590. working_directory: ~/ma-backstop-crawler
  4591. steps:
  4592. - checkout
  4593. -
  4594. run:
  4595. name: 'Regression for https://www.pafa.org/school/admissions/undergraduate/undergraduate-application-process'
  4596. command: 'echo ''Running backstop regression on https://www.pafa.org/school/admissions/undergraduate/undergraduate-application-process'''
  4597. -
  4598. run:
  4599. name: 'backstop reference schooladmissionsundergraduateundergraduateapplicationprocess'
  4600. command: './run/backstop-reference.sh 130'
  4601. no_output_timeout: 120
  4602. -
  4603. run:
  4604. name: 'backstop test schooladmissionsundergraduateundergraduateapplicationprocess'
  4605. command: './run/backstop-test.sh 130'
  4606. no_output_timeout: 120
  4607. -
  4608. run:
  4609. name: 'preserve artifacts'
  4610. command: ./run/preserve-artifacts.sh
  4611. -
  4612. store_artifacts:
  4613. path: /tmp/artifacts
  4614. destination: artifacts
  4615. -
  4616. persist_to_workspace:
  4617. root: .
  4618. paths:
  4619. - results/130
  4620. - results/130.txt
  4621. schoolalumni:
  4622. docker:
  4623. -
  4624. image: 'backstopjs/backstopjs:5.0.7'
  4625. working_directory: ~/ma-backstop-crawler
  4626. steps:
  4627. - checkout
  4628. -
  4629. run:
  4630. name: 'Regression for https://www.pafa.org/school/alumni'
  4631. command: 'echo ''Running backstop regression on https://www.pafa.org/school/alumni'''
  4632. -
  4633. run:
  4634. name: 'backstop reference schoolalumni'
  4635. command: './run/backstop-reference.sh 131'
  4636. no_output_timeout: 120
  4637. -
  4638. run:
  4639. name: 'backstop test schoolalumni'
  4640. command: './run/backstop-test.sh 131'
  4641. no_output_timeout: 120
  4642. -
  4643. run:
  4644. name: 'preserve artifacts'
  4645. command: ./run/preserve-artifacts.sh
  4646. -
  4647. store_artifacts:
  4648. path: /tmp/artifacts
  4649. destination: artifacts
  4650. -
  4651. persist_to_workspace:
  4652. root: .
  4653. paths:
  4654. - results/131
  4655. - results/131.txt
  4656. schoolalumnialumnievents:
  4657. docker:
  4658. -
  4659. image: 'backstopjs/backstopjs:5.0.7'
  4660. working_directory: ~/ma-backstop-crawler
  4661. steps:
  4662. - checkout
  4663. -
  4664. run:
  4665. name: 'Regression for https://www.pafa.org/school/alumni/alumni-events'
  4666. command: 'echo ''Running backstop regression on https://www.pafa.org/school/alumni/alumni-events'''
  4667. -
  4668. run:
  4669. name: 'backstop reference schoolalumnialumnievents'
  4670. command: './run/backstop-reference.sh 132'
  4671. no_output_timeout: 120
  4672. -
  4673. run:
  4674. name: 'backstop test schoolalumnialumnievents'
  4675. command: './run/backstop-test.sh 132'
  4676. no_output_timeout: 120
  4677. -
  4678. run:
  4679. name: 'preserve artifacts'
  4680. command: ./run/preserve-artifacts.sh
  4681. -
  4682. store_artifacts:
  4683. path: /tmp/artifacts
  4684. destination: artifacts
  4685. -
  4686. persist_to_workspace:
  4687. root: .
  4688. paths:
  4689. - results/132
  4690. - results/132.txt
  4691. schoolalumniassociation:
  4692. docker:
  4693. -
  4694. image: 'backstopjs/backstopjs:5.0.7'
  4695. working_directory: ~/ma-backstop-crawler
  4696. steps:
  4697. - checkout
  4698. -
  4699. run:
  4700. name: 'Regression for https://www.pafa.org/school/alumni/association'
  4701. command: 'echo ''Running backstop regression on https://www.pafa.org/school/alumni/association'''
  4702. -
  4703. run:
  4704. name: 'backstop reference schoolalumniassociation'
  4705. command: './run/backstop-reference.sh 133'
  4706. no_output_timeout: 120
  4707. -
  4708. run:
  4709. name: 'backstop test schoolalumniassociation'
  4710. command: './run/backstop-test.sh 133'
  4711. no_output_timeout: 120
  4712. -
  4713. run:
  4714. name: 'preserve artifacts'
  4715. command: ./run/preserve-artifacts.sh
  4716. -
  4717. store_artifacts:
  4718. path: /tmp/artifacts
  4719. destination: artifacts
  4720. -
  4721. persist_to_workspace:
  4722. root: .
  4723. paths:
  4724. - results/133
  4725. - results/133.txt
  4726. schoolalumniassociationalumniawards:
  4727. docker:
  4728. -
  4729. image: 'backstopjs/backstopjs:5.0.7'
  4730. working_directory: ~/ma-backstop-crawler
  4731. steps:
  4732. - checkout
  4733. -
  4734. run:
  4735. name: 'Regression for https://www.pafa.org/school/alumni/association/alumni-awards'
  4736. command: 'echo ''Running backstop regression on https://www.pafa.org/school/alumni/association/alumni-awards'''
  4737. -
  4738. run:
  4739. name: 'backstop reference schoolalumniassociationalumniawards'
  4740. command: './run/backstop-reference.sh 134'
  4741. no_output_timeout: 120
  4742. -
  4743. run:
  4744. name: 'backstop test schoolalumniassociationalumniawards'
  4745. command: './run/backstop-test.sh 134'
  4746. no_output_timeout: 120
  4747. -
  4748. run:
  4749. name: 'preserve artifacts'
  4750. command: ./run/preserve-artifacts.sh
  4751. -
  4752. store_artifacts:
  4753. path: /tmp/artifacts
  4754. destination: artifacts
  4755. -
  4756. persist_to_workspace:
  4757. root: .
  4758. paths:
  4759. - results/134
  4760. - results/134.txt
  4761. schoolalumnigallery:
  4762. docker:
  4763. -
  4764. image: 'backstopjs/backstopjs:5.0.7'
  4765. working_directory: ~/ma-backstop-crawler
  4766. steps:
  4767. - checkout
  4768. -
  4769. run:
  4770. name: 'Regression for https://www.pafa.org/school/alumni/gallery'
  4771. command: 'echo ''Running backstop regression on https://www.pafa.org/school/alumni/gallery'''
  4772. -
  4773. run:
  4774. name: 'backstop reference schoolalumnigallery'
  4775. command: './run/backstop-reference.sh 135'
  4776. no_output_timeout: 120
  4777. -
  4778. run:
  4779. name: 'backstop test schoolalumnigallery'
  4780. command: './run/backstop-test.sh 135'
  4781. no_output_timeout: 120
  4782. -
  4783. run:
  4784. name: 'preserve artifacts'
  4785. command: ./run/preserve-artifacts.sh
  4786. -
  4787. store_artifacts:
  4788. path: /tmp/artifacts
  4789. destination: artifacts
  4790. -
  4791. persist_to_workspace:
  4792. root: .
  4793. paths:
  4794. - results/135
  4795. - results/135.txt
  4796. schoollibraryarticlesebooks:
  4797. docker:
  4798. -
  4799. image: 'backstopjs/backstopjs:5.0.7'
  4800. working_directory: ~/ma-backstop-crawler
  4801. steps:
  4802. - checkout
  4803. -
  4804. run:
  4805. name: 'Regression for https://www.pafa.org/school/library/articles-e-books'
  4806. command: 'echo ''Running backstop regression on https://www.pafa.org/school/library/articles-e-books'''
  4807. -
  4808. run:
  4809. name: 'backstop reference schoollibraryarticlesebooks'
  4810. command: './run/backstop-reference.sh 136'
  4811. no_output_timeout: 120
  4812. -
  4813. run:
  4814. name: 'backstop test schoollibraryarticlesebooks'
  4815. command: './run/backstop-test.sh 136'
  4816. no_output_timeout: 120
  4817. -
  4818. run:
  4819. name: 'preserve artifacts'
  4820. command: ./run/preserve-artifacts.sh
  4821. -
  4822. store_artifacts:
  4823. path: /tmp/artifacts
  4824. destination: artifacts
  4825. -
  4826. persist_to_workspace:
  4827. root: .
  4828. paths:
  4829. - results/136
  4830. - results/136.txt
  4831. schoollibrarydigitalimagemediaresources:
  4832. docker:
  4833. -
  4834. image: 'backstopjs/backstopjs:5.0.7'
  4835. working_directory: ~/ma-backstop-crawler
  4836. steps:
  4837. - checkout
  4838. -
  4839. run:
  4840. name: 'Regression for https://www.pafa.org/school/library/digital-image-media-resources'
  4841. command: 'echo ''Running backstop regression on https://www.pafa.org/school/library/digital-image-media-resources'''
  4842. -
  4843. run:
  4844. name: 'backstop reference schoollibrarydigitalimagemediaresources'
  4845. command: './run/backstop-reference.sh 137'
  4846. no_output_timeout: 120
  4847. -
  4848. run:
  4849. name: 'backstop test schoollibrarydigitalimagemediaresources'
  4850. command: './run/backstop-test.sh 137'
  4851. no_output_timeout: 120
  4852. -
  4853. run:
  4854. name: 'preserve artifacts'
  4855. command: ./run/preserve-artifacts.sh
  4856. -
  4857. store_artifacts:
  4858. path: /tmp/artifacts
  4859. destination: artifacts
  4860. -
  4861. persist_to_workspace:
  4862. root: .
  4863. paths:
  4864. - results/137
  4865. - results/137.txt
  4866. schoollibraryphotographingeditingwork:
  4867. docker:
  4868. -
  4869. image: 'backstopjs/backstopjs:5.0.7'
  4870. working_directory: ~/ma-backstop-crawler
  4871. steps:
  4872. - checkout
  4873. -
  4874. run:
  4875. name: 'Regression for https://www.pafa.org/school/library/photographing-editing-work'
  4876. command: 'echo ''Running backstop regression on https://www.pafa.org/school/library/photographing-editing-work'''
  4877. -
  4878. run:
  4879. name: 'backstop reference schoollibraryphotographingeditingwork'
  4880. command: './run/backstop-reference.sh 138'
  4881. no_output_timeout: 120
  4882. -
  4883. run:
  4884. name: 'backstop test schoollibraryphotographingeditingwork'
  4885. command: './run/backstop-test.sh 138'
  4886. no_output_timeout: 120
  4887. -
  4888. run:
  4889. name: 'preserve artifacts'
  4890. command: ./run/preserve-artifacts.sh
  4891. -
  4892. store_artifacts:
  4893. path: /tmp/artifacts
  4894. destination: artifacts
  4895. -
  4896. persist_to_workspace:
  4897. root: .
  4898. paths:
  4899. - results/138
  4900. - results/138.txt
  4901. schoolstudentlife:
  4902. docker:
  4903. -
  4904. image: 'backstopjs/backstopjs:5.0.7'
  4905. working_directory: ~/ma-backstop-crawler
  4906. steps:
  4907. - checkout
  4908. -
  4909. run:
  4910. name: 'Regression for https://www.pafa.org/school/student-life'
  4911. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life'''
  4912. -
  4913. run:
  4914. name: 'backstop reference schoolstudentlife'
  4915. command: './run/backstop-reference.sh 139'
  4916. no_output_timeout: 120
  4917. -
  4918. run:
  4919. name: 'backstop test schoolstudentlife'
  4920. command: './run/backstop-test.sh 139'
  4921. no_output_timeout: 120
  4922. -
  4923. run:
  4924. name: 'preserve artifacts'
  4925. command: ./run/preserve-artifacts.sh
  4926. -
  4927. store_artifacts:
  4928. path: /tmp/artifacts
  4929. destination: artifacts
  4930. -
  4931. persist_to_workspace:
  4932. root: .
  4933. paths:
  4934. - results/139
  4935. - results/139.txt
  4936. schoolstudentlifeadvisingacademicsupport:
  4937. docker:
  4938. -
  4939. image: 'backstopjs/backstopjs:5.0.7'
  4940. working_directory: ~/ma-backstop-crawler
  4941. steps:
  4942. - checkout
  4943. -
  4944. run:
  4945. name: 'Regression for https://www.pafa.org/school/student-life/advising-academic-support'
  4946. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/advising-academic-support'''
  4947. -
  4948. run:
  4949. name: 'backstop reference schoolstudentlifeadvisingacademicsupport'
  4950. command: './run/backstop-reference.sh 140'
  4951. no_output_timeout: 120
  4952. -
  4953. run:
  4954. name: 'backstop test schoolstudentlifeadvisingacademicsupport'
  4955. command: './run/backstop-test.sh 140'
  4956. no_output_timeout: 120
  4957. -
  4958. run:
  4959. name: 'preserve artifacts'
  4960. command: ./run/preserve-artifacts.sh
  4961. -
  4962. store_artifacts:
  4963. path: /tmp/artifacts
  4964. destination: artifacts
  4965. -
  4966. persist_to_workspace:
  4967. root: .
  4968. paths:
  4969. - results/140
  4970. - results/140.txt
  4971. schoolstudentlifecareerservices:
  4972. docker:
  4973. -
  4974. image: 'backstopjs/backstopjs:5.0.7'
  4975. working_directory: ~/ma-backstop-crawler
  4976. steps:
  4977. - checkout
  4978. -
  4979. run:
  4980. name: 'Regression for https://www.pafa.org/school/student-life/career-services'
  4981. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/career-services'''
  4982. -
  4983. run:
  4984. name: 'backstop reference schoolstudentlifecareerservices'
  4985. command: './run/backstop-reference.sh 141'
  4986. no_output_timeout: 120
  4987. -
  4988. run:
  4989. name: 'backstop test schoolstudentlifecareerservices'
  4990. command: './run/backstop-test.sh 141'
  4991. no_output_timeout: 120
  4992. -
  4993. run:
  4994. name: 'preserve artifacts'
  4995. command: ./run/preserve-artifacts.sh
  4996. -
  4997. store_artifacts:
  4998. path: /tmp/artifacts
  4999. destination: artifacts
  5000. -
  5001. persist_to_workspace:
  5002. root: .
  5003. paths:
  5004. - results/141
  5005. - results/141.txt
  5006. schoolstudentlifecareerservicesartistfellowshipopportunities:
  5007. docker:
  5008. -
  5009. image: 'backstopjs/backstopjs:5.0.7'
  5010. working_directory: ~/ma-backstop-crawler
  5011. steps:
  5012. - checkout
  5013. -
  5014. run:
  5015. name: 'Regression for https://www.pafa.org/school/student-life/career-services/artist-fellowship-opportunities'
  5016. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/career-services/artist-fellowship-opportunities'''
  5017. -
  5018. run:
  5019. name: 'backstop reference schoolstudentlifecareerservicesartistfellowshipopportunities'
  5020. command: './run/backstop-reference.sh 142'
  5021. no_output_timeout: 120
  5022. -
  5023. run:
  5024. name: 'backstop test schoolstudentlifecareerservicesartistfellowshipopportunities'
  5025. command: './run/backstop-test.sh 142'
  5026. no_output_timeout: 120
  5027. -
  5028. run:
  5029. name: 'preserve artifacts'
  5030. command: ./run/preserve-artifacts.sh
  5031. -
  5032. store_artifacts:
  5033. path: /tmp/artifacts
  5034. destination: artifacts
  5035. -
  5036. persist_to_workspace:
  5037. root: .
  5038. paths:
  5039. - results/142
  5040. - results/142.txt
  5041. schoolstudentlifecareerservicesartistresidencyopportunities:
  5042. docker:
  5043. -
  5044. image: 'backstopjs/backstopjs:5.0.7'
  5045. working_directory: ~/ma-backstop-crawler
  5046. steps:
  5047. - checkout
  5048. -
  5049. run:
  5050. name: 'Regression for https://www.pafa.org/school/student-life/career-services/artist-residency-opportunities'
  5051. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/career-services/artist-residency-opportunities'''
  5052. -
  5053. run:
  5054. name: 'backstop reference schoolstudentlifecareerservicesartistresidencyopportunities'
  5055. command: './run/backstop-reference.sh 143'
  5056. no_output_timeout: 120
  5057. -
  5058. run:
  5059. name: 'backstop test schoolstudentlifecareerservicesartistresidencyopportunities'
  5060. command: './run/backstop-test.sh 143'
  5061. no_output_timeout: 120
  5062. -
  5063. run:
  5064. name: 'preserve artifacts'
  5065. command: ./run/preserve-artifacts.sh
  5066. -
  5067. store_artifacts:
  5068. path: /tmp/artifacts
  5069. destination: artifacts
  5070. -
  5071. persist_to_workspace:
  5072. root: .
  5073. paths:
  5074. - results/143
  5075. - results/143.txt
  5076. schoolstudentlifecareerservicesfineartsventurefund:
  5077. docker:
  5078. -
  5079. image: 'backstopjs/backstopjs:5.0.7'
  5080. working_directory: ~/ma-backstop-crawler
  5081. steps:
  5082. - checkout
  5083. -
  5084. run:
  5085. name: 'Regression for https://www.pafa.org/school/student-life/career-services/fine-arts-venture-fund'
  5086. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/career-services/fine-arts-venture-fund'''
  5087. -
  5088. run:
  5089. name: 'backstop reference schoolstudentlifecareerservicesfineartsventurefund'
  5090. command: './run/backstop-reference.sh 144'
  5091. no_output_timeout: 120
  5092. -
  5093. run:
  5094. name: 'backstop test schoolstudentlifecareerservicesfineartsventurefund'
  5095. command: './run/backstop-test.sh 144'
  5096. no_output_timeout: 120
  5097. -
  5098. run:
  5099. name: 'preserve artifacts'
  5100. command: ./run/preserve-artifacts.sh
  5101. -
  5102. store_artifacts:
  5103. path: /tmp/artifacts
  5104. destination: artifacts
  5105. -
  5106. persist_to_workspace:
  5107. root: .
  5108. paths:
  5109. - results/144
  5110. - results/144.txt
  5111. schoolstudentlifeclubsandactivitiesvisitingartistsprogram:
  5112. docker:
  5113. -
  5114. image: 'backstopjs/backstopjs:5.0.7'
  5115. working_directory: ~/ma-backstop-crawler
  5116. steps:
  5117. - checkout
  5118. -
  5119. run:
  5120. name: 'Regression for https://www.pafa.org/school/student-life/clubs-and-activities/visiting-artists-program'
  5121. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/clubs-and-activities/visiting-artists-program'''
  5122. -
  5123. run:
  5124. name: 'backstop reference schoolstudentlifeclubsandactivitiesvisitingartistsprogram'
  5125. command: './run/backstop-reference.sh 145'
  5126. no_output_timeout: 120
  5127. -
  5128. run:
  5129. name: 'backstop test schoolstudentlifeclubsandactivitiesvisitingartistsprogram'
  5130. command: './run/backstop-test.sh 145'
  5131. no_output_timeout: 120
  5132. -
  5133. run:
  5134. name: 'preserve artifacts'
  5135. command: ./run/preserve-artifacts.sh
  5136. -
  5137. store_artifacts:
  5138. path: /tmp/artifacts
  5139. destination: artifacts
  5140. -
  5141. persist_to_workspace:
  5142. root: .
  5143. paths:
  5144. - results/145
  5145. - results/145.txt
  5146. schoolstudentlifehealthwellness:
  5147. docker:
  5148. -
  5149. image: 'backstopjs/backstopjs:5.0.7'
  5150. working_directory: ~/ma-backstop-crawler
  5151. steps:
  5152. - checkout
  5153. -
  5154. run:
  5155. name: 'Regression for https://www.pafa.org/school/student-life/health-wellness'
  5156. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/health-wellness'''
  5157. -
  5158. run:
  5159. name: 'backstop reference schoolstudentlifehealthwellness'
  5160. command: './run/backstop-reference.sh 146'
  5161. no_output_timeout: 120
  5162. -
  5163. run:
  5164. name: 'backstop test schoolstudentlifehealthwellness'
  5165. command: './run/backstop-test.sh 146'
  5166. no_output_timeout: 120
  5167. -
  5168. run:
  5169. name: 'preserve artifacts'
  5170. command: ./run/preserve-artifacts.sh
  5171. -
  5172. store_artifacts:
  5173. path: /tmp/artifacts
  5174. destination: artifacts
  5175. -
  5176. persist_to_workspace:
  5177. root: .
  5178. paths:
  5179. - results/146
  5180. - results/146.txt
  5181. schoolstudentlifeorganizationsprogramsvisitingartistprogram:
  5182. docker:
  5183. -
  5184. image: 'backstopjs/backstopjs:5.0.7'
  5185. working_directory: ~/ma-backstop-crawler
  5186. steps:
  5187. - checkout
  5188. -
  5189. run:
  5190. name: 'Regression for https://www.pafa.org/school/student-life/organizations-programs/visiting-artist-program'
  5191. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/organizations-programs/visiting-artist-program'''
  5192. -
  5193. run:
  5194. name: 'backstop reference schoolstudentlifeorganizationsprogramsvisitingartistprogram'
  5195. command: './run/backstop-reference.sh 147'
  5196. no_output_timeout: 120
  5197. -
  5198. run:
  5199. name: 'backstop test schoolstudentlifeorganizationsprogramsvisitingartistprogram'
  5200. command: './run/backstop-test.sh 147'
  5201. no_output_timeout: 120
  5202. -
  5203. run:
  5204. name: 'preserve artifacts'
  5205. command: ./run/preserve-artifacts.sh
  5206. -
  5207. store_artifacts:
  5208. path: /tmp/artifacts
  5209. destination: artifacts
  5210. -
  5211. persist_to_workspace:
  5212. root: .
  5213. paths:
  5214. - results/147
  5215. - results/147.txt
  5216. schoolstudentliferegistraracademiccalendar:
  5217. docker:
  5218. -
  5219. image: 'backstopjs/backstopjs:5.0.7'
  5220. working_directory: ~/ma-backstop-crawler
  5221. steps:
  5222. - checkout
  5223. -
  5224. run:
  5225. name: 'Regression for https://www.pafa.org/school/student-life/registrar/academic-calendar'
  5226. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/registrar/academic-calendar'''
  5227. -
  5228. run:
  5229. name: 'backstop reference schoolstudentliferegistraracademiccalendar'
  5230. command: './run/backstop-reference.sh 148'
  5231. no_output_timeout: 120
  5232. -
  5233. run:
  5234. name: 'backstop test schoolstudentliferegistraracademiccalendar'
  5235. command: './run/backstop-test.sh 148'
  5236. no_output_timeout: 120
  5237. -
  5238. run:
  5239. name: 'preserve artifacts'
  5240. command: ./run/preserve-artifacts.sh
  5241. -
  5242. store_artifacts:
  5243. path: /tmp/artifacts
  5244. destination: artifacts
  5245. -
  5246. persist_to_workspace:
  5247. root: .
  5248. paths:
  5249. - results/148
  5250. - results/148.txt
  5251. schoolstudentliferegistrarstudentlearningassessment:
  5252. docker:
  5253. -
  5254. image: 'backstopjs/backstopjs:5.0.7'
  5255. working_directory: ~/ma-backstop-crawler
  5256. steps:
  5257. - checkout
  5258. -
  5259. run:
  5260. name: 'Regression for https://www.pafa.org/school/student-life/registrar/student-learning-assessment'
  5261. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/registrar/student-learning-assessment'''
  5262. -
  5263. run:
  5264. name: 'backstop reference schoolstudentliferegistrarstudentlearningassessment'
  5265. command: './run/backstop-reference.sh 149'
  5266. no_output_timeout: 120
  5267. -
  5268. run:
  5269. name: 'backstop test schoolstudentliferegistrarstudentlearningassessment'
  5270. command: './run/backstop-test.sh 149'
  5271. no_output_timeout: 120
  5272. -
  5273. run:
  5274. name: 'preserve artifacts'
  5275. command: ./run/preserve-artifacts.sh
  5276. -
  5277. store_artifacts:
  5278. path: /tmp/artifacts
  5279. destination: artifacts
  5280. -
  5281. persist_to_workspace:
  5282. root: .
  5283. paths:
  5284. - results/149
  5285. - results/149.txt
  5286. schoolstudentliferegistrarstudenttranscripts:
  5287. docker:
  5288. -
  5289. image: 'backstopjs/backstopjs:5.0.7'
  5290. working_directory: ~/ma-backstop-crawler
  5291. steps:
  5292. - checkout
  5293. -
  5294. run:
  5295. name: 'Regression for https://www.pafa.org/school/student-life/registrar/student-transcripts'
  5296. command: 'echo ''Running backstop regression on https://www.pafa.org/school/student-life/registrar/student-transcripts'''
  5297. -
  5298. run:
  5299. name: 'backstop reference schoolstudentliferegistrarstudenttranscripts'
  5300. command: './run/backstop-reference.sh 150'
  5301. no_output_timeout: 120
  5302. -
  5303. run:
  5304. name: 'backstop test schoolstudentliferegistrarstudenttranscripts'
  5305. command: './run/backstop-test.sh 150'
  5306. no_output_timeout: 120
  5307. -
  5308. run:
  5309. name: 'preserve artifacts'
  5310. command: ./run/preserve-artifacts.sh
  5311. -
  5312. store_artifacts:
  5313. path: /tmp/artifacts
  5314. destination: artifacts
  5315. -
  5316. persist_to_workspace:
  5317. root: .
  5318. paths:
  5319. - results/150
  5320. - results/150.txt
  5321. staffadriancubillas:
  5322. docker:
  5323. -
  5324. image: 'backstopjs/backstopjs:5.0.7'
  5325. working_directory: ~/ma-backstop-crawler
  5326. steps:
  5327. - checkout
  5328. -
  5329. run:
  5330. name: 'Regression for https://www.pafa.org/staff/adrian-cubillas'
  5331. command: 'echo ''Running backstop regression on https://www.pafa.org/staff/adrian-cubillas'''
  5332. -
  5333. run:
  5334. name: 'backstop reference staffadriancubillas'
  5335. command: './run/backstop-reference.sh 151'
  5336. no_output_timeout: 120
  5337. -
  5338. run:
  5339. name: 'backstop test staffadriancubillas'
  5340. command: './run/backstop-test.sh 151'
  5341. no_output_timeout: 120
  5342. -
  5343. run:
  5344. name: 'preserve artifacts'
  5345. command: ./run/preserve-artifacts.sh
  5346. -
  5347. store_artifacts:
  5348. path: /tmp/artifacts
  5349. destination: artifacts
  5350. -
  5351. persist_to_workspace:
  5352. root: .
  5353. paths:
  5354. - results/151
  5355. - results/151.txt
  5356. staffchristianacruzcouncil:
  5357. docker:
  5358. -
  5359. image: 'backstopjs/backstopjs:5.0.7'
  5360. working_directory: ~/ma-backstop-crawler
  5361. steps:
  5362. - checkout
  5363. -
  5364. run:
  5365. name: 'Regression for https://www.pafa.org/staff/christiana-cruz-council'
  5366. command: 'echo ''Running backstop regression on https://www.pafa.org/staff/christiana-cruz-council'''
  5367. -
  5368. run:
  5369. name: 'backstop reference staffchristianacruzcouncil'
  5370. command: './run/backstop-reference.sh 152'
  5371. no_output_timeout: 120
  5372. -
  5373. run:
  5374. name: 'backstop test staffchristianacruzcouncil'
  5375. command: './run/backstop-test.sh 152'
  5376. no_output_timeout: 120
  5377. -
  5378. run:
  5379. name: 'preserve artifacts'
  5380. command: ./run/preserve-artifacts.sh
  5381. -
  5382. store_artifacts:
  5383. path: /tmp/artifacts
  5384. destination: artifacts
  5385. -
  5386. persist_to_workspace:
  5387. root: .
  5388. paths:
  5389. - results/152
  5390. - results/152.txt
  5391. staffellieclark:
  5392. docker:
  5393. -
  5394. image: 'backstopjs/backstopjs:5.0.7'
  5395. working_directory: ~/ma-backstop-crawler
  5396. steps:
  5397. - checkout
  5398. -
  5399. run:
  5400. name: 'Regression for https://www.pafa.org/staff/ellie-clark'
  5401. command: 'echo ''Running backstop regression on https://www.pafa.org/staff/ellie-clark'''
  5402. -
  5403. run:
  5404. name: 'backstop reference staffellieclark'
  5405. command: './run/backstop-reference.sh 153'
  5406. no_output_timeout: 120
  5407. -
  5408. run:
  5409. name: 'backstop test staffellieclark'
  5410. command: './run/backstop-test.sh 153'
  5411. no_output_timeout: 120
  5412. -
  5413. run:
  5414. name: 'preserve artifacts'
  5415. command: ./run/preserve-artifacts.sh
  5416. -
  5417. store_artifacts:
  5418. path: /tmp/artifacts
  5419. destination: artifacts
  5420. -
  5421. persist_to_workspace:
  5422. root: .
  5423. paths:
  5424. - results/153
  5425. - results/153.txt
  5426. support:
  5427. docker:
  5428. -
  5429. image: 'backstopjs/backstopjs:5.0.7'
  5430. working_directory: ~/ma-backstop-crawler
  5431. steps:
  5432. - checkout
  5433. -
  5434. run:
  5435. name: 'Regression for https://www.pafa.org/support'
  5436. command: 'echo ''Running backstop regression on https://www.pafa.org/support'''
  5437. -
  5438. run:
  5439. name: 'backstop reference support'
  5440. command: './run/backstop-reference.sh 154'
  5441. no_output_timeout: 120
  5442. -
  5443. run:
  5444. name: 'backstop test support'
  5445. command: './run/backstop-test.sh 154'
  5446. no_output_timeout: 120
  5447. -
  5448. run:
  5449. name: 'preserve artifacts'
  5450. command: ./run/preserve-artifacts.sh
  5451. -
  5452. store_artifacts:
  5453. path: /tmp/artifacts
  5454. destination: artifacts
  5455. -
  5456. persist_to_workspace:
  5457. root: .
  5458. paths:
  5459. - results/154
  5460. - results/154.txt
  5461. supportfundraisingeventsasepreviewparty:
  5462. docker:
  5463. -
  5464. image: 'backstopjs/backstopjs:5.0.7'
  5465. working_directory: ~/ma-backstop-crawler
  5466. steps:
  5467. - checkout
  5468. -
  5469. run:
  5470. name: 'Regression for https://www.pafa.org/support-0/fundraising-events/ase-preview-party'
  5471. command: 'echo ''Running backstop regression on https://www.pafa.org/support-0/fundraising-events/ase-preview-party'''
  5472. -
  5473. run:
  5474. name: 'backstop reference supportfundraisingeventsasepreviewparty'
  5475. command: './run/backstop-reference.sh 155'
  5476. no_output_timeout: 120
  5477. -
  5478. run:
  5479. name: 'backstop test supportfundraisingeventsasepreviewparty'
  5480. command: './run/backstop-test.sh 155'
  5481. no_output_timeout: 120
  5482. -
  5483. run:
  5484. name: 'preserve artifacts'
  5485. command: ./run/preserve-artifacts.sh
  5486. -
  5487. store_artifacts:
  5488. path: /tmp/artifacts
  5489. destination: artifacts
  5490. -
  5491. persist_to_workspace:
  5492. root: .
  5493. paths:
  5494. - results/155
  5495. - results/155.txt
  5496. supportalumnigiving:
  5497. docker:
  5498. -
  5499. image: 'backstopjs/backstopjs:5.0.7'
  5500. working_directory: ~/ma-backstop-crawler
  5501. steps:
  5502. - checkout
  5503. -
  5504. run:
  5505. name: 'Regression for https://www.pafa.org/support/alumni-giving'
  5506. command: 'echo ''Running backstop regression on https://www.pafa.org/support/alumni-giving'''
  5507. -
  5508. run:
  5509. name: 'backstop reference supportalumnigiving'
  5510. command: './run/backstop-reference.sh 156'
  5511. no_output_timeout: 120
  5512. -
  5513. run:
  5514. name: 'backstop test supportalumnigiving'
  5515. command: './run/backstop-test.sh 156'
  5516. no_output_timeout: 120
  5517. -
  5518. run:
  5519. name: 'preserve artifacts'
  5520. command: ./run/preserve-artifacts.sh
  5521. -
  5522. store_artifacts:
  5523. path: /tmp/artifacts
  5524. destination: artifacts
  5525. -
  5526. persist_to_workspace:
  5527. root: .
  5528. paths:
  5529. - results/156
  5530. - results/156.txt
  5531. supportannualgiving:
  5532. docker:
  5533. -
  5534. image: 'backstopjs/backstopjs:5.0.7'
  5535. working_directory: ~/ma-backstop-crawler
  5536. steps:
  5537. - checkout
  5538. -
  5539. run:
  5540. name: 'Regression for https://www.pafa.org/support/annual-giving'
  5541. command: 'echo ''Running backstop regression on https://www.pafa.org/support/annual-giving'''
  5542. -
  5543. run:
  5544. name: 'backstop reference supportannualgiving'
  5545. command: './run/backstop-reference.sh 157'
  5546. no_output_timeout: 120
  5547. -
  5548. run:
  5549. name: 'backstop test supportannualgiving'
  5550. command: './run/backstop-test.sh 157'
  5551. no_output_timeout: 120
  5552. -
  5553. run:
  5554. name: 'preserve artifacts'
  5555. command: ./run/preserve-artifacts.sh
  5556. -
  5557. store_artifacts:
  5558. path: /tmp/artifacts
  5559. destination: artifacts
  5560. -
  5561. persist_to_workspace:
  5562. root: .
  5563. paths:
  5564. - results/157
  5565. - results/157.txt
  5566. supportcorporatebusinesspartnerships:
  5567. docker:
  5568. -
  5569. image: 'backstopjs/backstopjs:5.0.7'
  5570. working_directory: ~/ma-backstop-crawler
  5571. steps:
  5572. - checkout
  5573. -
  5574. run:
  5575. name: 'Regression for https://www.pafa.org/support/corporate-business-partnerships'
  5576. command: 'echo ''Running backstop regression on https://www.pafa.org/support/corporate-business-partnerships'''
  5577. -
  5578. run:
  5579. name: 'backstop reference supportcorporatebusinesspartnerships'
  5580. command: './run/backstop-reference.sh 158'
  5581. no_output_timeout: 120
  5582. -
  5583. run:
  5584. name: 'backstop test supportcorporatebusinesspartnerships'
  5585. command: './run/backstop-test.sh 158'
  5586. no_output_timeout: 120
  5587. -
  5588. run:
  5589. name: 'preserve artifacts'
  5590. command: ./run/preserve-artifacts.sh
  5591. -
  5592. store_artifacts:
  5593. path: /tmp/artifacts
  5594. destination: artifacts
  5595. -
  5596. persist_to_workspace:
  5597. root: .
  5598. paths:
  5599. - results/158
  5600. - results/158.txt
  5601. supportcorporatebusinesspartnershipsbusinesspartnersprogram:
  5602. docker:
  5603. -
  5604. image: 'backstopjs/backstopjs:5.0.7'
  5605. working_directory: ~/ma-backstop-crawler
  5606. steps:
  5607. - checkout
  5608. -
  5609. run:
  5610. name: 'Regression for https://www.pafa.org/support/corporate-business-partnerships/business-partners-program'
  5611. command: 'echo ''Running backstop regression on https://www.pafa.org/support/corporate-business-partnerships/business-partners-program'''
  5612. -
  5613. run:
  5614. name: 'backstop reference supportcorporatebusinesspartnershipsbusinesspartnersprogram'
  5615. command: './run/backstop-reference.sh 159'
  5616. no_output_timeout: 120
  5617. -
  5618. run:
  5619. name: 'backstop test supportcorporatebusinesspartnershipsbusinesspartnersprogram'
  5620. command: './run/backstop-test.sh 159'
  5621. no_output_timeout: 120
  5622. -
  5623. run:
  5624. name: 'preserve artifacts'
  5625. command: ./run/preserve-artifacts.sh
  5626. -
  5627. store_artifacts:
  5628. path: /tmp/artifacts
  5629. destination: artifacts
  5630. -
  5631. persist_to_workspace:
  5632. root: .
  5633. paths:
  5634. - results/159
  5635. - results/159.txt
  5636. supportcorporatebusinesspartnershipseducationalimprovementtaxcreditprogram:
  5637. docker:
  5638. -
  5639. image: 'backstopjs/backstopjs:5.0.7'
  5640. working_directory: ~/ma-backstop-crawler
  5641. steps:
  5642. - checkout
  5643. -
  5644. run:
  5645. name: 'Regression for https://www.pafa.org/support/corporate-business-partnerships/educational-improvement-tax-credit-program'
  5646. command: 'echo ''Running backstop regression on https://www.pafa.org/support/corporate-business-partnerships/educational-improvement-tax-credit-program'''
  5647. -
  5648. run:
  5649. name: 'backstop reference supportcorporatebusinesspartnershipseducationalimprovementtaxcreditprogram'
  5650. command: './run/backstop-reference.sh 160'
  5651. no_output_timeout: 120
  5652. -
  5653. run:
  5654. name: 'backstop test supportcorporatebusinesspartnershipseducationalimprovementtaxcreditprogram'
  5655. command: './run/backstop-test.sh 160'
  5656. no_output_timeout: 120
  5657. -
  5658. run:
  5659. name: 'preserve artifacts'
  5660. command: ./run/preserve-artifacts.sh
  5661. -
  5662. store_artifacts:
  5663. path: /tmp/artifacts
  5664. destination: artifacts
  5665. -
  5666. persist_to_workspace:
  5667. root: .
  5668. paths:
  5669. - results/160
  5670. - results/160.txt
  5671. supportfundraisingeventsannualstudentexhibitionpreviewparty:
  5672. docker:
  5673. -
  5674. image: 'backstopjs/backstopjs:5.0.7'
  5675. working_directory: ~/ma-backstop-crawler
  5676. steps:
  5677. - checkout
  5678. -
  5679. run:
  5680. name: 'Regression for https://www.pafa.org/support/fundraising-events/annual-student-exhibition-preview-party'
  5681. command: 'echo ''Running backstop regression on https://www.pafa.org/support/fundraising-events/annual-student-exhibition-preview-party'''
  5682. -
  5683. run:
  5684. name: 'backstop reference supportfundraisingeventsannualstudentexhibitionpreviewparty'
  5685. command: './run/backstop-reference.sh 161'
  5686. no_output_timeout: 120
  5687. -
  5688. run:
  5689. name: 'backstop test supportfundraisingeventsannualstudentexhibitionpreviewparty'
  5690. command: './run/backstop-test.sh 161'
  5691. no_output_timeout: 120
  5692. -
  5693. run:
  5694. name: 'preserve artifacts'
  5695. command: ./run/preserve-artifacts.sh
  5696. -
  5697. store_artifacts:
  5698. path: /tmp/artifacts
  5699. destination: artifacts
  5700. -
  5701. persist_to_workspace:
  5702. root: .
  5703. paths:
  5704. - results/161
  5705. - results/161.txt
  5706. supportfundraisingeventsbacchanal:
  5707. docker:
  5708. -
  5709. image: 'backstopjs/backstopjs:5.0.7'
  5710. working_directory: ~/ma-backstop-crawler
  5711. steps:
  5712. - checkout
  5713. -
  5714. run:
  5715. name: 'Regression for https://www.pafa.org/support/fundraising-events/bacchanal'
  5716. command: 'echo ''Running backstop regression on https://www.pafa.org/support/fundraising-events/bacchanal'''
  5717. -
  5718. run:
  5719. name: 'backstop reference supportfundraisingeventsbacchanal'
  5720. command: './run/backstop-reference.sh 162'
  5721. no_output_timeout: 120
  5722. -
  5723. run:
  5724. name: 'backstop test supportfundraisingeventsbacchanal'
  5725. command: './run/backstop-test.sh 162'
  5726. no_output_timeout: 120
  5727. -
  5728. run:
  5729. name: 'preserve artifacts'
  5730. command: ./run/preserve-artifacts.sh
  5731. -
  5732. store_artifacts:
  5733. path: /tmp/artifacts
  5734. destination: artifacts
  5735. -
  5736. persist_to_workspace:
  5737. root: .
  5738. paths:
  5739. - results/162
  5740. - results/162.txt
  5741. supportmembershipinstitutionalmemberships:
  5742. docker:
  5743. -
  5744. image: 'backstopjs/backstopjs:5.0.7'
  5745. working_directory: ~/ma-backstop-crawler
  5746. steps:
  5747. - checkout
  5748. -
  5749. run:
  5750. name: 'Regression for https://www.pafa.org/support/membership/institutional-memberships'
  5751. command: 'echo ''Running backstop regression on https://www.pafa.org/support/membership/institutional-memberships'''
  5752. -
  5753. run:
  5754. name: 'backstop reference supportmembershipinstitutionalmemberships'
  5755. command: './run/backstop-reference.sh 163'
  5756. no_output_timeout: 120
  5757. -
  5758. run:
  5759. name: 'backstop test supportmembershipinstitutionalmemberships'
  5760. command: './run/backstop-test.sh 163'
  5761. no_output_timeout: 120
  5762. -
  5763. run:
  5764. name: 'preserve artifacts'
  5765. command: ./run/preserve-artifacts.sh
  5766. -
  5767. store_artifacts:
  5768. path: /tmp/artifacts
  5769. destination: artifacts
  5770. -
  5771. persist_to_workspace:
  5772. root: .
  5773. paths:
  5774. - results/163
  5775. - results/163.txt
  5776. teachers:
  5777. docker:
  5778. -
  5779. image: 'backstopjs/backstopjs:5.0.7'
  5780. working_directory: ~/ma-backstop-crawler
  5781. steps:
  5782. - checkout
  5783. -
  5784. run:
  5785. name: 'Regression for https://www.pafa.org/teachers'
  5786. command: 'echo ''Running backstop regression on https://www.pafa.org/teachers'''
  5787. -
  5788. run:
  5789. name: 'backstop reference teachers'
  5790. command: './run/backstop-reference.sh 164'
  5791. no_output_timeout: 120
  5792. -
  5793. run:
  5794. name: 'backstop test teachers'
  5795. command: './run/backstop-test.sh 164'
  5796. no_output_timeout: 120
  5797. -
  5798. run:
  5799. name: 'preserve artifacts'
  5800. command: ./run/preserve-artifacts.sh
  5801. -
  5802. store_artifacts:
  5803. path: /tmp/artifacts
  5804. destination: artifacts
  5805. -
  5806. persist_to_workspace:
  5807. root: .
  5808. paths:
  5809. - results/164
  5810. - results/164.txt
  5811. view:
  5812. docker:
  5813. -
  5814. image: 'backstopjs/backstopjs:5.0.7'
  5815. working_directory: ~/ma-backstop-crawler
  5816. steps:
  5817. - checkout
  5818. -
  5819. run:
  5820. name: 'Regression for https://www.pafa.org/view'
  5821. command: 'echo ''Running backstop regression on https://www.pafa.org/view'''
  5822. -
  5823. run:
  5824. name: 'backstop reference view'
  5825. command: './run/backstop-reference.sh 165'
  5826. no_output_timeout: 120
  5827. -
  5828. run:
  5829. name: 'backstop test view'
  5830. command: './run/backstop-test.sh 165'
  5831. no_output_timeout: 120
  5832. -
  5833. run:
  5834. name: 'preserve artifacts'
  5835. command: ./run/preserve-artifacts.sh
  5836. -
  5837. store_artifacts:
  5838. path: /tmp/artifacts
  5839. destination: artifacts
  5840. -
  5841. persist_to_workspace:
  5842. root: .
  5843. paths:
  5844. - results/165
  5845. - results/165.txt
  5846. workflows:
  5847. version: 2
  5848. viz_reg_test:
  5849. jobs:
  5850. - vr_setup
  5851. -
  5852. httpwwwpafaorgcollection:
  5853. requires:
  5854. - vr_setup
  5855. -
  5856. httpwwwpafaorgteenprecollegeprogramsafterschoolstudioartsprogramhighschoolstudents:
  5857. requires:
  5858. - vr_setup
  5859. -
  5860. homepage:
  5861. requires:
  5862. - vr_setup
  5863. -
  5864. About:
  5865. requires:
  5866. - vr_setup
  5867. -
  5868. Museum:
  5869. requires:
  5870. - vr_setup
  5871. -
  5872. about:
  5873. requires:
  5874. - vr_setup
  5875. -
  5876. aboutleadershipboardtrusteescharleschase:
  5877. requires:
  5878. - vr_setup
  5879. -
  5880. aboutleadershipboardtrusteesmariannedean:
  5881. requires:
  5882. - vr_setup
  5883. -
  5884. aboutleadershipboardtrusteesreginaldbrowne:
  5885. requires:
  5886. - vr_setup
  5887. -
  5888. aboutleadershipwomenscommittee:
  5889. requires:
  5890. - vr_setup
  5891. -
  5892. aboutmissionhistoryhistorypafa:
  5893. requires:
  5894. - vr_setup
  5895. -
  5896. aboutofficesservices:
  5897. requires:
  5898. - vr_setup
  5899. -
  5900. aboutofficesservicesfinance:
  5901. requires:
  5902. - vr_setup
  5903. -
  5904. aboutpafaleadership:
  5905. requires:
  5906. - vr_setup
  5907. -
  5908. aboutpafaleadershipboardtrustees:
  5909. requires:
  5910. - vr_setup
  5911. -
  5912. aboutpafaleadershippafapresidentialsearch:
  5913. requires:
  5914. - vr_setup
  5915. -
  5916. aboutpafaleadershipseniorstaff:
  5917. requires:
  5918. - vr_setup
  5919. -
  5920. aboutpafaleadershipseniorstaffericpryor:
  5921. requires:
  5922. - vr_setup
  5923. -
  5924. aboutseniorleadershipericpryor:
  5925. requires:
  5926. - vr_setup
  5927. -
  5928. areasstudy:
  5929. requires:
  5930. - vr_setup
  5931. -
  5932. collection:
  5933. requires:
  5934. - vr_setup
  5935. -
  5936. collectioncategorypainting:
  5937. requires:
  5938. - vr_setup
  5939. -
  5940. collectioncategorysculpture:
  5941. requires:
  5942. - vr_setup
  5943. -
  5944. collectionsubjectanimal:
  5945. requires:
  5946. - vr_setup
  5947. -
  5948. collectionsubjectfigurative:
  5949. requires:
  5950. - vr_setup
  5951. -
  5952. collectionsubjectlandscape:
  5953. requires:
  5954. - vr_setup
  5955. -
  5956. eventrentals:
  5957. requires:
  5958. - vr_setup
  5959. -
  5960. eventrentalseventrentaltypes:
  5961. requires:
  5962. - vr_setup
  5963. -
  5964. eventrentalshybridmeetings:
  5965. requires:
  5966. - vr_setup
  5967. -
  5968. eventrentalsvenuespecifications:
  5969. requires:
  5970. - vr_setup
  5971. -
  5972. eventslecturecontemporaryapproachesacrylics:
  5973. requires:
  5974. - vr_setup
  5975. -
  5976. eventsmichellesegre:
  5977. requires:
  5978. - vr_setup
  5979. -
  5980. eventsvirtualundergraduateopenhouse:
  5981. requires:
  5982. - vr_setup
  5983. -
  5984. highlightedcollectionlindaleealtercollectionartwomen:
  5985. requires:
  5986. - vr_setup
  5987. -
  5988. join:
  5989. requires:
  5990. - vr_setup
  5991. -
  5992. legal:
  5993. requires:
  5994. - vr_setup
  5995. -
  5996. missionvalues:
  5997. requires:
  5998. - vr_setup
  5999. -
  6000. missionvaluesstrategicplan:
  6001. requires:
  6002. - vr_setup
  6003. -
  6004. missionvaluesprinciplesconduct:
  6005. requires:
  6006. - vr_setup
  6007. -
  6008. museum:
  6009. requires:
  6010. - vr_setup
  6011. -
  6012. amuseum:
  6013. requires:
  6014. - vr_setup
  6015. -
  6016. museumbecomememberpealecircle:
  6017. requires:
  6018. - vr_setup
  6019. -
  6020. museumcollectionartistceciliabeaux:
  6021. requires:
  6022. - vr_setup
  6023. -
  6024. museumcollectionartistgertrudeabercrombie:
  6025. requires:
  6026. - vr_setup
  6027. -
  6028. museumcollectionartistphoebeadams:
  6029. requires:
  6030. - vr_setup
  6031. -
  6032. museumcollectionbrowse:
  6033. requires:
  6034. - vr_setup
  6035. -
  6036. museumcollectionconservation:
  6037. requires:
  6038. - vr_setup
  6039. -
  6040. museumcollectionitemcandlesticks:
  6041. requires:
  6042. - vr_setup
  6043. -
  6044. museumcollectionitemgirlsearching:
  6045. requires:
  6046. - vr_setup
  6047. -
  6048. museumcollectionitemwomanwearingorangedressblueflowers:
  6049. requires:
  6050. - vr_setup
  6051. -
  6052. museumcollectionlindaleealtercollection:
  6053. requires:
  6054. - vr_setup
  6055. -
  6056. museumcollectionresearchservicesarchives:
  6057. requires:
  6058. - vr_setup
  6059. -
  6060. museumcollectionresearchservicescenterstudyamericanartist:
  6061. requires:
  6062. - vr_setup
  6063. -
  6064. museumcollectionresearchservicesrightsreproductions:
  6065. requires:
  6066. - vr_setup
  6067. -
  6068. museumeducationfamily:
  6069. requires:
  6070. - vr_setup
  6071. -
  6072. museumeducationfamilyartclub:
  6073. requires:
  6074. - vr_setup
  6075. -
  6076. museumeducationfamilyoutreachprograms:
  6077. requires:
  6078. - vr_setup
  6079. -
  6080. museumeducationfamilyvirtualfamilyartsacademy:
  6081. requires:
  6082. - vr_setup
  6083. -
  6084. museumeducationprecollegeprograms:
  6085. requires:
  6086. - vr_setup
  6087. -
  6088. museumeducationprecollegeprogramsyouthcouncil:
  6089. requires:
  6090. - vr_setup
  6091. -
  6092. museumeducationschoolsandteachersschoolcommunitypartnerships:
  6093. requires:
  6094. - vr_setup
  6095. -
  6096. museumeducationschoolsandteachersstudentdocentprogram:
  6097. requires:
  6098. - vr_setup
  6099. -
  6100. museumeducationschoolsandteachersteachers:
  6101. requires:
  6102. - vr_setup
  6103. -
  6104. museumeducationschoolsteachersartencounters:
  6105. requires:
  6106. - vr_setup
  6107. -
  6108. museumeducationschoolsteachersstudentdocentprogram:
  6109. requires:
  6110. - vr_setup
  6111. -
  6112. museumeducationschoolsteacherstours:
  6113. requires:
  6114. - vr_setup
  6115. -
  6116. museumeducationsummerartcamps:
  6117. requires:
  6118. - vr_setup
  6119. -
  6120. museumeducationsummerartcampspersonsummerartcamp:
  6121. requires:
  6122. - vr_setup
  6123. -
  6124. museumeducationsummerartcampspolicies:
  6125. requires:
  6126. - vr_setup
  6127. -
  6128. museumeducationsummerartcampsvirtualsummerartcamp:
  6129. requires:
  6130. - vr_setup
  6131. -
  6132. museumeducationteenandprecollegeafterschoolstudioartsprogramhighschoolstudents:
  6133. requires:
  6134. - vr_setup
  6135. -
  6136. museumeducationteenandprecollegeyouthcouncil:
  6137. requires:
  6138. - vr_setup
  6139. -
  6140. museumexhibitions:
  6141. requires:
  6142. - vr_setup
  6143. -
  6144. museumexhibitionsanneminichtruthbeingbothand:
  6145. requires:
  6146. - vr_setup
  6147. -
  6148. museumexhibitionsmeltcarveforgeembodiedsculpturescassils:
  6149. requires:
  6150. - vr_setup
  6151. -
  6152. museumexhibitionspast:
  6153. requires:
  6154. - vr_setup
  6155. -
  6156. museumexhibitionspublictreasuresprivatevisions:
  6157. requires:
  6158. - vr_setup
  6159. -
  6160. museumexhibitionsschoolfinearts:
  6161. requires:
  6162. - vr_setup
  6163. -
  6164. museumexhibitionstiedapartselectedartworksecondissuepafasstudentrunartjournaldumb:
  6165. requires:
  6166. - vr_setup
  6167. -
  6168. museumexhibitionsupcoming:
  6169. requires:
  6170. - vr_setup
  6171. -
  6172. museumstaff:
  6173. requires:
  6174. - vr_setup
  6175. -
  6176. museumvisit:
  6177. requires:
  6178. - vr_setup
  6179. -
  6180. museumvisitaccessibility:
  6181. requires:
  6182. - vr_setup
  6183. -
  6184. museumvisitdirectionsparking:
  6185. requires:
  6186. - vr_setup
  6187. -
  6188. museumvisitplanningyourvisit:
  6189. requires:
  6190. - vr_setup
  6191. -
  6192. museumvisittoursschoolgrouptours:
  6193. requires:
  6194. - vr_setup
  6195. -
  6196. news:
  6197. requires:
  6198. - vr_setup
  6199. -
  6200. newsnewyorktimesjoansemmelskingamebestartexhibitions:
  6201. requires:
  6202. - vr_setup
  6203. -
  6204. newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody:
  6205. requires:
  6206. - vr_setup
  6207. -
  6208. newssmithsonianmagazinelettersceciliabeaux:
  6209. requires:
  6210. - vr_setup
  6211. -
  6212. node:
  6213. requires:
  6214. - vr_setup
  6215. -
  6216. privacypolicy:
  6217. requires:
  6218. - vr_setup
  6219. -
  6220. school:
  6221. requires:
  6222. - vr_setup
  6223. -
  6224. schoolacademics:
  6225. requires:
  6226. - vr_setup
  6227. -
  6228. schoolacademicsareasstudydepartments:
  6229. requires:
  6230. - vr_setup
  6231. -
  6232. schoolacademicsareasstudydepartmentsanimation:
  6233. requires:
  6234. - vr_setup
  6235. -
  6236. schoolacademicsareasstudydepartmentsdrawing:
  6237. requires:
  6238. - vr_setup
  6239. -
  6240. schoolacademicsareasstudydepartmentsillustration:
  6241. requires:
  6242. - vr_setup
  6243. -
  6244. schoolacademicsdepartmentsanimation:
  6245. requires:
  6246. - vr_setup
  6247. -
  6248. schoolacademicsdepartmentsdrawing:
  6249. requires:
  6250. - vr_setup
  6251. -
  6252. schoolacademicsdepartmentsliberalarts:
  6253. requires:
  6254. - vr_setup
  6255. -
  6256. schoolacademicsfaculty:
  6257. requires:
  6258. - vr_setup
  6259. -
  6260. schoolacademicsfacultygraduate:
  6261. requires:
  6262. - vr_setup
  6263. -
  6264. schoolacademicsgraduatelowresmfa:
  6265. requires:
  6266. - vr_setup
  6267. -
  6268. schoolacademicsgraduatemfa:
  6269. requires:
  6270. - vr_setup
  6271. -
  6272. schoolacademicsgraduatepostbacc:
  6273. requires:
  6274. - vr_setup
  6275. -
  6276. schoolacademicsprecollegesaturdayhsclasses:
  6277. requires:
  6278. - vr_setup
  6279. -
  6280. schoolacademicsprecollegesummeracademy:
  6281. requires:
  6282. - vr_setup
  6283. -
  6284. schoolacademicsprecollegesummeracademyapplynow:
  6285. requires:
  6286. - vr_setup
  6287. -
  6288. schoolacademicsprecollegesummeracademyprogramoverview:
  6289. requires:
  6290. - vr_setup
  6291. -
  6292. schoolacademicsprecollegesummeracademyscholarships:
  6293. requires:
  6294. - vr_setup
  6295. -
  6296. schoolacademicsprecollegesummerintensives:
  6297. requires:
  6298. - vr_setup
  6299. -
  6300. schoolacademicsundergraduate:
  6301. requires:
  6302. - vr_setup
  6303. -
  6304. schoolacademicsundergraduateprogramsfirstyearfoundation:
  6305. requires:
  6306. - vr_setup
  6307. -
  6308. schoolacademicsundergraduatebfa:
  6309. requires:
  6310. - vr_setup
  6311. -
  6312. schoolacademicsundergraduatefirstyearfoundation:
  6313. requires:
  6314. - vr_setup
  6315. -
  6316. schoolacademicsundergraduatepennbfa:
  6317. requires:
  6318. - vr_setup
  6319. -
  6320. schoolacademicsundergraduatepennbfaapply:
  6321. requires:
  6322. - vr_setup
  6323. -
  6324. schooladmissionscontact:
  6325. requires:
  6326. - vr_setup
  6327. -
  6328. schooladmissionscontactadmissionsportfolioreviews:
  6329. requires:
  6330. - vr_setup
  6331. -
  6332. schooladmissionscontactadmissionsschedulevisit:
  6333. requires:
  6334. - vr_setup
  6335. -
  6336. schooladmissionsgraduate:
  6337. requires:
  6338. - vr_setup
  6339. -
  6340. schooladmissionsgraduateapplypafa:
  6341. requires:
  6342. - vr_setup
  6343. -
  6344. schooladmissionsgraduategraduateapplicationprocess:
  6345. requires:
  6346. - vr_setup
  6347. -
  6348. schooladmissionstransferapplypafa:
  6349. requires:
  6350. - vr_setup
  6351. -
  6352. schooladmissionstransfercontact:
  6353. requires:
  6354. - vr_setup
  6355. -
  6356. schooladmissionstransferschedulevisit:
  6357. requires:
  6358. - vr_setup
  6359. -
  6360. schooladmissionsundergraduate:
  6361. requires:
  6362. - vr_setup
  6363. -
  6364. schooladmissionsundergraduateapplypafa:
  6365. requires:
  6366. - vr_setup
  6367. -
  6368. schooladmissionsundergraduateundergraduateapplicationmaterials:
  6369. requires:
  6370. - vr_setup
  6371. -
  6372. schooladmissionsundergraduateundergraduateapplicationprocess:
  6373. requires:
  6374. - vr_setup
  6375. -
  6376. schoolalumni:
  6377. requires:
  6378. - vr_setup
  6379. -
  6380. schoolalumnialumnievents:
  6381. requires:
  6382. - vr_setup
  6383. -
  6384. schoolalumniassociation:
  6385. requires:
  6386. - vr_setup
  6387. -
  6388. schoolalumniassociationalumniawards:
  6389. requires:
  6390. - vr_setup
  6391. -
  6392. schoolalumnigallery:
  6393. requires:
  6394. - vr_setup
  6395. -
  6396. schoollibraryarticlesebooks:
  6397. requires:
  6398. - vr_setup
  6399. -
  6400. schoollibrarydigitalimagemediaresources:
  6401. requires:
  6402. - vr_setup
  6403. -
  6404. schoollibraryphotographingeditingwork:
  6405. requires:
  6406. - vr_setup
  6407. -
  6408. schoolstudentlife:
  6409. requires:
  6410. - vr_setup
  6411. -
  6412. schoolstudentlifeadvisingacademicsupport:
  6413. requires:
  6414. - vr_setup
  6415. -
  6416. schoolstudentlifecareerservices:
  6417. requires:
  6418. - vr_setup
  6419. -
  6420. schoolstudentlifecareerservicesartistfellowshipopportunities:
  6421. requires:
  6422. - vr_setup
  6423. -
  6424. schoolstudentlifecareerservicesartistresidencyopportunities:
  6425. requires:
  6426. - vr_setup
  6427. -
  6428. schoolstudentlifecareerservicesfineartsventurefund:
  6429. requires:
  6430. - vr_setup
  6431. -
  6432. schoolstudentlifeclubsandactivitiesvisitingartistsprogram:
  6433. requires:
  6434. - vr_setup
  6435. -
  6436. schoolstudentlifehealthwellness:
  6437. requires:
  6438. - vr_setup
  6439. -
  6440. schoolstudentlifeorganizationsprogramsvisitingartistprogram:
  6441. requires:
  6442. - vr_setup
  6443. -
  6444. schoolstudentliferegistraracademiccalendar:
  6445. requires:
  6446. - vr_setup
  6447. -
  6448. schoolstudentliferegistrarstudentlearningassessment:
  6449. requires:
  6450. - vr_setup
  6451. -
  6452. schoolstudentliferegistrarstudenttranscripts:
  6453. requires:
  6454. - vr_setup
  6455. -
  6456. staffadriancubillas:
  6457. requires:
  6458. - vr_setup
  6459. -
  6460. staffchristianacruzcouncil:
  6461. requires:
  6462. - vr_setup
  6463. -
  6464. staffellieclark:
  6465. requires:
  6466. - vr_setup
  6467. -
  6468. support:
  6469. requires:
  6470. - vr_setup
  6471. -
  6472. supportfundraisingeventsasepreviewparty:
  6473. requires:
  6474. - vr_setup
  6475. -
  6476. supportalumnigiving:
  6477. requires:
  6478. - vr_setup
  6479. -
  6480. supportannualgiving:
  6481. requires:
  6482. - vr_setup
  6483. -
  6484. supportcorporatebusinesspartnerships:
  6485. requires:
  6486. - vr_setup
  6487. -
  6488. supportcorporatebusinesspartnershipsbusinesspartnersprogram:
  6489. requires:
  6490. - vr_setup
  6491. -
  6492. supportcorporatebusinesspartnershipseducationalimprovementtaxcreditprogram:
  6493. requires:
  6494. - vr_setup
  6495. -
  6496. supportfundraisingeventsannualstudentexhibitionpreviewparty:
  6497. requires:
  6498. - vr_setup
  6499. -
  6500. supportfundraisingeventsbacchanal:
  6501. requires:
  6502. - vr_setup
  6503. -
  6504. supportmembershipinstitutionalmemberships:
  6505. requires:
  6506. - vr_setup
  6507. -
  6508. teachers:
  6509. requires:
  6510. - vr_setup
  6511. -
  6512. view:
  6513. requires:
  6514. - vr_setup
  6515. -
  6516. vr_results:
  6517. requires:
  6518. - httpwwwpafaorgcollection
  6519. - httpwwwpafaorgteenprecollegeprogramsafterschoolstudioartsprogramhighschoolstudents
  6520. - homepage
  6521. - About
  6522. - Museum
  6523. - about
  6524. - aboutleadershipboardtrusteescharleschase
  6525. - aboutleadershipboardtrusteesmariannedean
  6526. - aboutleadershipboardtrusteesreginaldbrowne
  6527. - aboutleadershipwomenscommittee
  6528. - aboutmissionhistoryhistorypafa
  6529. - aboutofficesservices
  6530. - aboutofficesservicesfinance
  6531. - aboutpafaleadership
  6532. - aboutpafaleadershipboardtrustees
  6533. - aboutpafaleadershippafapresidentialsearch
  6534. - aboutpafaleadershipseniorstaff
  6535. - aboutpafaleadershipseniorstaffericpryor
  6536. - aboutseniorleadershipericpryor
  6537. - areasstudy
  6538. - collection
  6539. - collectioncategorypainting
  6540. - collectioncategorysculpture
  6541. - collectionsubjectanimal
  6542. - collectionsubjectfigurative
  6543. - collectionsubjectlandscape
  6544. - eventrentals
  6545. - eventrentalseventrentaltypes
  6546. - eventrentalshybridmeetings
  6547. - eventrentalsvenuespecifications
  6548. - eventslecturecontemporaryapproachesacrylics
  6549. - eventsmichellesegre
  6550. - eventsvirtualundergraduateopenhouse
  6551. - highlightedcollectionlindaleealtercollectionartwomen
  6552. - join
  6553. - legal
  6554. - missionvalues
  6555. - missionvaluesstrategicplan
  6556. - missionvaluesprinciplesconduct
  6557. - museum
  6558. - amuseum
  6559. - museumbecomememberpealecircle
  6560. - museumcollectionartistceciliabeaux
  6561. - museumcollectionartistgertrudeabercrombie
  6562. - museumcollectionartistphoebeadams
  6563. - museumcollectionbrowse
  6564. - museumcollectionconservation
  6565. - museumcollectionitemcandlesticks
  6566. - museumcollectionitemgirlsearching
  6567. - museumcollectionitemwomanwearingorangedressblueflowers
  6568. - museumcollectionlindaleealtercollection
  6569. - museumcollectionresearchservicesarchives
  6570. - museumcollectionresearchservicescenterstudyamericanartist
  6571. - museumcollectionresearchservicesrightsreproductions
  6572. - museumeducationfamily
  6573. - museumeducationfamilyartclub
  6574. - museumeducationfamilyoutreachprograms
  6575. - museumeducationfamilyvirtualfamilyartsacademy
  6576. - museumeducationprecollegeprograms
  6577. - museumeducationprecollegeprogramsyouthcouncil
  6578. - museumeducationschoolsandteachersschoolcommunitypartnerships
  6579. - museumeducationschoolsandteachersstudentdocentprogram
  6580. - museumeducationschoolsandteachersteachers
  6581. - museumeducationschoolsteachersartencounters
  6582. - museumeducationschoolsteachersstudentdocentprogram
  6583. - museumeducationschoolsteacherstours
  6584. - museumeducationsummerartcamps
  6585. - museumeducationsummerartcampspersonsummerartcamp
  6586. - museumeducationsummerartcampspolicies
  6587. - museumeducationsummerartcampsvirtualsummerartcamp
  6588. - museumeducationteenandprecollegeafterschoolstudioartsprogramhighschoolstudents
  6589. - museumeducationteenandprecollegeyouthcouncil
  6590. - museumexhibitions
  6591. - museumexhibitionsanneminichtruthbeingbothand
  6592. - museumexhibitionsmeltcarveforgeembodiedsculpturescassils
  6593. - museumexhibitionspast
  6594. - museumexhibitionspublictreasuresprivatevisions
  6595. - museumexhibitionsschoolfinearts
  6596. - museumexhibitionstiedapartselectedartworksecondissuepafasstudentrunartjournaldumb
  6597. - museumexhibitionsupcoming
  6598. - museumstaff
  6599. - museumvisit
  6600. - museumvisitaccessibility
  6601. - museumvisitdirectionsparking
  6602. - museumvisitplanningyourvisit
  6603. - museumvisittoursschoolgrouptours
  6604. - news
  6605. - newsnewyorktimesjoansemmelskingamebestartexhibitions
  6606. - newsnewyorktimestmagazinejoansemmeltakesunflinchingviewherownbody
  6607. - newssmithsonianmagazinelettersceciliabeaux
  6608. - node
  6609. - privacypolicy
  6610. - school
  6611. - schoolacademics
  6612. - schoolacademicsareasstudydepartments
  6613. - schoolacademicsareasstudydepartmentsanimation
  6614. - schoolacademicsareasstudydepartmentsdrawing
  6615. - schoolacademicsareasstudydepartmentsillustration
  6616. - schoolacademicsdepartmentsanimation
  6617. - schoolacademicsdepartmentsdrawing
  6618. - schoolacademicsdepartmentsliberalarts
  6619. - schoolacademicsfaculty
  6620. - schoolacademicsfacultygraduate
  6621. - schoolacademicsgraduatelowresmfa
  6622. - schoolacademicsgraduatemfa
  6623. - schoolacademicsgraduatepostbacc
  6624. - schoolacademicsprecollegesaturdayhsclasses
  6625. - schoolacademicsprecollegesummeracademy
  6626. - schoolacademicsprecollegesummeracademyapplynow
  6627. - schoolacademicsprecollegesummeracademyprogramoverview
  6628. - schoolacademicsprecollegesummeracademyscholarships
  6629. - schoolacademicsprecollegesummerintensives
  6630. - schoolacademicsundergraduate
  6631. - schoolacademicsundergraduateprogramsfirstyearfoundation
  6632. - schoolacademicsundergraduatebfa
  6633. - schoolacademicsundergraduatefirstyearfoundation
  6634. - schoolacademicsundergraduatepennbfa
  6635. - schoolacademicsundergraduatepennbfaapply
  6636. - schooladmissionscontact
  6637. - schooladmissionscontactadmissionsportfolioreviews
  6638. - schooladmissionscontactadmissionsschedulevisit
  6639. - schooladmissionsgraduate
  6640. - schooladmissionsgraduateapplypafa
  6641. - schooladmissionsgraduategraduateapplicationprocess
  6642. - schooladmissionstransferapplypafa
  6643. - schooladmissionstransfercontact
  6644. - schooladmissionstransferschedulevisit
  6645. - schooladmissionsundergraduate
  6646. - schooladmissionsundergraduateapplypafa
  6647. - schooladmissionsundergraduateundergraduateapplicationmaterials
  6648. - schooladmissionsundergraduateundergraduateapplicationprocess
  6649. - schoolalumni
  6650. - schoolalumnialumnievents
  6651. - schoolalumniassociation
  6652. - schoolalumniassociationalumniawards
  6653. - schoolalumnigallery
  6654. - schoollibraryarticlesebooks
  6655. - schoollibrarydigitalimagemediaresources
  6656. - schoollibraryphotographingeditingwork
  6657. - schoolstudentlife
  6658. - schoolstudentlifeadvisingacademicsupport
  6659. - schoolstudentlifecareerservices
  6660. - schoolstudentlifecareerservicesartistfellowshipopportunities
  6661. - schoolstudentlifecareerservicesartistresidencyopportunities
  6662. - schoolstudentlifecareerservicesfineartsventurefund
  6663. - schoolstudentlifeclubsandactivitiesvisitingartistsprogram
  6664. - schoolstudentlifehealthwellness
  6665. - schoolstudentlifeorganizationsprogramsvisitingartistprogram
  6666. - schoolstudentliferegistraracademiccalendar
  6667. - schoolstudentliferegistrarstudentlearningassessment
  6668. - schoolstudentliferegistrarstudenttranscripts
  6669. - staffadriancubillas
  6670. - staffchristianacruzcouncil
  6671. - staffellieclark
  6672. - support
  6673. - supportfundraisingeventsasepreviewparty
  6674. - supportalumnigiving
  6675. - supportannualgiving
  6676. - supportcorporatebusinesspartnerships
  6677. - supportcorporatebusinesspartnershipsbusinesspartnersprogram
  6678. - supportcorporatebusinesspartnershipseducationalimprovementtaxcreditprogram
  6679. - supportfundraisingeventsannualstudentexhibitionpreviewparty
  6680. - supportfundraisingeventsbacchanal
  6681. - supportmembershipinstitutionalmemberships
  6682. - teachers
  6683. - view
  6684.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement