Skip to content

basxsoftwareassociation/lbs-basxconnect

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Test scripts for basxConnect

This repository contains install and tests scripts.

These scripts are being run every night on the LightBuildServer (LBS), to see if the current main branch is actually working.

We have two projects:

  1. We can test the development environment of basxConnect, see in action at https://lbs.solidcharity.com/package/basx/basxconnect/basxconnect-devenv. This makes use of https://get.basxconnect.solidcharity.com; After installing the development environment (with sqlite database), a script will attempt to login via Python through the web interface running on localhost.
  2. We can run some tests on the current branch, see in action at https://lbs.solidcharity.com/package/basx/basxconnect/basxconnect-test. This also makes use of https://get.basxconnect.solidcharity.com; After installing a production environment (with mysql database), a script will attempt to login via Python through the web interface running on localhost.