langflow/.github/workflows
Cristhian Zanforlin Lousa 4077135ba7 Updating Tests and Fixing Related Bugs (#2319)
* 🐛 (tableNodeCellRender): fix templateValue check to use Object.keys
 (textAreaComponent): add Case component for conditional rendering
♻️ (editNodeModal): remove commented-out useEffect code
 (basicExamples.spec): update test selectors and increase timeout values

 (filterEdge.spec.ts): update test IDs to match new naming conventions

 (inputListComponent.spec.ts, intComponent.spec.ts): update test IDs and streamline test steps for consistency and clarity

 (keyPairListComponent.spec.ts): update test ID for model element
 (keyPairListComponent.spec.ts): add steps to test editing model options and saving changes

*  (tests): update end-to-end tests for chat input/output and modal components

- Update test selectors for better accuracy
- Add keyboard interaction in chatInputOutputUser.spec.ts
- Improve file handling in chat image upload test
- Refine prompt modal component tests for better validation
- Enhance twoEdges.spec.ts with additional view controls

* ♻️ (tests): refactor repeated click actions into reusable function in e2e tests

*  (tests): replace waitForTimeout with waitForSelector in end-to-end tests

*  (typescript_test.yml): add --debug flag to Playwright test command for better debugging

*  (typescript_test.yml): enable trace option in Playwright tests for better debugging

*  (typescript_test.yml): reduce Playwright test workers from 2 to 1 to improve stability
 (textInputOutput.spec.ts): add waitFor visibility checks to ensure elements are visible before interaction

*  (tests): update paths for test assets to correct locations
 (tests): add waitForSelector to ensure elements are loaded before interaction

*  (typescript_test.yml): increase Playwright workers from 1 to 2 to speed up tests
 (chatInputOutputUser.spec.ts): increase timeout for AI response to 100000ms
 (chatInputOutputUser.spec.ts): correct file path for image upload test
 (deleteComponentFlows.spec.ts): change waitFor to target last checkbox-component
 (store.spec.ts): increase timeout for share button to 100000ms

* 🐛 (flows.py): ensure flow names are unique by appending a number if necessary

* Apply Ruff formatting

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: Cristhianzl <Cristhianzl@users.noreply.github.com>
2024-06-25 10:21:38 -07:00
..
matchers Update linting workflows for frontend and Python code (#2171) 2024-06-14 06:27:48 -07:00
codeql.yml Bump github/codeql-action from 2 to 3 (#1420) 2024-02-15 10:49:28 -03:00
create-release.yml chore: Update poetry installation to use environment variable for version (#2074) 2024-06-05 10:40:58 -07:00
deploy_gh-pages.yml Bump peaceiris/actions-gh-pages from 3 to 4 (#1813) 2024-05-01 12:34:05 -03:00
docker-build.yml chore(deps): bump docker/build-push-action from 5 to 6 2024-06-24 16:05:05 +00:00
docker_test.yml docker: force python version to 3.12.3 (#2148) 2024-06-12 06:09:46 -07:00
docs_test.yml Fixes CLI and server (#2342) 2024-06-25 09:20:55 -07:00
lint-js.yml chore: update linting workflows to include dev branch in merge_group 2024-06-24 07:41:40 -07:00
lint-py.yml chore: update linting workflows to include dev branch in merge_group 2024-06-24 07:41:40 -07:00
pr-checker.yml ci pr-checker enforce meaningful pr title and description 2024-06-20 09:48:19 -07:00
pre-release-base.yml chore(deps): bump docker/build-push-action from 5 to 6 2024-06-24 16:05:05 +00:00
pre-release-langflow.yml chore(deps): bump docker/build-push-action from 5 to 6 2024-06-24 16:05:05 +00:00
pre-release.yml chore: Increase timeout for server startup in pre-release.yml 2024-06-22 17:14:47 -03:00
python_test.yml Fixes CLI and server (#2342) 2024-06-25 09:20:55 -07:00
release.yml Fixes CLI and server (#2342) 2024-06-25 09:20:55 -07:00
style-check-py.yml chore: update linting workflows to include dev branch in merge_group 2024-06-24 07:41:40 -07:00
typescript_test.yml Updating Tests and Fixing Related Bugs (#2319) 2024-06-25 10:21:38 -07:00