Skip to content

Commit

Permalink
running fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya-U-R committed Feb 1, 2024
1 parent 6c44ef8 commit 9fe9af1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-client-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if [[ ${{github.event_name}} == 'repository_dispatch' ]]; then
echo "matrix_count=[0, 1, 2]" >> $GITHUB_OUTPUT
else
echo "matrix_count=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59]" >> $GITHUB_OUTPUT
echo "matrix_count=[0, 1, 2, 3, 4, 5]" >> $GITHUB_OUTPUT
fi
- name: Get the PR number if workflow is triggered manually
Expand Down
7 changes: 6 additions & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js
#cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js
cypress/e2e/Regression/ClientSide/Workspace/MemberRoles_Spec.ts
cypress/e2e/Regression/ClientSide/Workspace/ShareAppTests_Spec.ts
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_Existing_app_spec.js
cypress/e2e/Regression/ClientSide/OtherUIFeatures/ApplicationURL_spec.js
cypress/e2e/Regression/ClientSide/SetProperty/WidgetPropertySetters2_spec.ts


# For running all specs - uncomment below:
Expand Down

0 comments on commit 9fe9af1

Please sign in to comment.