How to do integration testing for new provider

Hi,

I am adding new provider(i.e. Firebolt) in airflow. Before raising the PR, I need to do integration testing for it. Please let me know what are the exact steps to do integration testing.

Also, I have done unit testing with code coverage of 88%.

Thanks.