A. General
Tests for checking basic functionality of Archipelo's VS Code Extension
Revision
Date | What's changed | Person |
---|---|---|
03.11.2022 | Initial version - 2 test cases | Mateusz Nojek |
Automation State
- [ ] A1. Verify extension details
- [ ] A2. Check basic extension elements
A1. Verify extension details
Preconditions
- VS Code is opened
- Archipelo extension is installed and enabled
Steps
Step description | Expected result |
---|---|
1. Click Extensions menu on the sidebar | Menu with installed VS Code extensions is displayed |
2. Choose 'Archipelo' extension | New editor tab opens with 'Extension: Archipelo' title |
3. Verify extension's details | Title, version, description, details |
A2. Check basic extension elements
Preconditions
- VS Code is opened
- Archipelo extension is installed and enabled
- User is signed out
Steps
Step description | Expected result |
---|---|
1. Locate Archipelo extension on the sidebar | Check if extension is visible and the icon is correct |
2. Hover over the extension icon | Check if tooltip with 'Archipelo' text appears |
3. Click on Archipelo extension icon | Sidebar extends with a pane titled 'Archipelo: Settings' and a box with text description and 'Sign in to Archipelo' button |
4. Click on cog icon at the top of the extension pane | New editor tab appears with title 'Archipelo Project Tracking' and a button '+ Add project' for adding more projects |