Skip to content

Commit

Permalink
Update knapsack_pro_queue_rspec_record_first_run
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jan 2, 2024
1 parent 69d1491 commit 91149f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/knapsack_pro_queue_rspec_record_first_run
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BRANCH_NAME=fake-branch

#export EXTRA_TEST_FILES_DELAY=10 # seconds
# uncomment the following line to verify if Knapsack Pro raises an exception preventing the RSpec --tag usage
#export KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=true
export KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=true

KNAPSACK_PRO_ENDPOINT=http://api.knapsackpro.test:3000 \
KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC=fec3c641a3c4d2e720fe1b6d9dd780bc \
Expand All @@ -34,4 +34,6 @@ KNAPSACK_PRO_ENDPOINT=http://api.knapsackpro.test:3000 \
KNAPSACK_PRO_BRANCH=$BRANCH_NAME \
KNAPSACK_PRO_CI_NODE_TOTAL=${2:-2} \
KNAPSACK_PRO_CI_NODE_INDEX=${1:-0} \
bundle exec rake "knapsack_pro:queue:rspec[--format d --tag xfocus]"
bundle exec rake "knapsack_pro:queue:rspec[--format d]"
#bundle exec rake "knapsack_pro:queue:rspec[--format d]"
#bundle exec rake "knapsack_pro:queue:rspec[--format d --tag xfocus]"

0 comments on commit 91149f9

Please sign in to comment.