test
Here are 6,903 public repositories matching this topic...
-
Updated
May 22, 2022 - JavaScript
JavaScript Testing utilities for React
-
Updated
Mar 20, 2022 - JavaScript
Description of the feature request:
For better bash-less Windows support,ctx.actions.run_shell could add command_bat (with the same behavior as genrule's cmd_bat) and command_ps (with the same behavior as genrule's cmd_ps).
This would, in particular, considerably simplify skylib's Windows support, where currently we are forced to write and execute temporary .bat files on Wind
-
Updated
May 14, 2022 - JavaScript
A Node.js tool to automate end-to-end web testing.
-
Updated
May 20, 2022 - JavaScript
Monkey testing library for web apps and Node.js
-
Updated
May 16, 2022 - JavaScript
E2E test framework for Angular apps
-
Updated
Jan 30, 2022 - JavaScript
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
-
Updated
May 22, 2022 - Python
Next-gen browser and mobile automation test framework for Node.js
-
Updated
May 22, 2022 - TypeScript
A Modern Testing Framework for Go
-
Updated
May 20, 2022 - Go
Describe the bug
The printf formatting isn't working as expected from the example in the documentation.
describe.each([
{ a: 1, b: 1, expected: 2 },
{ a: 1, b: 2, expected: 3 },
{ a: 2, b: 1, expected: 3 },
])('describe object add(%i, %i)', ({ a, b, expected }) => {
test(`returns ${expected}`, () => {
expect(a + b).toBe(ex图像匹配错误
uiautomator2的版本号:2.11.1
使用device.image.match时匹配错误
匹配结果:{'similarity': 0.9961444735527039, 'point': [319, 673]}
直接使用findit模块测试也是这么高匹配度,估计是findit模块不给力,是
On top of being able to specify item type, which must hold for every item, it should be possible to specify the contains schema, which must hold true for at least 1 item by default. It should be possible to specify min/max times the schema may occur using minContains, maxContains.
See https://json-schema.org/understanding-json-schema/reference/array.html#contains
As part of this,
A Golang tool that does static analysis, unit testing, code review and generate code quality report.
-
Updated
Oct 27, 2018 - Go
-
Updated
May 11, 2020 - Vue
A mock store for testing Redux async action creators and middleware.
-
Updated
Apr 8, 2020 - JavaScript
a Restful Api test tool
-
Updated
Feb 9, 2019 - TypeScript
BDD style assertions for node.js -- test framework agnostic
-
Updated
Oct 29, 2019 - JavaScript
The issue is based on the discussion in #559.
should we probably modify CI so that doc is published automatically on push to master? This way if we don't want doc to be released right now - just keep it in a branch. Otherwise, we have this non-synchronized docs and manual work..
😟
I'm not sure what to do about publishing docs. It would be nice to auto-publish,
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
May 22, 2022 - Erlang
The modern, simple and intuitive PHP unit testing framework.
-
Updated
Apr 14, 2022 - PHP
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
-
Updated
Apr 2, 2022 - SCSS
Framework for unit testing Jenkins pipelines
-
Updated
May 16, 2022 - Groovy
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
-
Updated
Dec 1, 2021 - PHP
Improve this page
Add a description, image, and links to the test topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test topic, visit your repo's landing page and select "manage topics."




To reproduce:
Desired behavior: View App Data works, and errors with View App Data are gracefully handled.