automation
Here are 7,617 public repositories matching this topic...
Question Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Question Subject
This is a question about documentatio
I am using a plugin called Dark Reader for FireFox, which automatically applies a dark theme to enabled websites.
All of the Huginn menus look flawless except for the flow diagram. The bubbles and arrows successfully invert colors, but the bubble text does not. I poked around the CSS but couldn't find the corresponding variable.
!
The simplistic documentation available on the web site will not be sufficient anymore. For instance, it does not facilitate easy per-version documentation or a search capability.
At this point, it is just easier to leverage Read the Docs to generate and host the documentation.
Some important advantages:
- [per-version docume
Seeing you are happy to close issues and never respond to replies in closed issues, I am forced to open new issue. I'm going to be brief this time.
In hashicorp/vagrant@1b0148b you removed function argument, which broke vagrant-gatling-rsync plugin. This is not a fault of plugin, but you breaking API compatibility. Please respect semv
Support using="-android viewmatcher", value="<JSON>"
appium/appium-espresso-driver#516
like appium/appium#12372
Acceptance Criteria:
- Ruby
- Python
- Java
- C#
- WebdriverIO ?
- wd ?
-
Updated
Apr 5, 2020 - C++
Hello,
I would like to contribute to InstaPy as part of a university course of mine, but I don't understand how I should build InstaPy. I obviously need python, selenium, firefox & git installed, but what else do I need? Do I need to check only with the requirements file or is there any documentation about building the project after forking it & cloned it locally? And how do we run tests? Is ther
New feature motivation
I've added semantic-release to some of my projects. Unfortunately, due to trial and error some of my pushes didn't get published. I can push a fix and thus publish a new release, but then the previous would-have-been release and its changelog seems to be lost. How would I recover or include the changelog of a failed release?
I had a look at the FAQ, but it only contai
ISSUE TYPE
- Bug Report
SUMMARY
See Title
STEPS TO REPRODUCE
- Visit a Job Template or Workflow Job Template page
- View the add and edit forms for each.
EXPECTED RESULTS
The option, as well as its corresponding tooltip and aria-label all read "Enable Webhooks", the plural form.
ACTUAL RESULTS
"Enable Webhook", without the "s".
One thing that's super useful for new users is code examples. Right now, the biggest problem for someone to start using PHP_CodeSniffer is lack of a list of available Sniffers with their options and examples. From what I know to get a list of all sniffs right now, you have to go through source code in src/Standards, and it's exhausting. Something like [mlocati/phpPHP-cs-fixer-configurator](htt
Hello,
Im new with node, its possible to you improve instalation docs for 'standalone' server installation ?
How to install latest node, npm, and dependencie to run n8n with
npm install n8n -g
example: im running ubuntu 16.04.
Hi,
I'm new to tpot but I got this error. I understand that score function can take strings, but I got the following error when using TPOTClassifier.
ValueError Traceback (most recent call last)
in
----> 1 tpot.score(X_test, y_test)~/miniconda3/envs/ml
There is ample documentation for hs.httpserver.websocket, but there is no documentation for hs.http.websocket even though it exists as a perfectly usable websocket client implementation.
Update flowcharts
Pre-check
- [X ] I'm aware that I can edit the docs and submit a pull request
Describe the improvement
- Review the v6.0.0-alpha.1 and update the flow charts.
- Review the existing flow charts and make them better, easier to understand.
I'd like to report
- Unclear documentation
- A typo
- M
The document sad that watchtower has a cron like --schedule parameter, but there was not much information how to use it.
- Why there are 6 Parameters, what is the sixed about (seconds i guess!?), and is it at the beginning or the end?
- The example is nearly useless, without saying what time/date/intervall it will trigger the update
- Some more info what crontab syntax are supported e.g. slas
I've just discovered while grepping through the code that webhook also supports YAML. That's great! :) Could we please have a proper documentation for this? Currently nothing in the documentation points to any kind of yaml support.
-
Updated
Apr 4, 2020 - C#
I've setup EG2 using CocoaPods, and ensured the base functionality works. I then followed the instructions for the whitebox setup.
When attempting to interact with the target app, I get the following error: caught "NSInvalidArgumentException", "*** -[NSProxy doesNotRecognizeSelector:<method_name>] called!"
Wi
-
Updated
Feb 5, 2020
An extra null pointer check is not needed in functions like the following.
- showAlert
- [destroyMMPointArray](https://github.com/go-vgo/r
-
Updated
Feb 17, 2020
The Readme states that a three node cluster on Hetzner Cloud cost a little less than €7.50/month for 3x2GB nodes (1vCPU). But with an hour price of €0.005 this would actually cost 3x €3.65 = €10.95 per month
If you take a slightly better AWS spot instance, let's say the t3.small:
- t3.small with 2 vCPU and 2.0 GB, 3x $5.256 = $15.768 -> €14.37 per
Would it be possible to add "trim" parameter to keyword "Should Be Equal As Strings" (+related keywords)?
Many times I need to compare two strings, but there are some trailing or leading whitespaces in the actual value, which I don't care about, so I always have to trim them before. Having trim as a parameter in these keywords would help me a lot :)
Should we add Beehive to https://awesome-go.com? It's already quite popular but adding it there could make it even more visible?
@muesli: I assume that Beehive's creator would be the best person to open a PR there.
The Chinese translated version of the README is well out of date, last updated 2 years ago.
The current English README needs to be translated to replace this old one, or to be removed.
.github\.translations\README-zh.md
README translations
I cannot figure out how to use properly danger on circleci 2.0 with workflows
Support I have a linear workflow where I bundle my app / install libraries (build job) and then run the tests in parallel. (I'm taking Ruby/Rspec as an example).
How can I execute Danger to report test failures on all containers ?
Currently if a job fails on circleCI, the dependent jobs are not ran (ie if I
Running st2-self-check is broken on current 3.2dev version.
Steps to reproduce
Follow the https://docs.stackstorm.com/troubleshooting/self_verification.html#running-self-verification
sudo ST2_AUTH_TOKEN=$(st2 auth st2admin -p '<PASSWORD>' -t) /opt/stackstorm/st2/bin/st2-self-check
Error log
Detailed log ...
$ sudo ST2_AUTH_TOKEN=$
关于wda配置的问题
描述问题bug
配置完wda,用的是这个版本 https://github.com/facebook/WebDriverAgent
status也是返回成功
http://127.0.0.1:8100/inspector里面显示的截图、和控件树都是空白...
点home命令可以正常操控手机返回桌面,命令行也有显示
使用命令xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination "id=$(idevice_id -l)" 也没有报错
命令行也显示类似下文的成功的提示
Test Suite 'All tests' started at 2017-01-23 15:49:12.585
Test Suite 'WebDriv
Improve this page
Add a description, image, and links to the automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the automation topic, visit your repo's landing page and select "manage topics."