Skip to content

updated Sikuli library URL #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/content/resources/libraries.mjs
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ export default () => ([
{
name: 'DoesIsLibrary',
href: 'https://github.com/sebastianciupinski/robotframework-doesislibrary#readme',
description: 'Autogenerated keywords like Is Something, Does Someting created form assertion keywords like Should Be, Should Not Be, etc'
description: 'Autogenerated keywords like Is Something, Does Something created form assertion keywords like Should Be, Should Not Be, etc'
},
{
name: 'DoIP Library',
@@ -255,7 +255,7 @@ export default () => ([
},
{
name: 'SikuliLibrary',
href: 'https://github.com/rainmanwy/robotframework-SikuliLibrary#readme',
href: 'https://github.com/MarketSquare/robotframework-SikuliLibrary#readme',
description: 'Provides keywords to test UI through <a href="https://sikulix.com/" target="_blank">Sikulix</a>. This library supports Python 2.x and 3.x.',
tags: ['ui']
},
@@ -268,7 +268,7 @@ export default () => ([
{
name: 'SSHLibrary',
href: 'https://github.com/MarketSquare/SSHLibrary',
description: 'Enables executing commands on remote machines over an SSH connection. Also supports transfering files using SFTP.',
description: 'Enables executing commands on remote machines over an SSH connection. Also supports Transferring files using SFTP.',
tags: ['ftp', 'ssh']
},
{
@@ -286,7 +286,7 @@ export default () => ([
{
name: 'TFTPLibrary',
href: 'https://github.com/kowalpy/Robot-Framework-TFTP-Library',
description: 'Interact over <a href="https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol" target="_blank">Trivial File Transfer Portocol</a>.',
description: 'Interact over <a href="https://en.wikipedia.org/wiki/Trivial_File_Transfer_Protocol" target="_blank">Trivial File Transfer Protocol</a>.',
tags: ['ftp']
},
{
@@ -320,7 +320,7 @@ export default () => ([
tags: ['java']
},
{
name: 'Plone.app .robotframework',
name: 'Plone.app.robotframework',
href: 'https://github.com/plone/plone.app.robotframework/',
description: 'Provides resources and tools for writing functional Selenium tests for Plone CMS and its add-ons.',
tags: ['selenium']
4 changes: 2 additions & 2 deletions src/js/scheduled.mjs
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ const getMilestones = async() => {
const withIssues = await Promise.all([...milestonesOpen, ...milestonesClosed].map(async(milestone) => await getIssues(milestone)))

fs.writeFileSync(`${destinationFolder}/milestones.js`, JSON.stringify(withIssues))
console.log('milestones-file created succesfully!')
console.log('milestones-file created successfully!')
} catch (err) {
throw new Error(err)
}
@@ -84,7 +84,7 @@ const getStars = async() => {
}))

fs.writeFileSync(`${destinationFolder}/stars.js`, JSON.stringify(stripped))
console.log('stars-file created succesfully!')
console.log('stars-file created successfully!')
} catch (err) {
throw new Error(err)
}