Skip to content

Commit de655ca

Browse files
assembla integraion
1 parent 6c2d24a commit de655ca

File tree

6 files changed

+107
-0
lines changed

6 files changed

+107
-0
lines changed
15.3 MB
Binary file not shown.
92.6 KB
Loading
12 MB
Binary file not shown.
2.72 MB
Binary file not shown.

docs/assembla-integration.md

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
id: assembla-integration
3+
title: Assembla Integration with LambdaTest
4+
hide_title: false
5+
sidebar_label: Assembla
6+
description: LambdaTest helps you manage your bugs in Assembla by moving them to project in a single click. All the details you provide in LambdaTest like task list, assignee, title and description would automatically be presented in the project on Assembla.
7+
keywords:
8+
- lambdatest integrations
9+
- push issues to clubhouse
10+
- free cross browser testing tool
11+
- cross platform testing tools
12+
- check browser compatibility online
13+
- lambdatest bugherd integration
14+
- integrate bugherd with lambdatest
15+
- create issue in bugherd from lambdatest
16+
- assembla integration with lambdatest
17+
- create bugherd issues from lambdatest
18+
- bug tracking tools
19+
- project management tools
20+
url: https://www.lambdatest.com/support/docs/assembla-integration/
21+
site_name: LambdaTest
22+
slug: assembla-integration/
23+
---
24+
<script type="application/ld+json"
25+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
26+
"@context": "https://schema.org",
27+
"@type": "BreadcrumbList",
28+
"itemListElement": [{
29+
"@type": "ListItem",
30+
"position": 1,
31+
"name": "LambdaTest",
32+
"item": "https://www.lambdatest.com"
33+
},{
34+
"@type": "ListItem",
35+
"position": 2,
36+
"name": "Support",
37+
"item": "https://www.lambdatest.com/support/docs/"
38+
},{
39+
"@type": "ListItem",
40+
"position": 3,
41+
"name": "Assembla Integration",
42+
"item": "https://www.lambdatest.com/support/docs/assembla-integration/"
43+
}]
44+
})
45+
}}
46+
></script>
47+
48+
Assembla is a cloud-based platform that provides version control and project management tools specifically designed for software development teams. It supports multiple version control systems, such as Git, Subversion (SVN), and Perforce, allowing teams to manage their source code, track changes, and collaborate more efficiently.
49+
50+
LambdaTest integrates with Assembla, allowing users to file issues directly from the platform, assign them to team members, and attach screenshots during a test session, with populated fields displayed on the BugHerd platform for each testing instance.
51+
52+
> Assembla Integration with LambdaTest is available for freemium as well as premium plan.
53+
54+
## Integrate Assembla from your LambdaTest Account
55+
56+
**Step 1:** Login to your LambdaTest account. You should have Admin or User level access to see and install integrations.
57+
58+
**Step 2:** Click on Settings -> Integrations -> Bug Tracker.
59+
60+
**Step 3:** Click on **Connect** button of Assembla block.
61+
62+
**Step 4:** Now, provide your Assembla API Key, Secret, Hosted URL and slect your region to establish integration with LambdaTest and click on **install** button.
63+
64+
<video class="right-side" width="100%" controls id="vid">
65+
<source src= {require('../assets/images/integrations/assembla/1.mp4').default} type="video/mp4" />
66+
</video>
67+
68+
:::info Fetch your Assembla API Token
69+
70+
- Visit your Assembla account -> click on your profile icon and then **Security** tab.
71+
- You will find the "**API Token**" under the section **API Applications and Sessions**. Copy your API token.
72+
73+
<img src={require('../assets/images/integrations/assembla/2.png').default} alt="assembla" />
74+
75+
:::
76+
77+
## Lodge your First Bug
78+
79+
**Step 1:** Create a new space on Assembla if you haven't already.
80+
81+
**Step 2:** Now, while testing your webapp or application at LambdaTest, click on the **mark as bug** button if you detect any bug.
82+
83+
**Step 3:** Now update the comments of the bug and other details and click on Create Task button.
84+
85+
**Step 4:** Go to your dashboard and check a ticket will be created for the same.
86+
87+
<video class="right-side" width="100%" controls id="vid">
88+
<source src= {require('../assets/images/integrations/assembla/3.mp4').default} type="video/mp4" />
89+
</video>
90+
91+
**Step 6:** Go to your dashboard and check a ticket will be created for the same.
92+
93+
## Uninstall Assembla Integration
94+
95+
**Step 1:** Login to your LambdaTest account. You should have Admin or User level access to see and install integrations.
96+
97+
**Step 2:** Click on Settings -> Integrations -> Bug Tracker.
98+
99+
**Step 3:** Click on the **Remove** button.
100+
101+
<video class="right-side" width="100%" controls id="vid">
102+
<source src= {require('../assets/images/integrations/assembla/4.mp4').default} type="video/mp4" />
103+
</video>
104+
105+
> That was all you need to know for LambdaTest + BugHerd Integration. Increase your productivity with our integrations. If you still have any questions for us, please feel free to let us know. Our experts are always available on <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**chat**</span> to help you out with any roadblock.
106+

sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,7 @@ module.exports = {
13111311
"userback-integration",
13121312
"zenkit-integration",
13131313
"spirateam-integration",
1314+
"assembla-integration"
13141315
],
13151316
},
13161317
{

0 commit comments

Comments
 (0)