Skip to content

Commit

Permalink
Go through upgrade wizard to rename specs
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 21, 2023
1 parent 31737dc commit 4eac3eb
Show file tree
Hide file tree
Showing 95 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
working-directory: monetery-test
command: yarn cypress:run-without-security --headless --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js'
command: yarn cypress:run-without-security --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js'
wait-on: 'http://localhost:5601'
# Screenshots are only captured on failure, will change this once we do visual regression tests
- uses: actions/upload-artifact@v1
Expand Down
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ module.exports = defineConfig({
return require('./cypress/plugins/index.js')(on, config);
},
baseUrl: 'http://localhost:5601',
specPattern: '**/*.(js|ts|tsx)',
testIsolation: false,
},
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

import { dashboardSanityTests } from '../../common/dashboard_sample_data_spec.js';
import { dashboardSanityTests } from '../../common/dashboard_sample_data.cy.js';

dashboardSanityTests();
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4eac3eb

Please sign in to comment.