Coder Social home page Coder Social logo

bagasstrongman / automatetheplanet-learning-series Goto Github PK

View Code? Open in Web Editor NEW

This project forked from automatetheplanet/automatetheplanet-learning-series

0.0 1.0 0.0 206.48 MB

Automate The Planet Series Source Code

License: Apache License 2.0

JavaScript 14.23% Java 13.28% C# 63.94% Kotlin 0.77% CSS 0.04% HTML 7.12% Dockerfile 0.03% Gherkin 0.11% Visual Basic .NET 0.48%

automatetheplanet-learning-series's Introduction

Welcome to the source code repository of Automate The Planet Learning Series!

Please STAR the repository.

This way, you will have a bookmark for easier access and you will show appreciation to our work!

Thank you for being an awesome supporter of the automation testing!

C# Series

Java Series

Under each folder, you will find a separate solution file. Every article from the series has its folder and an info file. To run the examples from particular series you need only its folder.

Running Tests through CLI

To execute your tests via command line in Continues Integration (CI), you can use the native .NET Core test runner.

  1. Navigate to the folder of your test project.
  2. Open the CMD there.
  3. Execute the following command:
dotnet test

For applying filters and other more advanced configuration check the official documentation https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test and https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-vstest.

Both MSTest and NUnit are supported.

Supported Code Editors

The recommended code editor for writing tests is Visual Studio 2019 or higher (preferably installed on Windows).

NOTE: After the support for .NET Core/.NET 5.0 and higher, Microsoft officially does not support .NET Core development in older versions of Visual Studio 2015, 2017 and so on.

Other Supported Editors:

  • Visual Studio Code
  • Visual Studio for Mac
  • Rider: Cross-platform .NET IDE

SDKs and Frameworks Prerequisites

.NET Core SDK 5 or higher (usually comes with Visual Studio installation or updates)

For desktop modules you need to download WinAppDriver. You need to make sure it is started before running any desktop tests.

For mobile modules you need to download and install Appium. You need to make sure it is started before running any mobile tests.

automatetheplanet-learning-series's People

Contributors

angelovstanton avatar teo-nikolov avatar islobodin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.