-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Feature
Add a button for the Harvest feature to the "Others" category to the left of the "Transplanting" button on the "Launcher" page for FarmData2.
You can see the "Launcher" page by clicking directly on the "FarmData2" menu item.
The E2E tests should be updated to include tests for the newly added Harvest button.
Rationale
All of the forms in FarmData2 are accessible directly from the "Launcher" page.
Additional context
The code for the "Launcher" page is in modules/farm_fd2/src/entrypoints/main/App.vue.
Right click on the following icon and save it as an SVG to be used as the button for the Harvest form on the "Launcher". This image file will need to be conversed to the image/svg+xml;base64 format as the others in the file are. There are on-line tools for making that conversion.
The E2E tests can be run with: test.bash --fd2 --live --e2e --glob=modules/farm_fd2/**/main/*.e2e.cy.js --gui