-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5052 from nasa-gibs/release
Release into main
- Loading branch information
Showing
12 changed files
with
734 additions
and
546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
<hr> | ||
<p>@BUILD_TIMESTAMP@<br> Responsible NASA Official: <a href="mailto:[email protected]">Ryan | ||
Boller</a><br> | ||
<a href="https://www.nasa.gov/privacy/#privacy-policy" target="_blank">Web Privacy Policy</a></p> | ||
<a href="https://www.nasa.gov/privacy/#privacy-policy" target="_blank">Web Privacy Policy</a> | ||
<br><a href="https://www.nasa.gov/accessibility/" target="_blank">Accessibility</a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
// // @ts-check | ||
// const { test, expect } = require('@playwright/test') | ||
// let page | ||
|
||
// const floodOnlyGrayUrl = 'http://localhost:3000/?v=-141,-32,21,66&df=true&l=MODIS_Combined_Flood_2-Day(disabled=3-0)&lg=true&t=2023-12-07-T18%3A49%3A23Z' | ||
// const floodGrayAndBlueUrl = 'http://localhost:3000/?v=-139,-44,23,54&df=true&l=MODIS_Combined_Flood_2-Day(disabled=3-1)&lg=true&t=2023-12-07-T18%3A49%3A23Z' | ||
// const floodAllColorsUrl = 'http://localhost:3000/?v=40,22,53,33&df=true&l=MODIS_Combined_Flood_2-Day&lg=true&t=2023-01-07-T18%3A49%3A23Z' | ||
|
||
// test.describe.configure({ mode: 'serial' }) | ||
|
||
// test.beforeEach(async ({ browser }) => { | ||
// page = await browser.newPage() | ||
// }) | ||
|
||
// test.afterEach(async () => { | ||
// await page.close() | ||
// }) | ||
|
||
// test('Flood 2 Day only Gray', async () => { | ||
// await page.goto(floodOnlyGrayUrl) | ||
// await page.waitForLoadState('load') | ||
// await page.waitForTimeout(5000) | ||
|
||
// await expect(page).toHaveScreenshot('only-gray.png', { | ||
// fullPage: true, | ||
// threshold: 0.2 | ||
// }) | ||
// }) | ||
|
||
// test('Flood 2 Day Gray & Blue', async () => { | ||
// await page.goto(floodGrayAndBlueUrl) | ||
// await page.waitForLoadState('load') | ||
// await page.waitForTimeout(5000) | ||
|
||
// await expect(page).toHaveScreenshot('gray-and-blue.png', { | ||
// fullPage: true, | ||
// threshold: 0.2 | ||
// }) | ||
// }) | ||
|
||
// test('Flood 2 Day All Colors', async () => { | ||
// await page.goto(floodAllColorsUrl) | ||
// await page.waitForLoadState('load') | ||
// await page.waitForTimeout(5000) | ||
|
||
// await expect(page).toHaveScreenshot('all-colors.png', { | ||
// fullPage: true, | ||
// threshold: 0.2 | ||
// }) | ||
// }) |
Binary file added
BIN
+409 KB
...ssification/classification-test.spec.js-snapshots/all-colors-chromium-win32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+315 KB
...assification/classification-test.spec.js-snapshots/all-colors-firefox-win32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+588 KB
...fication/classification-test.spec.js-snapshots/gray-and-blue-chromium-win32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+443 KB
...ification/classification-test.spec.js-snapshots/gray-and-blue-firefox-win32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+532 KB
...assification/classification-test.spec.js-snapshots/only-gray-chromium-win32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+343 KB
...lassification/classification-test.spec.js-snapshots/only-gray-firefox-win32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.