-
Notifications
You must be signed in to change notification settings - Fork 674
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
Implement config file #3131
Labels
AREA: server
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
TYPE: enhancement
The accepted proposal for future implementation.
Milestone
Comments
After discussion, we decide to implement the following concepts:
return runner
.reporter('json', '/reports/report.json')
.testcaferc.json
{
'hostname': '123.456.789',
'port1': 1234,
'port2': 5678,
'src': 'path1/folder',
'ssl': {
'key': keyFile.name,
'rejectUnauthorized': 'true'
},
'browsers': 'ie',
'concurrency': 0.5,
'filter': {
'fixture': 'testFixture',
'test': 'some test',
'fixtureGrep': '^Unstable'
},
'reporter': 'json'
} |
Implemented in #3147 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
AREA: server
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
TYPE: enhancement
The accepted proposal for future implementation.
No description provided.
The text was updated successfully, but these errors were encountered: