24873d0c1d
Remove versions from package.json ( #11658 )
...
Now the source of truth for the version is set during the build process.
We set it as an environment variable from the tags.
We could add it back to the package.json during the build process (from
the git tag), but there is not use for it at the moment since it's not
npm packages.
2025-04-19 23:03:06 +02:00
82fa71c2cd
Update canary package versions ( #11543 )
...
as title
2025-04-11 16:48:41 +02:00
3357f93415
Bump 0.51.0-canary ( #11329 )
2025-04-02 09:23:17 +02:00
15a2cb5141
Update playwright ( #10927 )
...
Update twenty-e2e-testing to reflect actual state of app
2025-03-19 11:29:36 +01:00
ca9c070945
Fix activity ( #11015 )
...
Deprecating unused states and making sure that the ActivityRichText
editor loads when activity.bodyV2 is present
2025-03-19 10:45:11 +01:00
37d7c0c994
Bump version to 0.44.0-canary ( #10702 )
2025-03-06 16:50:22 +01:00
9d24bfb747
preparing version 0.42-caanry ( #9938 )
2025-02-03 10:53:05 +01:00
a9f186e85c
start 0.41.0-canary
2025-01-20 15:38:40 +01:00
92c119ed43
Add suggested values for variable dropdown ( #9437 )
...
<img width="378" alt="Capture d’écran 2025-01-07 à 15 37 20"
src="https://github.com/user-attachments/assets/c15abcac-684a-4c3b-ad12-62cf91afe927 "
/>
Here is a first version:
- simple fields have a suggested value
- composite do not, but sub values of composite do
- json, arrays or complex values do not
2025-01-10 16:18:37 +01:00
6e0002b874
Add NX commands to twenty-e2e-testing package ( #9222 )
...
Related to #8469
2024-12-31 15:49:52 +01:00
197bca57ba
feat(e2e): twenty-e2e-testing with playwright ( #6539 )
...
## ISSUE (e2e) - Introduces e2e for twenty
- Closes #6360
## Description
- [x] Create Package.
- [x] Setup environments such as baseUrl.
- [x] ignore CI configuration for now.
- [x] write a simple test to check if table is visible in companies tab.
### Running test with UI
```
yarn run test:e2e:ui
```
https://github.com/user-attachments/assets/a7b7ae35-8898-461e-8c7c-d3e4e9515aeb
### Running all test and seeing report
```
yarn run test:e2e
yarn run test:e2e:report
```
https://github.com/user-attachments/assets/2558a1f9-97cc-4f06-86f0-806f207eac5a
---------
Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com >
2024-08-14 17:23:32 +02:00