revert: drop smartsheet backfill script from deploy
Deploy to route.crispygoat.com / deploy (push) Successful in 3m26s
Deploy to route.crispygoat.com / deploy (push) Successful in 3m26s
The script kept failing on deploy (ESM vs CJS issue, plus the script file wasn't being shipped). User decided not to worry about it. The 26 manual rows will remain in the sheet without Entry IDs; the cron will retry them with a manual cleanup of any duplicates if needed.
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
=== PASS 1 ===
|
||||
[login] landed on http://localhost:4000/admin/v2, sidebar links visible: 34
|
||||
[desktop] /admin 1183ms status=200 0e total=14/14
|
||||
[desktop] /admin/orders 1290ms status=200 0e total=14/14
|
||||
[desktop] /admin/stops 1209ms status=200 0e total=14/14
|
||||
[desktop] /admin/products 2604ms status=200 0e total=14/14
|
||||
[desktop] /admin/pickup 1464ms status=200 0e total=14/14
|
||||
[desktop] /admin/shipping 1444ms status=200 0e total=14/14
|
||||
[desktop] /admin/communications 1733ms status=200 0e total=14/14
|
||||
[desktop] /admin/wholesale 15264ms status=200 2e total=11/14
|
||||
[desktop] /admin/import 1230ms status=200 0e total=14/14
|
||||
[desktop] /admin/settings/ai 2046ms status=200 0e total=14/14
|
||||
[desktop] /admin/time-tracking 15277ms status=200 1e total=11/14
|
||||
[desktop] /admin/water-log 1621ms status=200 0e total=14/14
|
||||
[desktop] /admin/route-trace 8978ms status=200 0e total=12/14
|
||||
[desktop] /admin/reports 16097ms status=200 2e total=11/14
|
||||
[desktop] /admin/taxes 1759ms status=200 0e total=14/14
|
||||
[desktop] /admin/settings 15205ms status=200 1e total=11/14
|
||||
[desktop] /admin/analytics 20085ms status=200 1e total=10/14
|
||||
[desktop] /admin/users 16612ms status=200 2e total=11/14
|
||||
[desktop] /admin/me 2154ms status=200 0e total=14/14
|
||||
[mobile ] /admin 3119ms status=200 0e total=13/14
|
||||
[mobile ] /admin/orders 1530ms status=200 0e total=14/14
|
||||
[mobile ] /admin/stops 2314ms status=200 0e total=14/14
|
||||
[mobile ] /admin/products 17434ms status=200 1e total=10/14
|
||||
[mobile ] /admin/pickup 3573ms status=200 0e total=13/14
|
||||
[mobile ] /admin/shipping 2345ms status=200 0e total=14/14
|
||||
[mobile ] /admin/communications 2434ms status=200 0e total=12/14
|
||||
[mobile ] /admin/wholesale 16141ms status=200 5e total=4/14
|
||||
[mobile ] /admin/import 2382ms status=200 0e total=14/14
|
||||
[mobile ] /admin/settings/ai 3191ms status=200 0e total=13/14
|
||||
[mobile ] /admin/time-tracking 16221ms status=200 1e total=9/14
|
||||
[mobile ] /admin/water-log 3367ms status=200 0e total=11/14
|
||||
[mobile ] /admin/route-trace 16124ms status=200 1e total=10/14
|
||||
[mobile ] /admin/reports 17107ms status=200 5e total=9/14
|
||||
[mobile ] /admin/taxes 3316ms status=200 0e total=13/14
|
||||
[mobile ] /admin/settings 15322ms status=200 1e total=10/14
|
||||
[mobile ] /admin/analytics 20094ms status=200 1e total=8/14
|
||||
[mobile ] /admin/users 3757ms status=200 1e total=10/14
|
||||
[mobile ] /admin/me 2226ms status=200 0e total=14/14
|
||||
|
||||
Overall: 460/532 (86.5%)
|
||||
Per-criterion (lower = weaker):
|
||||
loads_without_console_errors 60/76
|
||||
no_layout_shift_or_overflow 72/76
|
||||
navigation_links_work 75/76
|
||||
mobile_no_hscroll_tap_targets 62/76
|
||||
visual_hierarchy_clear 74/76
|
||||
labels_and_buttons_sensible 75/76
|
||||
tti_under_target 42/76
|
||||
{
|
||||
"pass": "1",
|
||||
"n_results": 38,
|
||||
"overall_score": 460,
|
||||
"max_overall_score": 532,
|
||||
"percent": 86.5,
|
||||
"by_criterion": {
|
||||
"loads_without_console_errors": 60,
|
||||
"no_layout_shift_or_overflow": 72,
|
||||
"navigation_links_work": 75,
|
||||
"mobile_no_hscroll_tap_targets": 62,
|
||||
"visual_hierarchy_clear": 74,
|
||||
"labels_and_buttons_sensible": 75,
|
||||
"tti_under_target": 42
|
||||
},
|
||||
"weakest_criterion": "tti_under_target"
|
||||
}
|
||||
Reference in New Issue
Block a user