Skip to content

Commit

Permalink
attempt to run separately
Browse files Browse the repository at this point in the history
  • Loading branch information
mfacar committed Apr 17, 2024
1 parent 5b16cc2 commit e83499a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_e2e_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Log on failure
if: ${{ failure() }}
run: cat dummy_extractor_services/logs.log
- run: yarn blank-state
- run: yarn e2e-fixtures
env:
DBHOST: localhost:27017
ELASTICSEARCH_URL: http://localhost:${{ job.services.elasticsearch.ports[9200] }}
Expand Down
5 changes: 4 additions & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ export default defineConfig({
video: true,
screenshotOnRunFailure: false,
testIsolation: false,
specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
specPattern: [
'cypress/e2e/**/*[!(.b)].cy.{js,jsx,ts,tsx}',
'cypress/e2e/**/*.b.cy.{js,jsx,ts,tsx}',
],
setupNodeEvents(on, config) {
// implement node event listeners here
initPlugin(on, config);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e83499a

Please sign in to comment.