-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cut release v0.22.7 #2826
Cut release v0.22.7 #2826
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Testing on macOS:
Issue created #2840 |
between ubuntu and macos they playwright arent failing on the same tests so i think we are okay. will try locally
macos:
|
the tests work locally for me and i pushed a fix to one to make more reliable |
Did my usual test round on macOS, looks good. Will try Windows in a minute |
Windows looking good too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Local tests on Windows and macOS look good!
What's Changed
Most importantly the syntax for tags is now
$myTag
to declare a tag andmyTag
to then use it later. If you format your code viaAlt+Shift+F
or the three dot menu on the code panel it will fix this for you. We will keep backwards compatibility with string tags for a few releases but you should update your code now.The nice thing about this is now the code editor autocompletes tag names for you and now you can get better errors when you abuse tags.
So for example this code:
Becomes:
Full Changelog: v0.22.6...v0.22.7