Skip to content

Commit

Permalink
make IDX open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jBorkowska committed Dec 3, 2024
1 parent 8633297 commit fbbe87b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/overview/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Try out Patrol's capabilities with few clicks! Follow this tutorial and get to k
<Step>

export const IDXButton = props => {
return <a href="https://idx.google.com/import?url=https%3A%2F%2Fgithub.com%2Fleancodepl%2Fpatrol-idx-demo">
return <a href="https://idx.google.com/import?url=https%3A%2F%2Fgithub.com%2Fleancodepl%2Fpatrol-idx-demo" target="_blank">
<img
height="32"
alt="Try in IDX"
Expand All @@ -31,6 +31,8 @@ Check **`This is a Flutter app`** checkbox when creating a project.
Click **Import**.
</Step>

Android emulator will open as preview and a test will start in develop mode. It takes a while, you can see logs in terminal (it's called `onStart`, ). You can type `r` in terminal to rerun the test after it's done

</Steps>


0 comments on commit fbbe87b

Please sign in to comment.