Tests
This commit is contained in:
parent
922253bcd5
commit
b529c70991
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: 'beta'
|
channel: 'stable'
|
||||||
- run: flutter config --enable-web
|
- run: flutter config --enable-web
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: |
|
- run: |
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import 'invoices_it_test.dart' as invoices;
|
||||||
import 'login_it_test.dart' as login;
|
import 'login_it_test.dart' as login;
|
||||||
import 'products_it_test.dart' as products;
|
import 'products_it_test.dart' as products;
|
||||||
import 'quotes_it_test.dart' as quotes;
|
import 'quotes_it_test.dart' as quotes;
|
||||||
import 'vendors_it_test.dart' as vendors;
|
//import 'vendors_it_test.dart' as vendors;
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
login.main();
|
login.main();
|
||||||
|
|
@ -11,5 +11,5 @@ void main() {
|
||||||
clients.runTestSuite(batchMode: true);
|
clients.runTestSuite(batchMode: true);
|
||||||
invoices.runTestSuite(batchMode: true);
|
invoices.runTestSuite(batchMode: true);
|
||||||
quotes.runTestSuite(batchMode: true);
|
quotes.runTestSuite(batchMode: true);
|
||||||
vendors.runTestSuite(batchMode: true);
|
//vendors.runTestSuite(batchMode: true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue