mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
Last of the post-2.0.6 band-aid removal (#5512)
* back out changes * Ensure that coverage is generated in all tests
This commit is contained in:
@ -220,9 +220,8 @@ workflows:
|
|||||||
suite: full
|
suite: full
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 0,4,8,12,16,20 * * *"
|
cron: "0 0 * * *"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- release/2.0.5
|
|
||||||
|
@ -31,7 +31,7 @@ to "fail" on assertions. Instead, they should be used to detect changes between
|
|||||||
Note: Larger testsuite sizes are OK due to the setup time associated with these tests.
|
Note: Larger testsuite sizes are OK due to the setup time associated with these tests.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { test } = require('@playwright/test');
|
const { test } = require('../../fixtures.js');
|
||||||
const percySnapshot = require('@percy/playwright');
|
const percySnapshot = require('@percy/playwright');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const sinon = require('sinon');
|
const sinon = require('sinon');
|
||||||
|
@ -32,7 +32,8 @@ to "fail" on assertions. Instead, they should be used to detect changes between
|
|||||||
Note: Larger testsuite sizes are OK due to the setup time associated with these tests.
|
Note: Larger testsuite sizes are OK due to the setup time associated with these tests.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { test, expect } = require('@playwright/test');
|
const { test } = require('../../fixtures.js');
|
||||||
|
const { expect } = require('@playwright/test');
|
||||||
const percySnapshot = require('@percy/playwright');
|
const percySnapshot = require('@percy/playwright');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const sinon = require('sinon');
|
const sinon = require('sinon');
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
This test suite is dedicated to tests which verify search functionality.
|
This test suite is dedicated to tests which verify search functionality.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { test, expect } = require('@playwright/test');
|
const { test } = require('../../fixtures.js');
|
||||||
|
const { expect } = require('@playwright/test');
|
||||||
const percySnapshot = require('@percy/playwright');
|
const percySnapshot = require('@percy/playwright');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user