User Instruction
View on GitHub## Task Description You are asked build a CRM (Customer Relationship Management) project and extract information. The source code is located at `/workspace/vue-crm/`. This is a Vue web application that needs to be installed and run locally before extracting information. ## Your Tasks 1. **Install the project** according to the README.md file. Try to fix any problems that occur during the installation process. Then start the development server and make sure it runs successfully. You should see output indicating the local server is running. 2. **Open the homepage** in the browser at localhost. When you see a Dashboard page titled "Vue Demo V3", it means success. 3. **Extract dashboard data**: Find and record the following values from the Dashboard page: - "Total Growth" amount - "Total Page Views" number - "Total Sales" number Write these results to `/workspace/answer_file.json` in JSON format: ```json {"Total Growth": xxx, "Total Page Views": xxx, "Total Sales": xxx} ``` 4. **Navigate to Customer page**: Click the "Customer" button on the left sidebar. Sign in with: - Username: `admin@test.com` - Password: `password` 5. **Extract customer data**: In the Customer page, find the client list and locate Betty Hammes. Record: - Email address - Rewards points - Membership level Append this information to `/workspace/answer_file.json` in the following format: ```json {"Total Growth": xxx, "Total Page Views": xxx, "Total Sales": xxx, "Customer": {"Betty Hammes": {"Email": xxx, "Rewards": xxx, "Membership": xxx}}} ``` ## Important Notes - The project root is `/workspace/vue-crm/` - You need to use browser automation tools to interact with the web interface - Ensure the answer file is written in valid JSON format
Task Description
EN: Build an open-source Vue project from GitHub, resolve software dependency version conflicts; after a successful build, open a browser, find fixed information on the webpage, and write it to a file
中文: 构建 GitHub 上的开源 Vue 项目仓库,解决构建过程中的软件依赖版本冲突;构建成功后打开浏览器,在网页上找到固定信息并写入文件。
Complexity Factors
Evaluation
verify.py 0 – 1 Results for This Task
| Model | Avg Score | Attempts | All Passed |
|---|---|---|---|
| qwen3.6-plus | 1 | 3 | ✓ |
| qwen3.6-flash | 0.926 | 3 | ✗ |
| gpt-5.5 | 0.852 | 3 | ✗ |
| qwen3.5-397b-a17b | 0.704 | 3 | ✗ |
| deepseek-v4-pro | 0.37 | 3 | ✗ |
| qwen3.5-flash | 0.259 | 3 | ✗ |
| deepseek-v4-flash | 0.148 | 3 | ✗ |
| qwen3.6-27b | 0.148 | 3 | ✗ |
| qwen3.5-27b | 0.111 | 3 | ✗ |
Public Trajectories
Run trajectories for this task live on HuggingFace.
View trajectories on HuggingFace