We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
langsmith
0.3
If langsmith package version is < 0.3, running playwright tests using pytest works as expected.
pytest
When langsmith package version is >=0.3, running playwright tests using pytest causes the following error
raise ArgumentError(action, message % conflict_string) argparse.ArgumentError: argument --output: conflicting option string: --output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
langsmith
package version is <0.3
, running playwright tests usingpytest
works as expected.When
langsmith
package version is >=0.3
, running playwright tests usingpytest
causes the following errorThe text was updated successfully, but these errors were encountered: