Skip to content

Commit

Permalink
Update notifications tests
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <craig5008@gmail.com>
  • Loading branch information
cwperks committed Aug 22, 2023
1 parent 92a67d6 commit c47d10e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow-vanilla-snapshot-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- feature/*
jobs:
tests:
name: Run Cypress E2E vanilla tests
name: Run Cypress E2E tests
runs-on: ubuntu-latest
env:
# prevents extra Cypress installation progress messages
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: cypress-io/github-action@v2
with:
working-directory: monetery-test
command: yarn cypress:run-without-security --browser chromium --config numTestsKeptInMemory=5 --config experimentalMemoryManagement=true --spec 'cypress/e2e/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js'
command: yarn cypress:run-without-security --browser chromium --spec 'cypress/e2e/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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import testTlsSmtpSender from '../../../fixtures/plugins/notifications-dashboard
import testSesSender from '../../../fixtures/plugins/notifications-dashboards/test_ses_sender.json';
import testEmailRecipientGroup from '../../../fixtures/plugins/notifications-dashboards/test_email_recipient_group.json';

describe('Test create email senders', () => {
describe('Test create email senders', { testIsolation: false }, () => {
before(() => {
// Delete all Notification configs
cy.deleteAllNotificationConfigs();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import testChimeChannel from '../../../fixtures/plugins/notifications-dashboards
import testWebhookChannel from '../../../fixtures/plugins/notifications-dashboards/test_webhook_channel.json';
import testTlsSmtpSender from '../../../fixtures/plugins/notifications-dashboards/test_tls_smtp_sender.json';

describe('Test create channels', () => {
describe('Test create channels', { testIsolation: false }, () => {
before(() => {
// Delete all Notification configs
cy.deleteAllNotificationConfigs();
Expand Down

0 comments on commit c47d10e

Please sign in to comment.