Tip
- Use your browser's search (Ctrl+F or Cmd+F) to find specific topics
- Prerequisites
- Creating Your First Test
- Running Your Test
- Understanding Results
- Next Steps
- Need Help?
Before you begin, make sure you have:
- Cometa installed and running (see main README for installation instructions)
- Access to the Cometa UI (typically at http://localhost:4200)
- Basic understanding of web testing concepts
-
Download the Example
- Get the example test case from feature_example_your_first_testcase.json
-
Import the Test
- Open the Cometa UI
- Navigate to the Features section
- Click "Import JSON"
- Select the downloaded example file
-
Review the Test
- The example demonstrates basic web testing concepts
- It includes common actions like:
- Navigating to a webpage
- Verifying page elements
- Inputting data
- Submitting forms
-
Create New Feature
- Click "New Feature" in the UI
- Give your feature a descriptive name
- Select the appropriate browser(s)
-
Add Steps
- Use the step library to add actions
- Common first steps include:
Navigate to URLVerify element existsInput textClick element
-
Configure Settings
- Set browser preferences
- Configure timeouts
- Add any necessary variables
-
Select the Feature
- Choose your feature from the list
- Verify all steps are correct
-
Execute
- Click "Run Feature"
- Watch the test execution in real-time
- Review the results and logs
After test execution, you'll see:
- Pass/fail status
- Detailed logs
- Screenshots (if configured)
- Performance metrics
Once you're comfortable with basic tests, explore:
- Cometa Features - Learn about advanced capabilities
- Step Library - Discover all available actions
- Selectors Guide - Master element targeting
- REST API - Explore automation possibilities
- Mobile Testing - Test on mobile devices
- AI Features - Leverage AI capabilities
- Load Testing - Performance testing guide
- Join our Discord community
- Contact us at tec_dev@cometa.rocks
Happy testing! 🚀