Skip to content

Commit

Permalink
address grep filter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonas Berhe authored and Yonas Berhe committed Jan 29, 2025
1 parent c987984 commit 42e7d73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ export default defineConfig({
openMode: 0
},
env: {
grepFilterSpecs: true,
grepOmitFiltered: true,
// grepFilterSpecs: true,
// grepOmitFiltered: true,
baseUrl,
coverage: hasCoverage,
codeCoverage: {
coverage: hasCoverage,
codeCoverage: {
exclude: [
'cypress/**/*.*',
'**/__tests__/**/*.*',
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
fi

# Construct the full command
E2E_COMMAND="CYPRESS_API_URL='http://139.59.134.103:1234' ${CYPRESS_COMMAND} --browser chrome"
E2E_COMMAND="CYPRESS_API_URL='http://139.59.134.103:1234' ${CYPRESS_COMMAND} --browser chrome --env grepTags=\"$GREP_TAGS\",grepFilterSpecs=true,grepOmitFiltered=true"

# Execute the command
eval $E2E_COMMAND

0 comments on commit 42e7d73

Please sign in to comment.